@charset "utf-8";

body{
width:810px;
margin:0 auto;
padding:0 25px;
font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
background: #FFFFCC url(../img/parts/body_bg.gif) repeat-y center top;
}

a:link,
a:visited{
color:#4293A6;
}
a:hover,
a:active{
color:#86BFCE;
}

/* --- HEADER --- */

#header{
width:810px;
height:145px;
padding:30px 0 0;
background: url(../img/parts/header_bg.gif) no-repeat;
}

#header .logo{
float:left;
width:240px;
height:100px;
padding: 0 15px;
}
#header .catch {
float: left;
height: 100px;
width: 280px;
}

/* --- CONTENTS --- */

#contents{
height:38px;
list-style:none;
padding: 1px 17px;
clear: both;
}
#contents li{
display:inline;
height: 38px;
}
#contents li img{
float:left;
margin-right: 2px;
}

/* --- WRAPPER --- */

#wrapper {
width: 770px;
padding: 0 20px 5px;
}
#wrapper h1 {
font-size: 10px;
line-height: 1.5;
font-weight: normal;
text-align: center;
}
#wrapper h2 {
line-height: 50px;
height: 50px;
}
#wrapper h3 {
clear: both;
}
#wrapper p {
color: #635542;
font-size: 87.5%;
line-height: 1.5;
padding: 5px 30px;
}

#wrapper .topic_path {
text-align: right;
font-size: 12px;
line-height: 2;
list-style-type: none;
height: 2em;
margin: -2em 0 10px;
border-bottom: 3px solid #EEEEEE;
}
#wrapper .topic_path li {
background: url(../img/parts/p.gif) no-repeat left center;
display: inline;
padding-left: 20px;
}

/* --- TOP --- */

#wrapper .top {
line-height: 1.5;
text-align: right;
font-size: 12px;
margin: 0px;
padding: 0px;
clear: both;
}

/* --- FOOTER --- */

#footer {
width: 810px;
text-align: center;
clear: both;
padding: 10px 0 20px;
}
#footer a:link, #footer a:visited {
color: #635542;
}
#footer a:hover, #footer a:active {
color: #FF9900;
}
#footer .info {
float: left;
padding: 0 0 0 15px;
height: 60px;
}
#footer .freedial {
float: left;
margin: 0 5px;
height: 60px;
}
#footer .contact {
float: left;
height: 60px;
}
#footer .contents {
font-size: 75%;
line-height: 1.5;
text-align: center;
clear: both;
height: 1.5em;
padding-top: 20px;
margin-bottom: 20px;
}
#footer .contents li {
display: inline;
margin: 0 10px 0 0;
padding: 0 10px 0 0;
border-right: 1px solid #635542;
}
#footer .contents li.end {
border: none;
padding: 0;
}
#footer address {
background: url(../img/parts/address_bg.gif) no-repeat center center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 50px;
color: #666666;
clear: both;
height: 50px;
}
