#rotator{
	background-color: #000000;
	width: 600px; /*横幅のサイズはお好きなように */
	height: 390px; /*縦幅のサイズはお好きなように */
	background-image: url(../rotator/rotator.php);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 190px;
	width: 350px;
	margin-top: -195px;
	margin-left: -300px;
	padding-left: 250px;
	padding-top: 200px;
}

h1 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #937A00;
	margin: 0px;
	padding: 0px;
}

.notice {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
	text-align: center;
	line-height: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.enter {
	display: block;
	margin-top: 10px;
}

.btn_enter a {
	height: 30px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(../img/parts/index_btn_enter.gif);
	margin-bottom: 10px;
	text-indent: -9999px;
}

.btn_enter a:hover {
	background-position: 0px -30px;
}

.btn_leave a {
	height: 20px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(../img/parts/index_btn_leave.gif);
	text-indent: -999px;
}

.cright {
	font-size: 9px;
	color: #999999;
	display: block;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	background-color: #000000;
}

