@charset "utf-8";

/* -------------------------------------------------
 *
 * 共通
 *
 *-------------------------------------------------- */

body {
	background: #f9f7f1;
}

/* -------------------------------------------------
 *
 * ヘッダー
 *
 *-------------------------------------------------- */

#title {
	margin-top: 12px;
	float: left;
}

#topMv{
	background:url(../images/top/mv.jpg) no-repeat;
	height:516px;
	margin:0 auto;
	width:1200px;
}

#nav {
	width:950px;
	margin:0 auto;
	background:url(../images/common/gnav_bk.jpg) repeat;
	height:68px;
}

#nav li {
	float: left;
}

.contactBtn {
	width: 171px;
	height: 37px;
	float: right;
	margin:13px 0 0 20px;
	display: block;
}



/* -------------------------------------------------
 *
 * コンテンツ
 *
 *-------------------------------------------------- */

#contents {
	width: 950px;
	margin: 30px auto 30px auto;
	clear: both;
}



/* -------------------------------------------------
 *
 * フッター
 *
 *-------------------------------------------------- */

#footrap{
	background:url(../images/common/foot_bk.jpg) no-repeat;
	width:950px;
	height:37px;
	margin:0 auto 30px;
}

#footerContact{
	position:relative;
	top:15px;
	left:20px;
	float:left;
	width:190px;
	height:13px;
}

#footerUl{
	width:650px;
	float:right;
	padding-right:20px;
	padding-top:10px;
}

#footerUl li{
	float:left;
	margin-right:12px;
}


#pageTopBtn {
	width: 93px;
	height: 64px;
	margin-top: 15px;
	display: block;
	position: absolute;
	z-index: 1000;
}



