html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/
body {
	letter-spacing:0;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
}


footer {
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	background-color: #FF0;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	filter:alpha(opacity=90); /*IE*/
	-moz-opacity:0.90; /*firefox*/
	-webkit-opacity:0.90; /*safari・GoogleChrome*/
	opacity:0.90;
	z-index: 10;
}
footer p {
	font-size: 120%;
	font-weight: bolder;
	color: #333;
	line-height: 1.2;
}
header {
	margin: 0px;
	right: 0px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 0px;
}
h1 {
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 250px;
	width: 460px;
}
.enter {
	text-shadow:0 1px 0 rgba(0,0,0,.8);
	-webkit-font-smoothing: subpixel-antialiased;
	right: 0px;
	width: 100%;
	position: absolute;
	height: 100px;
	top: 0px;
	z-index: 2;
	text-align: center;
	margin-top: 290px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
	font-size: 90%;
	letter-spacing: 1px;
}
.enter p {
	font-size: 75%;
	line-height: 150%;
	width: 300px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFF;
}

.enter img {
	margin-top: 6px;
}

.enter .exit {
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
}
