* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	text-align: center;
	background-color: #FFFFFF;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
    border:none;
}
#wall {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#toptxt {
	font-size: 16px;
	color: #333;
	width: 100%;
	clear: both;
	float: left;
}
#toptxt h1 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	display: inline;
}
#toptxt h2 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	display: inline;
}
#enterimg {
	text-align: center;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#warningtxt {
	font-size: 12px;
	color: #666;
	width: 776px;
	text-align: left;
	border: 2px solid #CCC;
	padding: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float: left;
}
#entb {
	height: 80px;
	width: 210px;
	left: 126px;
	position: absolute;
	float: left;
	margin-bottom: 10px;
	clear: both;
}
#exib {
	height: 80px;
	width: 210px;
	position: absolute;
	left: 462px;
	float: left;
}
#footer {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f89c2b;
	float: left;
	margin-top: 10px;
}
#footer a{color: #666666;}
#entertxt {
	font-size: 12px;
	line-height: 150%;
	width: 210px;
	text-align: center;
	position: absolute;
	left: 126px;
	float: left;
	top: 80px;
}
#exittxt {
	font-size: 12px;
	line-height: 150%;
	width: 210px;
	position: absolute;
	left: 462px;
	top: 80px;
}
#entbox {
	width: 800px;
	position: relative;
	clear: both;
	float: left;
	height: 110px;
	margin-top: 10px;
}
#headlogo {
	text-align: center;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f89c2b;
	padding-top: 10px;
	padding-bottom: 10px;
}
#entbox img:hover{
cursor:pointer;
opacity:.8;
}
