@charset "utf-8";
#apDiv1 {
	position:relative;
	width:825px;
	height:493px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #F00;
	background-color: #000;
}
body {
	background-color: #000;
	text-align: center;
}
.FormFont {
	font-family: sans-serif;
	color: #F00;
	font-weight: bold;
	text-align: center;
}
.center {
	text-align: center;
}