@charset "UTF-8";


* {
	margin:0;
	padding:0;
}


img {
	border:none;
}



body {
	text-align:center;
	background-color:#fff;
}


h1 {
	margin:250px auto 50px auto;
}

h2 {
	margin:0 auto 50px auto;
}



a.enter {
	width:100px;
	height:45px;
	text-indent:-9999em;
	display:block;
	background:url(top_btn.gif) no-repeat;
	background-position:0 0;
	margin:0 auto;
}

a.enter:hover {
	background-position:0 -45px;
}
