

/* Structure
-----------------------------------------------*/

body{
color:#333;
background-color:#fff;
background-image:none;
background-position:center;
background-repeat:repeat-y;
margin:0px;
padding:0px;
line-height:1.6;
font-size:12pt;
}
a{
text-decoration:none;
}
* html body{
zoom:0.8;
}
#wrapper{
margin:0px auto;
width:800px;
background:#fff;
color:#333;
}
#header,
#footer{
clear:both;
width:773px;
}
#contents{
width:773px;
margin:0 auto 20px;
position:relative;
}


.feature_area dl{
width:380px;
}