@charset "utf-8";

/* 大枠 */
html,
body {
	height: 100%;
	}
html {
	overflow-x: hidden;
	}
body {
	color: #000;
	font-size: 12px;
	line-height:1.6;
	position: relative;
	}
#wrapper {
	width: 100%;
	min-width: 980px;
	position: relative;
	overflow: hidden;
	}
body > #wrapper {
	height: auto;
	}
	
/* リンク */
a:link    {color:#A4700E; text-decoration: underline;}
a:visited {color:#A4700E; text-decoration: underline;}
a:hover   {color:#A4700E; text-decoration: none;}
a:active  {color:#A4700E; text-decoration: none;}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
	}
img {
	vertical-align: bottom;
	}


/* ▼▼▼ ヘッダー
=====================================*/
#header {
	width: 940px;
	margin: 0 auto 20px;
	position: relative;
	overflow: hidden;
	}
#header .request {
	position: absolute;
	top: 0;
	right: 0;
	}

/* タイトル */
#site_title {
	float: left;
	margin: 15px 20px 0 0;
	overflow: hidden;
	}
h1.title {
	margin: 15px 0 35px;
	text-align: center;
	overflow: hidden;
	}	
	
		
/* グローバルナビゲーション */
#gnav {
	float: left;
	margin-top: 40px;
	overflow: hidden;
	}
#gnav li {
	float: left;
	margin-right: 23px;
	}
#header .about {
	position: absolute;
	top: 31px;
	right: 162px;
	}
#home #header .about {
	position: absolute;
	top: 12px;
	right: 0;
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#visual {
	padding-top: 193px;
	}
#main {
	width: 940px;
	background: #fff;
	border-top: 4px solid #DEC06D;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	}

#contents {
	width: 840px;
	padding-bottom: 50px;
	margin: 0 auto;
	overflow: hidden;
	}

#bnav {
	background: #EEEADF;
	padding: 10px 10px 3px 10px;
	margin-bottom: 50px;
	overflow: hidden;
	}
	#bnav .box {
		background: url(../img/top/shadow.png) no-repeat center bottom;
		padding-bottom: 7px;
		}
	#bnav .box_inner {
		width: 570px;
		height: 115px;
		background: #fff;
		padding: 15px 30px 0;
		}
		#bnav .box_inner .btn {
			float: left;
			padding-top: 5px;
			}
			#bnav .box_inner .address {
				padding-top: 10px;
				overflow: hidden;
				}
		#bnav .box_inner .tel {
			float: right;
			}

	

/* ▼▼▼ フッター
=====================================*/
#footer {
	width: 100%;
	background: #F7F0DC;
	clear: both;
	overflow: hidden;
	}
#fnav {
	width: 940px;
	padding: 10px 0;
	margin: 0 auto;
	overflow: hidden;
	}
	#fnav li {
		float: left;
		margin-right: 40px;
		}
#footer_inner {
	background: #fff;
	padding: 12px 0 13px;
	overflow: hidden;
	}
	#footer_inner .footer_inner {
		width: 940px;
		margin: 0 auto;
		overflow: hidden;
		}
	#footer_inner .address {
		width: 315px;
		height: 35px;
		border-left: 1px dotted #000000;
		border-right: 1px dotted #000000;
		padding: 15px 35px;
		margin: 0 30px;
		line-height: 35px;
		}
		#footer_inner .address .right {
			margin: 8px 20px 8px 10px;
			}

.zutto {
	padding-top: 20px;
	text-align: center;
	clear: both;
	overflow: hidden;
	}

/* ▼ ページ上部へ戻る */
.pagetop {
	margin-bottom: 10px;
	text-align: right;
	}
	
/* ▼ コピーライト */
#copyright {
	width: 940px;
	padding: 8px 0;
	margin: 0 auto;
	font-size: 11px;
	color: #666;
	}


/* ▼▼▼ トップ
=====================================*/
#mainVisual {
	border-bottom: 6px solid #DEC06D;
	}
#frame {
	width: 1100px;
	margin: 0 auto;
	overflow: visible !important;
	position: relative;
	}

/* ▼▼▼スライダー */
.bx-wrapper{
	width: 100% !important;
	height: 600px !important;
	margin: 0 auto;
	}
.bx-window{
	width: 1100px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	_overflow: hidden !important;
	}
#slider div {
	width: 1100px;
	}

/* 次へ前へ */
.prev-next{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	}
a.bx-prev,
a.bx-next{
	display: block;
	width: 20px;
	height: 40px;
	position: absolute;
	top: 280px;
	/top: -280px;
	text-indent: -9999px;
	outline: none;
	}
	a.bx-prev {left: 0;/left: 60px;}
		a.bx-prev {
			background: url(../img/top/arrow_l.png) no-repeat left top;
			}
	a.bx-next {right: 0;/right: 60px;}
		a.bx-next {
			background: url(../img/top/arrow_r.png) no-repeat left top;
			}

#slider-frame-left,
#slider-frame-right {
	height: 600px;
	width: 1100px;
	position: absolute;
	top: -606px;
	background: url(../img/top/slider_bg.png) repeat;
	z-index: 10;
	}

#slider-frame-left {
	right: 1100px;
	}
#slider-frame-right {
	left: 1100px;
	}		

#home #header {
	height: 67px;
	margin-bottom: 10px;
	overflow: visible;
	}
#home #site_title {
	margin: 0;
	position: absolute;
	top: -56px;
	left: 380px;
	}
#home #gnav {
	padding-top: 22px;
	margin: 0 -57px 0 0;
	}
#home #gnav li {
	margin-right: 57px;
	}
#home #gnav .space {
	margin-right: 308px;
	}
#home #header .request {
	position: absolute;
	top: -606px;
	right: 0;
	}
#home #main {
	border-top: none;
	}
#home h2.copy {
	margin-bottom: 30px;
	}
#home #tnav {
	margin: 0 -12px 50px 0;
	overflow: hidden;
	}
	#home #tnav li {
		float: left;
		margin: 0 12px 12px 0;
		}
	#home #tnav li.main {
		margin-right: 23px;
		}
		
		