@charset "utf-8";

* {
	margin:0px;
	padding:0px;
	border:none;
}
html {
	width:100%;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
	background-image: url(../../images/index/background.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5 {
	line-height:normal;
}

#wrapper {
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#wrapper #visual {
	height: 435px;
	background-image: url(../../images/index/visual.png);
	background-repeat: no-repeat;
}
#wrapper #link {
	float: left;
	width: 711px;
	padding-left: 40px;
}
#wrapper #attestation {
	margin-top: 10px;
}

#attestation #attestation_text {
	float: left;
	width: 411px;
	padding-right: 10px;
	padding-left: 10px;
}
#attestation_text .png {
	background-image: url(../../images/index/attestation.png);
	width: 45px;
	float: left;
	height: 43px;
	margin-top: 5px;
}

#attestation_text p {
	padding: 5px;
	float: left;
	width: 356px;
}
#attestation #attestation_button {
	width: 310px;
	float: left;
	padding-right: 10px;
}
#attestation_button ul {
	list-style-type: none;
}
#attestation_button #enter {
	height: 35px;
	width: 150px;
	float: left;
}
#enter a {
	background-image: url(../../images/index/btn_enter.png);
	height: 35px;
	width: 150px;
	display: block;
}
#attestation_button #leave {
	float: left;
	height: 35px;
	width: 150px;
	margin-left: 10px;
}
#leave a {
	background-image: url(../../images/index/btn_leave.png);
	height: 35px;
	width: 150px;
	display: block;
}
