@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background: #000000;
}
#wrapper {
	width: 800px;
	height: 1125px;
	background: url(../img/bg_top.jpg) no-repeat;
	margin: 0 auto;
	display: block;
}
#wrapper h1{
	margin: 0;
	padding: 620px 0px 0px 0px;
	font: bold 18px "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka;
	color: #b3b1b2;
	text-align: center;
}
#wrapper h2{
	margin: 0;
	padding: 4px 0px 0px 0px;
	font: bold 14px "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka;
	color: #b3b1b2;
	line-height: 1.6em;
	text-align: center;
}
#wrapper p#price{
	margin: 8px auto;
	padding: 0px 0px 0px 0px;
	font: bold 12px "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka;
	color: #b3b1b2;
	width: 330px;
	background: url(../img/logo_nr2.png) right center no-repeat;
}
#wrapper p#enter a{
	width: 210px;
	height: 85px;
	display: block;
	margin: 30px auto;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	background: url(../img/enter_off.png);
}
#wrapper p#enter a:hover{
	background: url(../img/enter_on.png);
}