@charset "utf-8";

body{
width:100%;
margin:0 auto;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background: #FFFFFF url(../img/parts/body_bg.gif) repeat-x center top;
}

/* HEADER */

#header{
width:820px;
height:80px;
padding:5px 10px 0;
margin: 0 auto;
}
#header .logo{
float:left;
width: 370px;
margin: 0;
}
#header h1 {
font-size: 10px;
font-weight: normal;
line-height: 35px;
color: #443322;
float: right;
width: 420px;
background: url(../img/parts/comment.gif) no-repeat;
text-indent: -9999px;
height: 35px;
}

#header address{
margin: 0;
text-align: right;
}
#header address img{
vertical-align:bottom;
}


/* CONTENT */
#content{
width:800px;
margin:0 auto;
padding: 10px 20px 0;
background-color: #FFFFFF;
background-image: url(../img/parts/content_bg.gif);
background-repeat: no-repeat;
background-position: center top;
}
#content:after{
content:"";
display:block;
clear:left;
}
#content table {
width: 780px;
margin: 0 auto;
padding: 0px;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}
#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%;
}

#wrapper h2 {
line-height: 70px;
font-size: 100%;
background: no-repeat center center;
height: 70px;
padding: 0 20px;
text-align: right;
color: #443322;
}
#content h3 {
font-size: 100%;
line-height: 1.5;
color: #669900;
clear: both;
}
#content h4 {
color: #336699;
font-size: 87.5%;
line-height: 35px;
background-image: url(../img/parts/h4.gif);
background-repeat: no-repeat;
background-position: center center;
height: 35px;
width: 770px;
padding: 0 15px;
}

#content .main_img {
margin: 0px;
padding: 0 0 10px;
width: 740px;
}
#content p {
font-size: 75%;
line-height: 1.5;
padding: 0 20px 20px;
}

#pankz {
font-size: 75%;
line-height: 2;
list-style-type: none;
padding: 0 10px;
margin: 0;
height: 2em;
clear: both;
border-top: 1px solid #CCCCCC;
}
#pankz li {
display: inline;
}
#pankz li a {
padding-left: 20px;
}
#pankz a:link, #pankz a:visited {
color: #333333;
}
#pankz a:hover, #pankz a:active {
color: #999999;
}
p#to_top {
clear: both;
text-align: right;
font-size: 75%;
line-height: 2em;
height: 2em;
margin-top: -2em;
padding-top: 0px;
}
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{
background: url(../img/parts/footer_bg.gif) no-repeat center top;
width:840px;
clear: both;
margin: 0 auto;
}
#footer .logo {
float: left;
padding: 0 20px;
}

#footer ul{
font-size:12px;
text-align:center;
line-height:20px;
list-style:none;
padding: 10px 0;
}
#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.english{
padding-top: 0px;
font-family: Arial, Helvetica, sans-serif;
}
#footer ul.english a:link,
#footer ul.english a:visited{
color: #666666;
text-decoration: none;
}
#footer ul.english a:hover,
#footer ul.english a:active{
color: #CCCCCC;
text-decoration: none;
}
#footer ul li{
display:inline;
}
#footer ul li{
padding-left:0.4em;
padding-right:0.2em;
border-left:1px solid #999999;
}
#footer ul li.first_child{
padding-left:0;
border-left:none;
}
#footer ul li.last_child{
padding-right:0;
}
#footer ul.address {
background: url(../img/parts/footer_bg.gif) repeat left top;
border: 1px solid #CCCCCC;
padding: 10px 0 10px 10px;
list-style-type: none;
width: 830px;
margin: 0px;
height: 90px;
}
#footer ul.address li {
margin: 0;
float: left;
border-left:5px solid #FFFFFF;
height: 90px;
padding: 0 10px 0 15px;
}
#footer ul.address li.first_child{
padding-left:0;
border-left:none;
}
address.footer {
background-color: #EEEEEE;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 50px;
height: 50px;
border-top: 1px solid #CCCCCC;
color: #666666;
text-align: center;
width: 100%;
margin: 0px;
padding: 0px;
clear: both;
}
address.footer a:link, address.footer a:visited {
color: #666666;
}
address.footer a:hover, address.footer a:active {
color: #000000;
}
#japanese {
font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}
#english {
font-family: Arial, Helvetica, sans-serif;
}
