<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
*{
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	overflow: auto;
}
#flashcontent {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align:center;
}
body {
	height: 100%;
	background-color:#ffffff;
}
.mainimg{
	margin:0 auto;
	width:1000px;
	height:700px;
}

h1{
	text-indent:-10000px;
	position:absolute;
}</pre></body></html>