@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#main {
	position:absolute;
	width:450px;
	height:300px;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -150px;
}
.getflash {
	font-size: 11px;
	text-align: center;
	display: block;
	margin-top: 5px;
	font-family: Arial, "メイリオ";
}




.enter {
	font-family: Arial, "メイリオ";
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
	display: block;
	height: 27px;
	color: #FFF;
}
.htmlver {
	font-family: Arial, "メイリオ";
	font-size: 11px;
	text-align: center;
	display: block;
	margin-top: 10px;
	color: #FFF;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 75px;
}

a:link {
	color: #FFF;
}
a:hover {
	color: #069;
}
