@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%;
	color: #CCCCCC;
	text-align: center;
	background-color: #000000;
	background-repeat: repeat;
}
a:link{
	color: #FFCC00;
	text-decoration: none;
}
a:visited{
	color: #999999;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #FFCC00;
	text-decoration: underline;
}
a:active{
	color: #999999;
}
