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

