﻿/* ====================================================================
 RESET setting
======================================================================= */
*{ margin:0; padding:0;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, code, form, fieldset, legend, input, textarea, 
p, blockquote, th, td{margin:0;padding:0;}
a {outline: none; text-decoration: none;}
img { border:none }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
sup{ line-height:100%;}

/* Clearfix
------------------------------------------------------------------------*/
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear { clear:both; }

/* ====================================================================
 基本設定
======================================================================= */
html,body{
	height:100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.7;
	color: #333;
	-webkit-text-size-adjust: none;
}
#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
/* =================================================================
 ヘッダー
================================================================= */
header{
	width:100%;
	height:223px;
	background: url(../image/common/header_bg.png) repeat-x;
	border-top:#4B3329 4px solid;
}
header #header_area{
	width:980px;
	text-align:center;
	position:relative;
	margin:0 auto;
}
header #header_area h1.logo{
	padding:45px 0;
}
#header_area ul.header_btn{
	list-style:none;
	position:absolute;
	top:15px;
	right:0;
}
#header_area ul.header_btn li{
	float:left;
	margin-left:10px;
}
#header_area ul.header_btn li.nl_logo{
	float:left;
	border-right:#bbbbbb 1px solid;
	padding:6px 18px 0 0;
	margin-right:8px;
}
/* ナビゲーション */
ul#nav{
	width:980px;
	list-style:none;
	padding:0;
	margin:0 auto;
}
ul#nav li{
	float:left;
	padding:0;
	margin:0;
}
ul#nav img{
	display:block;
}
/* =================================================================
 メイン
================================================================= */
#contents{
	width:100%;
	padding-bottom:240px;
	margin:0 auto;
}
#contents a.more_btn{
	font-size: 19px;
    color: #fff;
    width: 300px;
    font-weight: bold;
    text-decoration: none;
	display:block;
    text-align: center;
    border-radius: 10px;
    background: #593D31;
    padding: 10px 0;
    margin:30px auto 0 auto;
}
section{ width:100%; text-align:center; background:#FFF; padding:40px 0;}
section.slider{padding:0;}
section.bg01{ background: url(../image/common/contents_bg1.png) repeat; padding:50px 0;}
section.bg02{ background: url(../image/common/contents_bg2.png) repeat; padding:50px 0;}

#contents .contents_box{
	width:980px;
	margin:0 auto;
}
.contents_box .cb_head{
	width:980px;
	height:59px;
	min-height:59px;
	background:url(../image/common/contents_box_head.png) top no-repeat;
}
.contents_box .cb_main{
	width:980px;
	min-height:300px;
	background:url(../image/common/contents_box_main.png) top repeat-y;
}
.contents_box .cb_foot{
	width:980px;
	height:59px;
	background:url(../image/common/contents_box_foot.png) top no-repeat;
}

/* バナーエリア */
#contents #bnr_area{
	width:100%;
	height:200px;
	background: url(../image/common/contents_bg1.png) repeat;
}
#contents #bnr_area img{
	display:block;
}
.bnr_box{
	width:100%;
	height:200px;
	position:relative;
	margin:0 auto;
}
.bnr_box p.totop{
	right:0;
	bottom:0;
	position:absolute;
}
.bnr_box ul{
	width:1000px;
	font-size:0;
	text-align: center;
	list-style-type: none;
	padding:50px 0 0 0;
	margin:0 auto;
}
.bnr_box li{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin:0 10px;
}


/* =================================================================
 フッター
================================================================= */
footer{
	width:100%;
	height:240px;
	font-size: 12px;
	position:absolute;
	bottom:0;
}
footer .footer_area1{
	height:40px;
	background:#E3DCC6;
	position:relative;
	padding-top:20px;
	margin:0 auto;
}
.footer_area1 ul{
	text-align:center;
	list-style:none;
}
.footer_area1 li{
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
.footer_area1 a{
	color:#29150A;
	text-decoration: none;
}
.footer_area1 a:hover{
	text-decoration: underline;
}
footer .footer_area2{
	color:#FFF;
	height:155px;
	text-align:center;
	background:#271818;
	padding-top:25px;
}
.footer_area2 img{
	display:block;
	margin:0 auto;
}
.footer_area2 p.copyright{
	border-top:#4D3F3B 1px dashed;
	padding-top:10px;
	margin-top:20px;
}