@charset "utf-8";

/* -----------------------------------------------------------
    General Setting
----------------------------------------------------------- */
html { font-size: 62.5%; } 
body {
 background-image: url("../../img/bg.gif");
 color: #222;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
 font-size: 16px;
 font-size: 1.6rem;
 font-style: normal;
 font-weight: normal;
 text-align: center;
 line-height: 1.7;
}

.cf {width:100%;}
.cf:after {
 content: ""; 
 display: block; 
 clear: both;
}

ul, li {
 list-style: none;
 margin: 0;
 padding: 0;
}

.arrow01 {
 padding-left: 15px;
 background: url(../../img/arrow01.gif) no-repeat left center;
}
.bold {
 font-weight: bold;
}

a, a:link, a:visited {
 color: #23581d;
 text-decoration: none;
}
a:hover, a:active {
 color: #64a15d;
 text-decoration: underline;
}


.pagetop {
 margin-top: 20px;
 text-align: right;
}
/* -----------------------------------------------------------
    Container
----------------------------------------------------------- */
#container {
 width: 980px;
 margin: 0 auto;
 text-align: left;
}


/* -----------------------------------------------------------
    Footer
----------------------------------------------------------- */
footer {
 width: 980px;
 margin: 50px auto 0;
 padding: 20px 0;
 text-align: left;
 background: url(../../img/border_h.gif) no-repeat left top;
 color: #444;
}
footer #menu {
 width: 980px;
 margin-bottom: 30px;
}
footer #menu #menu-left {
 float: left;
 width: 680px;
}
footer #menu #menu-left li {
 display: inline;
 padding-right: 30px;
}
footer #menu li a {
 padding-left: 12px;
 background: url(../../img/arrow01.gif) no-repeat left center;
 color: #444;
}
footer #menu li a:hover, footer #menu li a:active {
 color: #750e54;
}
footer #menu #menu-right {
 float: right;
 width: 300px;
 text-align: right;
}
footer #menu #menu-right li {
 display: inline;
 padding-left: 30px;
}

footer #logo {
 width: 980px;
}
footer #logo #logo-left {
 float: left;
 width: 730px;
 font-size: 1.2rem
}
footer #logo #logo-left-l {
 float: left;
 width: 95px;
}
footer #logo #logo-left-r {
 float: right;
 width: 615px;
 padding-top: 5px;
}
footer #logo #logo-right {
 float: right;
 width: 250px;
 padding-top: 30px;
 font-size: 1rem;
 text-align: right;
 color: #666;
}
/* -----------------------------------------------------------
    Common
----------------------------------------------------------- */
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}

.clear {clear: both;}
