/*
Author: ESG (Kentaro Kuroki) 2007
Author URI: http://www.oln-g.com
*/

@charset "Shift_JIS";
@import url("./text.css");
@import url("./contents.css");

*{
    margin:0;
    padding:0;
    font:normal normal normal 100%/1.3 "ＭＳ Ｐゴシック","Osaka",sans-serif;
    border:none;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅",sans-serif;
	background-color: #FFF;
	margin: 0;
    padding:0;
	text-align: center;
}

#enter {
	position: absolute;
	top: 50%;
	left: 50%;
}

div.enterBox {
	width: 600px;
	height: 400px;
	text-align: center;
	position: absolute;
	top: -200px;
	left: -300px;
	
}

div.flashArea {
	margin: 0 0 296px 0;
}