@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}
img{
border:none;
}
html, body{
background-color:#ffffff;
text-align:center;
}
#container{
width:988px;
background-color:#F9F9F9;
border-left:1px solid #999999;
border-right:1px solid #999999;
margin:auto;
}
#head{
width:988px;
height:171px;
background:#000000 url(/common/img/bg_header.jpg) no-repeat;

}
#head h1{
font-size:12px;
font-weight:bold;
color:#0B539F;
text-align:left;
padding-left:4px;
padding-top:4px;
}
#head h1 a:link, #head h1 a:visited, #head h1 a:hover{
color:#0B539F;
text-decoration:none;
}

#head #headbar{
width:986px;
height:20px;
border:1px solid #F9F9F9;
border-bottom:none;
background-color:#000000;
}
#navi{
width:165px;
text-align:center;
float:left;
margin-bottom:30px;
}
#navi img{
display:block;
margin:auto;
margin-bottom:4px;
}
#main{
float:left;
width:810px;
margin-bottom:30px;
}
h2{
width:810px;
height:60px;
text-align:left;
text-indent:-10000px;
margin-top:20px;
}



#foot{
width:988px;
clear:both;
}
#foot ul{
background-color:#000000;
text-align:center;
list-style-type:none;
font-size:12px;
padding:4px;
}
#foot ul li{
display:inline;
color:#ffffff;
}
#foot ul li a:link,#foot ul li a:visited,#foot ul li a:hover{
color:#ffffff;
text-decoration:none;
}
#foot address{
font-size:12px;
font-weight:normal;
font-style:normal;
padding:16px;
}
.clearfix:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
} 

.clr{
clear: both;  
}

a:link, a:visited{
color:#0B539F;
text-decoration:none;
}
a:hover{
color:#0B539F;
text-decoration:underline;
}