@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: 25px;
	text-align: left;
}

#noticearea {
	margin: 0px;
	padding: 0px 10px;
	width: 490px;
	float: left;
}

#noticearea p {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #999999;
	font-size: 12px;
	line-height: 25px;
}

#noticearea a:link,a:visited{
	color: #999999;
	text-decoration: none;
}

#noticearea a:hover,a:active{
	color: #FF0066;
	text-decoration: underline;
}
	

#copyrightarea {
	margin: 0px;
	padding: 0px 10px;
	width: 490px;
	float: right;
}

#copyrightarea p {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: bold;
	color: #666666;
	font-size: 10px;
	line-height: 25px;
	text-align: right;
}