/* CSS Document */

*{
margin:0;
padding:0;
}


.cb{
clear:both;
}

body{
background-color:#0f0f0f;
}

#topArea{
text-align:center;
background:url(image/bg_top.gif) repeat-y top center;
}

#bottomArea{
clear:both;
text-align:center;
background-color:#0f0f0f;
}




#bannerArea{
width:900px;
margin:23px auto 16px;
text-align:left;
background:url(image/banner_top.gif) no-repeat top;
background-color:#FFFFFF;
}
#bannerArea .wrapper{
padding:0px 10px;
height:100px;
background:url(image/banner_bottom.gif) no-repeat bottom;
}
#bannerArea .wrapper a img{
border:none;
}

#bannerArea .bannerA{
float:left;
width:290px;
}
#bannerArea .bannerB{
float:left;
width:300px;
}
#bannerArea .bannerC{
float:left;
width:290px;
}




#footernavi{
margin-top:16px;
}
#footernavi ul{
list-style:none;
}
#footernavi ul li{
font-size:11px;
color:#777;
}
#footernavi ul li a{
text-decoration:none;
color:#ccc;
}
#footernavi ul li a:hover{
text-decoration:none;
color:#fff;
}




#address{
margin-top:10px;
color:#FFFFFF;
font-size:12px;
}




.knowledge_list_item{
border-top:1px dashed #d5d5d5;
}


