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

/* ------------------------------
コンテンツ
------------------------------ */
body {
color: #333333;
line-height: 1.8;
background-color: #FFFFFF;
background-image: url(../img/bg-body.jpg);
background-repeat: repeat-x;
}
#wrap {
width: 800px;
margin-right: auto;
margin-left: auto;
}
/* ------------------------------
ヘッダ
------------------------------*/
#head {
width: 800px;
height: 190px;
background-image: url(../img/topimg.jpg);
background-repeat: no-repeat;
}
#head h1 { float: left; }
#head h1 a {
width: 790px;
height: 150px;
margin-top: 40px;
margin-left: 10px;
text-indent: -999em;
display: block;
position: absolute;
}
#headNavi {
height: 30px;
}
#headNavi ul.menu { float: right; }
#headNavi ul.menu li {
background-image: url(../img/bg-head-navi.jpg);
background-repeat: no-repeat;
background-position: right top;
padding-right: 20px;
float: left;
padding-top: 2px;
}
#headNavi ul.menu li.last {
background-image: none;
padding-right: 0px;
}
#headNavi ul.menu li a {
display: block;
color: #FFF;
text-decoration: none;
padding-top: 3px;
}
#headNavi ul.menu li a:hover { color: #FF0; }
.desc {
width: 800px;
height: 40px;
background-image: url(../img/desc.jpg);
background-repeat: no-repeat;
text-align: left;
padding-left: 1em;
}
/* ------------------------------
メイン
------------------------------ */
#layout {
width:800;
display:-webkit-box;
display:-moz-box;
}
#content {
width: 600px;
background-image: url(../img/bg-content.jpg);
}

/* MAINブロック */
#content #main {
width: 570px;
margin-right: auto;
margin-left: auto;
padding-top: 10px;
}
#content #main p {
margin-bottom: 10px;
text-align: justify;
text-justify:inter-ideograph;
font-size: 116%;
/*text-indent: 1em;*/
}
#content #main .subBlock {
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #EFEFEF;
margin-bottom: 20px;
padding-bottom: 20px;
}
#content #main h2 {
font-size:150%;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
margin-bottom: 10px;
padding-bottom: 10px;
}
#content #mainFoot {
height: 20px;
text-align: left;
background-image: url(../img/bg-content-bottom.jpg);
background-repeat: no-repeat;
background-position: bottom;
padding-bottom: 4px;
padding-right: 20px;
padding-left: 20px;
}
/* ------------------------------
サブメニュー
------------------------------ */
#sideMenu {
width: 200px;
margin-top: 10px;
}

#subNavi { margin-top: 0px; }
#subNavi h3 {
color: #333;
line-height: 19px;
background-image: url(../img/bg-subnavi.jpg);
background-repeat: no-repeat;
background-position: left top;
padding-left: 22px;
font-size: 116%;
}
#subNavi ul.menu li {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 1.5em;
}
#subNavi .tabbertab { margin-bottom: 10px; }
/* ------------------------------
フッタ
------------------------------ */
#wrapFoot {
background-image: url(../img/bg-foot.jpg);
background-position: left bottom;
background-repeat: repeat-x;
text-align: center;
}
#credit {
width: 800px;
color: #330000;
font-size:small;
margin-right: auto;
margin-left: auto;
padding-bottom: 10px;
padding-top: 20px;
}
#footerInner li {
display: inline;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #999;
list-style-type: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 0px;
margin-right: 0px;
}
#footerInner li.bnone { border-right: none; }
.tdftad {
	font-size:xx-small;
}
/* ------------------------------
ページトップ
------------------------------ */
a.btn-pagetop {
width: 90px;
height: 21px;
line-height: 21px;
background-image: url(../img/btn-pagetop.jpg);
background-repeat: no-repeat;
background-position: left bottom;
text-indent: -999em;
display: block;
float: right;
overflow: hidden;
}
a.btn-pagetop:hover { background-position: left top; }