@charset "Shift_JIS";

html, body {
	overflow-x: hidden;
	overflow-y: auto;
	width : 100%;
	height : 100%;
	background-color: #FFFFFF;
}
body {
	margin: 0;
	padding: 0;
}
#my_flash{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}