@charset "utf-8";
body {
	background-color: #000000;
}

#idx_center {
	position:absolute;
	left:50%;
	top:50%;
	width:1000px;
	height:350px;
	z-index:1;
	margin-top: -175px;
	margin-left: -500px;
}

