@charset "utf-8";
/* CSS Document */

/* 全ページ共通 */

* {
 margin: 0;
 padding: 0;
}

html { overflow-x: hidden; overflow-y: scroll;}

body {
 margin: 0 auto;
 color: #666666;
 font-size: 12px;
 font-family:"ＭＳ Ｐゴシック",Osaka;
 line-height: 1.6;
 background: url(../img/bg_body.jpg) repeat-x 0 80px;
}
/* */

img {
 border-style: none;
 border-width: 0px;
 text-decoration: none;
 vertical-align: top;
}
a:link{ color: #666;}
a:visited { color: #666;}
a:hover { color: #3A82D7; text-decoration: none;}


.hidden {
 display: none;
}


#wrap {
 width: 900px;
 margin: 0 auto;
}




/* ------------------------- ヘッダー ------------------------- */

#head {
 width: 900px;
 height: 80px;
 margin: 0 auto;
}
#head h1 {
 height: 28px;
 margin: 0 ;
 color: #B9B9B9;
 font-size: 10px;
 font-weight: normal;
 padding-top: 10px;
}
#head #head_logo {
 width: 180px;
 height: 31px;
 display: block;
 background: url(../img/head_logo.gif) no-repeat 0 0;
 text-indent: -9999px;
 font-size: 1px;
 float: left;
 
}
#head #head_navi_link {
 float: right;
 list-style: none;
}
#head #head_navi_link li {
 display: inline;
 padding-left: 20px;
 background: url(../img/arrow_01.gif) no-repeat 11px 4px;
}


#navi_head {
 width: 900px;
 height: 38px;
 margin: 0 0 12px;
 float: none;
 list-style: none;
}
#navi_head li {
 height: 38px;
 float: left;
}
 


/* ------------------------- コンテンツ ------------------------- */

#contents {
 width: 900px;
 margin: 0 auto;
 float: none;
}
#contents_l {
 width: 220px;
 float: left;
 background: #EEE;
 padding: 9px;
 border: 1px solid #FFF;
 margin-bottom: 20px;
}
#contents_r {
 width: 630px;
 float: right;
 margin-bottom: 20px;
}

#btn_pagetop {
 clear: both;
 text-indent: -9999px;
 font-size: 1px;
}
#btn_pagetop a {
 width: 130px;
 height: 30px;
 background: url(../img/btn_pagetop.jpg) no-repeat 0 0;
 display: block;
 float: right;
 margin-bottom: 20px;
}
#btn_pagetop a:hover {
 background: url(../img/btn_pagetop.jpg) no-repeat 0 bottom;
}


/* ------------------------- フッター ------------------------- */
 
#foot {
 margin: 0 ;
 float: none;
 clear: both;
 background: url(../img/bg_foot.jpg) repeat-x 0 0;
 height: 115px;
}

#navi_foot {
 width: 900px;
 height: 47px;
 margin: 0 auto 15px;
 list-style: none;
}
#navi_foot li {
 height: 47px;
 float: left;
}

#foot_link {
 width: 900px;
 margin: 0 auto;
 float: none;
 clear: both;
 font-size: 10px;
}
#foot_link ul {
 list-style: none;
 font-size: 12px;
 margin-bottom: 1px;
 margin-top: 2px;
}
#foot_link ul li {
 display: inline;
 padding: 0 10px;
 border-left: 1px solid #666;
}
#foot_link ul li#foot_link_first {
 padding-left: 0;
 border-left: 0px none;
}
#foot_link #foot_logo {
 width: 180px;
 height: 33px;
 display: block;
 background: url(../img/foot_logo.gif) no-repeat 0 0;
 text-indent: -9999px;
 font-size: 1px;
 float: right;
}

 
