@charset "UTF-8";

body {
	margin: 0;
	color: #999999;
	background-color: #000000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

div#nonfla-contents {
	text-align: center;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}