@charset "Shift_JIS";
html {
	height: 100%;
	overflow: auto;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#contents{
    
}
#flashcontent {
   overflow:auto;
	height:590px;
	width:900px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-295px;
	margin-left:-450px;
}
