@charset "UTF-8";
/****************************
THE EAST21
common.css
*****************************/
html {overflow:scroll;height: 100%;margin: 0;padding: 0;}

body {
height: 100%;
background-color:#f2f2f2;
color:#4e4e4e;
font-style:normal;
font-family:Verdana,"ヒラギノ角ゴ Pro W3","メイリオ";
margin: 0;padding: 0;
}

#site_box {
width : 870px;height:auto;
margin:0 auto 0;
padding-top:0;padding-bottom:0;
background-color:#ffffff;
border:1px solid #e0e0e0;
}

/*-------------------------
Header
--------------------------*/
#header{width:867px ; height:107px; 
background-image:url("../img/header/head.png");
background-size: 867px auto;
background-repeat:no-repeat; 		
padding-bottom:0;
margin:0 auto;
text-align:center;
}
#header img{width:867px ; height:107px;margin:0 auto;}
#header a {width:867px ; height:107px ; display: block;}
/*-------------------------
メニュー
--------------------------*/
ul#menu {
height:39px;
padding-top:0;padding-left:0; 
margin:0 auto 10px;
}
li#menu01,li#menu02,li#menu03,li#menu04,li#menu05,li#menu06,li#menu07 {
float:left;			
display:inline;					/*リスト項目をインライン表示にする*/ 
list-style-type:none;			/*リストマーカー無しにする*/ 
background-repeat:no-repeat; 	/*背景画像を繰り返さない*/	
height:39px;	
}

/*ボタン01〜07にはそれぞれ異なる背景画像を指定する*/
li#menu01 {width:95px;background-image:url("../img/header/bt1.png");}
li#menu02 {width:144px;background-image:url("../img/header/bt2.png");}
li#menu03 {width:132px;background-image:url("../img/header/bt3.png");}
li#menu04 {width:143px;background-image:url("../img/header/bt4.png");}
li#menu05 {width:134px;background-image:url("../img/header/bt5.png");}
li#menu06 {width:119px;background-image:url("../img/header/bt6.png");}
li#menu07 {width:102px;background-image:url("../img/header/bt7.png");}
ul#menu a {display:block;height:39px;}

/*-------------------------
メイン
--------------------------*/
#main{
width:100%;height:auto;
margin:0 auto;
padding-bottom:50px;
}
/*-------------------------
バー
--------------------------*/
#title1,#title2,#title3,#title4,#title5,#title6,#title7,#title8,#title9{margin:10px auto 10px;}
#title1,#title8{width:870px;height:35px;}
#title2{width:868px;height:33px;}
#title3{width:866px;height:35px;}
#title4,#title5{width:868px;height:31px;}
#title6{width:863px;height:31px;}
#title7{width:869px;height:35px;}
#title9{width: 868px;height:32px;}
/*-------------------------
footer
--------------------------*/
#footer{
width:926px;height:80px;
bottom:0px;
border-top:1px solid #e0e0e0;
clear:both;
color:#858585;
}
table.sitemap{
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
margin: 15px auto 35px;
line-height:100%;
background-color:#ffffff;
}
.sitemap th{
border-right:1px solid #b2b2b2;
width: 80px;
font-size:95%;
font-weight:normal;
text-align:left; 
}
.sitemap td{
padding:0.3em 1em;
text-align: center;
height: 35px;
font-size:75%;  
}
.sitemap a{color:#858585;text-decoration:none;}
.sitemap a:hover {color:#f08812;outline: none;}
.sitemap a:visited {text-decoration: none;outline: none;}

#footer p{text-align:center;line-height:30%;font-size:75%;}