@charset "utf-8";
/* INDEX TOP FLASH PAGE */
*{
	margin: 0;
	padding: 0;
}
html, body{
	overflow: hidden;
}
body {
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	background-image: none;
}
hr {
	display: none;
}
img {
	border: 0;
}
#supersize{
	position: fixed;
}
#supersize img, #supersize a{
	position: absolute;
	height: 100%;
	width: 100%;
}
#copyright {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.75em;
}
#copyright address{
	font-style: normal;
	font-size: 0.9em;
	color: #999;
}
