/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
	font-size: 0px;
	line-height: 0px;
}


/*--------------------------------------------------
	全体
--------------------------------------------------*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳＰゴシック";
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/bg_enter02.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}

/*--------------------------------------------------
	wrapper
--------------------------------------------------*/

#wrapper {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper ul {
	padding-top: 455px;
	padding-left: 146px;
	text-align: center;
	margin-left: auto;
	height: auto;
	width: 400px;
	margin-right: auto;
}
#wrapper li {
	font-size: 0px;
	line-height: 0px;
	height: 60px;
	width: 110px;
	margin-right: 36px;
	float: left;
}
#wrapper .footer {
	font-size: 10px;
	letter-spacing: 0.3em;
	text-align: center;
	margin-top: 40px;
}
#wrapper .footer p {
	padding-top: 10px;
	letter-spacing: 0.1em;
}
#wrapper .footer .banner {
	margin-top: 16px;
}