@charset "utf-8";
/* CSS Document */

*{
padding:0px;
margin:0px;
}

/*IE6のpng透過ビヘイビア*/
* html .iepngfix {
  behavior: url(/common/iepngfix.htc);
}

html, body{
text-align:center;
background-color:#efefef;
}
*{
margin:0px;
padding:0px;
}
img{
border:0px;
}

#header{
width:100%;
background:#ffffff url(/common/img/hd_bg.jpg) repeat-x bottom;
font-size:0px;
line-height:0;
}
#toplogo{
width:900px;
height:110px;
margin:auto;
margin-top:0px;
margin-bottom:0px;
text-align:left;
background:#ffffff;
overflow:hidden;
}
#toplogo img{
margin-top:10px;
}
#header h1{
display:none;
}
#header h1 a:link{
color:#ff9900;
text-decoration:none;
}
#header h1 a:visited{
color:#ff9900;
text-decoration:none;
}
#header h1 a:hover{
color:#ff9900;
text-decoration:none;
}

#header #navi{
list-style-type:none;
text-align:center;
width:900px;
height:50px;
margin:auto;
margin-top:2px;
font-size:0px;
}

#main{
width:100%;
background-color:#ffffff;
padding-top:20px;
padding-bottom:30px;
}
#main h2{
margin:auto;
width:866px;
height:44px;
margin-bottom:30px;
}
#footer{
width:100%;
background:url(/common/img/ft_bg.jpg) repeat-x;
}
#footer ul{
list-style-type:none;
width:800px;
margin:auto;
text-align:left;
padding-top:30px;
}
#footer ul li{
float:left;
width:200px;
}
#footer ul.sublist{
padding-top:0px;
list-style-type:none;
width:200px;
margin:auto;
text-align:left;
color:#666666;
font-size:12px;
}
#footer ul.sublist li{
float:none;
margin-bottom:5px;
}

#footer li a:link{
color:#666666;
text-decoration:none;
}
#footer li a:visited{
color:#666666;
text-decoration:none;
}
#footer li a:hover{
color:#666666;
text-decoration:underline;
}




#footer address{
font-weight:normal;
color:#666666;
font-size:12px;
font-style:normal;
margin-top:50px;
}
#footer address a:link{
color:#666666;
text-decoration:none;
}
#footer address a:visited{
color:#666666;
text-decoration:none;
}
#footer address a:hover{
color:#666666;
text-decoration:none;
}

#footer p{
text-align:right;
font-size:11px;
color:#999999;
	}


/*テーブルのセル間0に*/
table{
border-collapse: collapse;
}

/*回り込み解除用*/
.clearfix:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
} 

.clr{
clear: both;  
}

