@charset "utf-8";
/*共通設定-----------------------------------------------------------------------------------------------------------------*/

/* --------------------
追加タグ設定
-------------------- */
html {
height:100%;
}
body {
background:#ffffff url(../img/head_back.jpg) repeat-x scroll center top;
height:100%;
}
body#Popup {
background:#ffffff;
height:auto;
}


a {
text-decoration:none;
}
a:link,
a:visited {
color:#01add9;
text-decoration:none;
}
a:hover,
a:active {
color:#01add9;
text-decoration:underline;
}

.CO2 {/* C02用 */
font-size:80%;}


/* --------------------
追加共通クラス設定
-------------------- */
.f12 .f10 {/* 12pxの中の10px */
font-size:83%;
}

.fb{font-weight:bold;}

.TxtBlue {color:#0072cf;}
.TxtGreen {color:#56b815;}

.BackToTop {/* このページのトップへ */
text-align:right;
margin:15px 0 0 0;
}
.BackToTop p {
display:inline;
padding-left:15px;
background:url(../img/icon_link_backtop.jpg) no-repeat scroll 0 1px;
}


/* -
-------------------
追加マージン・パディング設定
-------------------- */
.m12 {margin:12px;}
.mb40 {margin-bottom:40px;}
.mr9 {margin-right:9px;}

/* --------------------
大枠
-------------------- */
#Container {
width:100%;
background:url(../img/head_back_top.jpg) no-repeat scroll center top;
min-height:100%;
}
body#Special #Container {
background:url(../img/head_back_top_sp.jpg) no-repeat scroll center top;
}

#ContainerInner {
width:860px;
margin:35px auto 0 auto;
}

#ContainerMain {
width:800px;
margin:30px auto 0 auto;
}


/* --------------------
ヘッダ
-------------------- */
#Header {
height:119px;
width:860px;
margin:0 auto;
}

#Header p.HeadBtnTop {
width:84px;
float:right;
}
#Header p.HeadCopy {
width:539px;
float:left;
}

#Header h1 {
width:220px;
float:left;
}
#Header ul {
width:640px;
float:right;
padding-top:20px;
}
#Header li {
float:left;
}
#Header li img {
display:block;
}

#Header li.HeadLi117 {
width:117px;
}
#Header li.HeadLi120 {
width:120px;
}
#Header li.HeadLi152 {
width:152px;
}
#Header li.HeadLi134 {
width:134px;
}
#Header li.HeadLi117 a,
#Header li.HeadLi120 a,
#Header li.HeadLi152 a,
#Header li.HeadLi134 a {
height:51px;
display:block;
}

/* ヘッダ項目追加修正 */
#Header li.HeadNav01 {
width:85px;
}
#Header li.HeadNav02 {
width:109px;
}
#Header li.HeadNav03 {
width:70px;
}
#Header li.HeadNav04 {
width:74px;
}
#Header li.HeadNav05 {
width:110px;
}
#Header li.HeadNav06 {
width:80px;
}
#Header li.HeadNav07 {
width:112px;
}
#Header li.HeadNav01,
#Header li.HeadNav02,
#Header li.HeadNav03,
#Header li.HeadNav04,
#Header li.HeadNav05,
#Header li.HeadNav06,
#Header li.HeadNav07 {
height:51px;
display:block;
}




/* --------------------
フッタ
-------------------- */

#Footer {
width:100%;
background:url(../img/foot_back_copyright.gif) repeat-x scroll center bottom;
height:120px;
clear:both;
}
#FooterInner {
width:100%;
background:url(../img/foot_back_bottom.jpg) no-repeat scroll center bottom;
padding-top:91px;
}

