@charset "utf-8";

body {
 color: #666;
 font: 0.9em/1.75em Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
 background: white url(../design/images/bg_design.gif) repeat-x;
 text-align: left;
}

#container {
 margin: 0 auto;
 padding: 0;
 width: 840px;
 height:336px;
 display: block;
 background: url(../design/images/img_design.jpg) no-repeat top right;
 clear: both;
}
*:first-child+html #container {
 height:1286px;
}

#lead ul {
 list-style-type: decimal;
 margin-left: 1.8em;
 margin-top: 30px;
 margin-bottom: 30px;
}

#lead li {
 margin-top: 15px;
 margin-bottom: 15px;
}