@charset "utf-8";
body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#000000;
	position:absolute;
	width:100%;
	height:100%;
	font-family: "ヒラギノ角ゴ Pro W6", Osaka, "ＭＳ Ｐゴシック",sans-serif;
}
*{
	font-size:13px;
	color:#cdcdcd;
	line-height:130%;
}
img{border:0px;}
h1{
	font-size:16px;
	margin-top:20px;
}
a {
	text-decoration: underline;
	color: #aaccff;
}
a:visited {
	text-decoration: underline;
	color: #aaccff;
}
a:hover {
	text-decoration: underline;
	color: #ffaa00;
}
#flash_sc{
	width:600px;
	margin:0 auto;
	text-align:left;
}
.top_footer{
	text-align:right;
}
.top_footer p{
	font-size:10px;
}
.chuui{
	border:solid 1px #afafaf;
	margin:20px 0px 20px 0px;
	padding:10px;
	background-color:#232323;
}

