@charset "Shift_JIS";
*{
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	overflow: auto;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align:center;
}
body {
	height: 100%;
	background-color:#050717;
}
.mainimg{
	margin:0 auto;
	width:960px;
	height:700px;
}

h1{
	text-indent:-10000px;
	position:absolute;
}