/* ============================================================= */
/* =====インデックスページ====================================== */
/* ============================================================= */

/* =============================================================== */
/* コンテンツ===================================================== */
#bodyStyle {
	background-image: url(/img/index/bodyBg.jpg);
	background-position: left top;
	background-repeat: repeat;
}
#topLayout {
	background-image: url(/img/index/contentsBg.gif);
	background-position: left top;
	background-repeat: repeat;
	text-align: center;
}
/* ============================================================= */
/* ヘッダーのレイアウト  [ index.html ] ======================== */
#header {
	width: 800px;
	height: 378px;
	background-image: url(/img/index/headerBg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}
#header h1.index {
	height: 13px;
	line-height: 13px;
	text-align: center;
	padding: 22px 0px 0px 0px;
}
/* 18歳未満の方… */
#header p {
	position: absolute;
	top: 315px;
	left: 78px;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
/* サイト説明 */
#header span {
	position: absolute;
	top: 240px;
	left: 116px;
	display: block;
	width: 375px;
	font-size: 12px;
	line-height: 12px;
}
/* 入退場ボタン｜共通 */
#header a.enter,
#header a.exit {
	display: block;
	background-image: url(/img/index/headerBg.jpg);
	background-repeat: no-repeat;
}
#header a.enter,
#header a.exit {
	line-height: 72px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
/* 入場ボタン */
#header a.enter {
	position: absolute;
	top: 288px;
	left: 497px;
	width: 150px;
	height: 72px;
	background-position: -497px -288px;
}
#header a.enter:hover,
#header a.exit:hover {
	background-image: url(/img/index/headerBg_f2.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
/* 退場ボタン */
#header a.exit {
	position: absolute;
	top: 288px;
	left: 647px;
	width: 150px;
	height: 72px;
	background-position: -647px -288px;
}


/* 左背景画像 */
#header .leftBg {
	position: absolute;
	top: 0px;
	left: -50px;
	width: 50px;
	height: 378px;
	background-image: url(/img/index/headerLeftBg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
/* 右背景画像 */
#header .rightBg {
	position: absolute;
	top: 0px;
	right: -50px;
	width: 50px;
	height: 378px;
	background-image: url(/img/index/headerRightBg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
