@charset "utf-8";
body {
	margin: 0px auto 0px;
	font-size: 0.75em;
	color: #4d4d4d;
	text-align: center;
	background-color: #000000;
	line-height: 180%;
	font-family: "MS Pゴシック", "Osaka", "lr oSVbN", "arial", sans-serif;
	height:100%;
	width:100%;
}
*html body {
	padding-left: 1px;
}
*+html body {
	padding-left: 1px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
img {
	border: none;
}
textarea, input, select {
	color: #333333;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 100%;
}
#flash{
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	background:#000;
}
