@charset "utf-8";
body {
	background-color: #000000;
	padding: 0px;
	font-size: 11px;
	font-family:"メイリオ","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;	
	line-height: 120%;
	color: #FF0000;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 65px;
	font-size: 11px;
}
#contents {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

