@charset "utf-8";

/*----------------------------------------------
トップページ
------------------------------------------------*/

body {
	margin:0; 
	padding:0; 
	background:#010101;
	font:#FFFFFF;
}

div#flash {
	width:100%;
	height:100%;
}

div#wrap {
	position:absolute;
	width:900px;
	height:700px;
	left:50%;
	top:50%;
	margin-left:-450px;
	margin-top:-350px;
}
