#container {
background:#fff url(img/container_bg.jpg) no-repeat 50% top;
}
#btnAnchorArea{
margin-bottom:30px;
}
.section{
margin-bottom:50px;
padding-left:25px;
}
.section p{
margin-top:1em;
line-height:2;
}
.section p:first-child{
margin-top:0;
}
#hl001{
margin-bottom:30px;
}
.block{
margin:30px 0;
line-height: 1.6;
background: url(../img/line.png) repeat-x left top;
width:500px;
}
.block dl:after{
content: " ";
display: block;
height: 0;
clear: both;
line-height:0;
visibility: hidden;
}
.block dl{
zoom:1;
background: url(../img/line.png) repeat-x left bottom;
}
.block dl dt{
float:left;
width:130px;
padding:15px 0;
}
.block dl dd{
float:left;
width:370px;
padding:15px 0;
}