@charset "utf-8";

body{
background: #FFFFCC url(../img/parts/body_bg.gif) repeat-x center top;
font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
width:100%;
margin:0;
}

/* HEADER */

#header{
width:840px;
height:100px;
padding:20px 0 0;
margin: 0 auto;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	height: 80px;
	width: 250px;
}

#header p {
text-align: right;
height: 60px;
margin-top: -80px;
padding: 5px 5px 0;
}

/* SUB_CONTENTS */

#sub_contents {
padding: 0;
list-style-type: none;
margin: 0;
line-height: 1.5;
text-align: right;
font-size: 11px;
}
#sub_contents li {
display: inline;
font-size: 11px;
font-weight: bold;
line-height: 20px;
border-right: 1px solid #301D05;
padding: 0 10px;
margin: 0;
height: 20px;
list-style-type: none;
}
#sub_contents li.last_child {
border: none;
}

#sub_contents a:link,
#sub_contents a:visited {
color: #FFFFCC;
text-decoration: none;
}
#sub_contents a:hover,
#sub_contents a:active {
color: #FFCC66;
text-decoration: none;
}

/* CONTENTS */

#contents {
list-style-type: none;
margin: 0 auto;
padding: 0 1px;
width: 838px;
height: 31px;
clear: both;
background: url(../img/parts/contents_bg.gif) no-repeat center top;
}
#contents li {
display: block;
float: left;
}
#contents img {
vertical-align:bottom;
}

/* CONTENT */

#content{
width:840px;
margin:0 auto;
padding: 0;
background: #FFFFFF url(../img/parts/content_bg.gif) no-repeat center top;
}
#content:after{
content:"";
display:block;
clear:left;
}
#content a:link,
#content a:visited {
color: #392115;
}
#content a:hover,
#content a:active {
color: #824C31;
}
#content table {
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}
#content caption {
font-size: 87.5%;
line-height: 1.5;
font-weight: bold;
color: #FFFFFF;
background-color: #DD7E39;
}

#content th,
#content td {
font-size: 75%;
line-height: 1.5;
padding: 5px;
vertical-align: top;
;border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
#content p.italic {
font-size: 62.5%;
}
#content h2 {
color: #824C31;
height: 100px;
overflow: hidden;
padding: 8px 10px;
}

#content h3 {
font-size: 100%;
line-height: 25px;
color: #FF6600;
clear: both;
padding: 0 20px;
height: 25px;
}
#content h4 {
color: #663300;
font-size: 87.5%;
line-height: 35px;
height: 35px;
clear: both;
padding: 10px 30px 0;
}

#content .main_img {
margin: 0px;
padding: 0 0 10px;
width: 740px;
}
#content p {
font-size: 75%;
line-height: 1.5;
padding: 0 20px 20px;
}
#content hr {
color: #CCCCCC;
background-color: #CCCCCC;
border: none;
margin: 20px;
text-align: center;
padding: 0px;
clear: both;
}



/* PANKZ */

#pankz {
font-size: 62.5%!important;
line-height: 2!important;
list-style-type: none!important;
padding: 10px 0 0!important;
margin: 0 15px!important;
height: 2em!important;
clear: both!important;
background: url(../img/parts/line_gray.gif) repeat-x left top;
}
#pankz li {
display: inline;
}
#pankz li a {
background: url(../img/parts/p.gif) no-repeat left center;
padding-left: 20px;
}
#pankz a:link, #pankz a:visited {
color: #333333;
}
#pankz a:hover, #pankz a:active {
color: #999999;
}

/* TO_TOP */

p#to_top {
clear: both;
text-align: right;
font-size: 62.5%;
line-height: 2em;
height: 2em;
margin-top: -2em;
padding: 0 20px 10px;
}
p#to_top a:link, p#to_top a:visited {
color: #333333;
}
p#to_top a:hover, p#to_top a:active {
color: #999999;
}

/* FOOTER */

#footer{
width:100%;
clear: both;
margin: 0 auto;
background: url(../img/parts/footer_bg.gif) repeat center top;
}
#footer ul{
font-size:62.5%;
text-align:center;
line-height:20px;
list-style:none;
padding: 10px 0;
background-color: #FFFFFF;
width: 840px;
margin: 0 auto;
}
#footer ul a:link,
#footer ul a:visited{
color: #333333;
text-decoration: none;
}
#footer ul a:hover,
#footer ul a:active{
color: #999999;
text-decoration: none;
}
#footer ul li{
padding-left:0.4em;
padding-right:0.2em;
border-left:1px solid #999999;
display: inline;
}
#footer ul li.first_child{
padding-left:0;
border-left:none;
}
#footer address {
font-size: 62.5%;
line-height: 6;
text-align: center;
color: #301D05;
}

