@charset "utf-8";

/* --------------------------------------------------
 *  サイト内共通のCSSの宣言
 *
 *  [1] 共通
 *  [2] リンク指定
 *  [3] ヘッダー
 *  [4] コンテンツ
 *  [5] フッター
 * -------------------------------------------------- */


/* --------------------------------------------------
 *  [1] 共通
 * -------------------------------------------------- */
#wrap {
	width: 100%;
	padding-top: 36px;
	background: url(../img/common/body_back_ground.png) left top repeat-x;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
}

#pageTop {
	width: 61px;
	height: 61px;
	z-index: 9999;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/* --------------------------------------------------
 *  [2] リンク指定
 * -------------------------------------------------- */
a:link {
    color: #56371b;
	outline: none;
	text-decoration: none;
}

a:visited {
    color: #56371b;
	outline: none;
	text-decoration: none;
}

a:hover {
    color: #56371b;
	outline: none;
	text-decoration: underline;
}

a.white:link {
    color: #FFF;
	outline: none;
	text-decoration: none;
}

a.white:visited {
    color: #FFF;
	outline: none;
	text-decoration: none;
}

a.white:hover {
    color: #FFF;
	outline: none;
	text-decoration: underline;
}

a.onlink:link {
	color: #f00;
	text-decoration: underline;
}

a.onlink:visited {
	color: #f00;
}

a.onlink:hover {
	color: #f00;
}


/* --------------------------------------------------
 *  [3] ヘッダー
 * -------------------------------------------------- */
#header {
	width: 1000px;
	height: 713px;
	margin: -3px auto 0 auto;
	clear: both;
}

#mv {
	width: 1000px;
	height: 571px;
	float: left;
	overflow: hidden;
}

#logo {
	width: 187px;
	height: 199px;
	margin: 514px 0 0 405px;
	z-index: 1000;
	position: absolute;
}

#logo a {
	width: 187px;
	height: 199px;
    background: url(../img/header/logo.png) left top no-repeat;
	display: block;
}

#gNav {
	width: 1000px;
	height: 199px;
	margin-top: -52px;
	float: left;
}

#gNav li {
	margin-top: 52px;
	height: 142px;
	float: left;
}

.gNavCenter {
	margin-left: 187px;
}


/* --------------------------------------------------
 *  [4] コンテンツ
 * -------------------------------------------------- */
.contentsBox {
	width: 1000px;
	float: left;
}



/* --------------------------------------------------
 *  [5] フッター
 * -------------------------------------------------- */
#footerArea {
	width: 100%;
    background: url(../img/footer/back_ground.gif) left top repeat;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

#footerNav {
	width: 920px;
	margin-left: 80px;
	float: left;
}

#footerNavUl {
	float: left;
}

#footerNavUl li {
	margin-left: 40px;
	float: left;
}

#footerSnsBtn {
	width: 950px;
	margin: 10px 0 20px 0;
	float: left;
}

#footerInfo {
	width: 650px;
	padding: 20px;
	float: left;
	border: 1px solid #CCC;
}

#footerLogo {
	width: 200px;
	height: 120px;
	padding: 65px 0 0 20px;
	float: left;
	border-right: 1px dashed #CCC;
}

#footerInfoBox {
	margin-left: 20px;
	float: left;
}

#footerInfoTel {
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

#footerBanner {
	margin-left: 40px;
	float: left;
}

#footerBanner li {
	margin-bottom: 10px;
}

#copy {
	width: 100%;
	padding: 10px 0;
	background: #000;
}
