/* CSS Document */
html{background-color:#FFF;}
html,
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-size:10pt;
	background-color:#000000;
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	letter-spacing:1px;
}

img {border:none;}
br {line-height:0em; clear:both;}
a:link,
a:visited,
a:active {color:#ffffff; text-decoration:none;}
a:hover {color:#F04050; text-decoration:none;}
p {margin:0px; padding:0px; color:#FFF;}

