@charset "UTF-8";

/*基本設定--------------------*/ 

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin: 0; 
  padding: 0; 
} 

body{font-size:75%;\9;} /*IE8 hack*/
body:not(:target){font-size:75%;¥9;} /*IE9 hack*/


h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

body {
  color: #574f3f;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  *font-size: small;
    *font: x-small;
}

body.index_body {
  background:url(../img/head_bg.jpg) repeat-x top left;
}

body.cor_body {
  background:url(../img/head_bg_cor.jpg) repeat-x top left;
}

img {
  border: 0;
  vertical-align:top;
}

strong {
  font-weight: bold;
}

a:link, a:visited {
  color:#c99d49;
  text-decoration: underline;
}

a:hover, a:active {
  color:#c99d49;
  text-decoration: none;
}

/*キャンペーン用*/
.CampArea a:link,.CampArea a:visited {
  text-decoration: none;
}
.CampArea a:hover,.CampArea a:active{
  text-decoration: underline;
}

.month a:link,.month a:visited {
  color:#ffffff;
  text-decoration: none;
}
.month a:hover,.month a:active{
  color:#ffffff;
  text-decoration: underline;
}

/*header--------------------*/

#head_copy {
  width: 100%;
  color:#FFF;
  background:#362e2b;
  font-size:11px;
}

#head_copy h1 {
  width:940px;
  margin:0 auto;
  padding:1px 0;
  font-weight: normal;
}


#header {
  width: 940px;
  margin:0 auto;
}

#header li {
  list-style-type:none;
}

#header #head_menu {
  width:530px;
  float:right;
}

#header #head_menu ul {
  padding-top:5px;
  float:left;
}

#header #head_menu li {
  float:left;
  padding-right:10px;
}


/*menu--------------------*/

#menu {
  margin-top:54px;
  text-align:right;

}


#menu li {
  float:left;
}

/* sidenavi ----------------*/

.sidenavi_ttl {
  width: 230px;
  background: url(../img/side_ttl_bg.gif) center top no-repeat;
  margin: 0;
  padding: 0;
}

.sidenavi_ttl p{
  font-weight: bold;
  padding: 20px;  
}

.sidenavi {
  position: relative;
  margin-bottom: 20px;
  background-color: #f9f9f0;
}

.sidenavi li {
  border-left: 1px solid #d9d9cd;
  border-right: 1px solid #d9d9cd;
  list-style: none;
  border-top: 1px solid #ccc0ae;
}

.sidenavi li.current {
  background-color: #f3f3dd;
}

.sidenavi .navi_first {
  position: absolute;
  top: 1px;
  left: 1px;
}
  

.sidenavi li.navi_last {
  border-bottom: 1px solid #d9d9cd;
    -webkit-border-bottom-right-radius: 3px;  
    -webkit-border-bottom-left-radius: 3px;  
    -moz-border-radius-bottomright: 3px;  
    -moz-border-radius-bottomleft: 3px;
}

.sidenavi li a{
  display: block;
  text-decoration: none;
  color: #574f3f;
  padding: 20px 20px 20px 35px;
  background: url(../img/footer_arrow_icon.png) 20px center no-repeat;
}

.sidenavi li a:hover{
  background-color: #f3f3dd;
}

.sidebana li {
  list-style: none;
  margin-bottom: 10px;
}



/*container--------------------*/

#container {
  width: 100%;
  margin: 0 auto;
}

#contents {
  width:940px;
  margin:20px auto 0 auto;
}

#container_box {
  background:url(../img/content_footerbg.gif) repeat-x bottom left;
  padding-bottom:100px;
}


/*footer--------------------*/

#footer {
  width: 100%;
  background:url(../img/footer_bg.gif) left top;
  font-size:100%;
}


#footer #footer_box {
  width:940px;
  margin:0 auto;
  position:relative;
  padding-top:20px;
}

#footer address {
  font-style:normal;
  color:#241000;
  font-size:85%;
  padding:12px 0 10px 0;
}


#pagetop {
  position:absolute;
  right:0;
  top:-22px;
}

.footer_left {
  float:left;
  width:470px;
}

.footer_right {
  float:right;
  width:460px;
}




/* フォレストベール
------------------------ */

#about {
  width:460px;
  color:#FFF;
  position:relative;
  font-size:93%;
}

#about .text {
  width:420px;
  background:#070500;
  color:#FFF;
  padding:10px 19px 20px 19px;
  border-right:1px solid #49463f;
  border-bottom:1px solid #49463f;
  border-left:1px solid #49463f;
}


#about .access_btn {
  position:absolute;
  top:15px;
  left:280px;
}

#about #about_left {
  float:left;
  width:140px;
}

#about #about_right {
  float:right;
  width:270px;
}



/* フッターメニュー
------------------------ */

.footer_right  li {
  list-style-type:none;
  background:url(../img/footer_arrow_icon.png) no-repeat left;
  padding-left:10px;
  margin-left:7px;
}

.footer_right li a:link, 
.footer_right li a:visited {
  color:#222222;
  text-decoration:none;
}

.footer_right li a:hover, 
.footer_right li a:active {
  color:#222222;
  text-decoration:underline;
}


.footer_right p {
  font-weight:bold;
  background:url(../img/footer_icon.png) no-repeat left;
  padding-left:18px;
}


.footer_right p a:link, 
.footer_right p a:visited {
  color:#825500;
  text-decoration:none;
}

.footer_right p a:hover, 
.footer_right p a:active {
  color:#825500;
  text-decoration:underline;
}


.footer_right .foot_box01 {
  float:left;
  width:135px;
}


.footer_right .foot_box02 {
  float:left;
  width:185px;
}

.footer_right .foot_box03 {
  float:right;
  width:140px;
}




/*float--------------------*/

.clear {
  clear: both;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.img_float_l {
  float: left;
  margin-right: 10px;
}

.img_float_r {
  float: right;
  margin-left: 10px;
}

.center {
  width: 100%;
  text-align: center;
}

.right {
  width: 100%;
  text-align: right;
}

.t_c {
 text-align: center;
}

/*font--------------------*/

.font10 {
  font-size: 77%;
}

.font11 {
  font-size: 85%;
}

.font14 {
  font-size: 108%;
}

.font15 {
  font-size: 116%;
}

.font16 {
  font-size: 123.1%;
}

.font17 {
  font-size: 131%;
}

.font18 {
  font-size: 138.5%;
}

.font19 {
  font-size: 146.5%;
}

.font20 {
  font-size: 153.9%;
}

.font21 {
  font-size: 161.6%;
}

.font22 {
  font-size: 167%;
}

.font23 {
  font-size: 174%;
}

.font24 {
  font-size: 182%;
}

.font25 {
  font-size: 189%;
}

.font26 {
  font-size: 197%;
}

.fontb {
  font-weight: bold;
}

.font_red {
  color:#a40000;
}

.red {
  color:#cc0000;
}

.green {
  color:#57b529;
}

/*margin--------------------*/

.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}

/*top*/

.mt05{
  margin-top: 5px;
}

.mt10{
  margin-top: 10px;
}

.mt15{
  margin-top: 15px;
}

.mt20{
  margin-top: 20px;
}

.mt25{
  margin-top: 25px;
}

.mt30{
  margin-top: 30px;
}


/*bottom*/
.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}


/*clearfix--------------------*/

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

/* ↓Dreamweaverで綺麗に見えるようにする場合コメントアウトはずす（リリース時には削除） */

/*  for Dreamweaver
.clearfix{ overflow: hidden; }
*/