/* CSS Document */
body {
	background-color: #000000;
	
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body,td,th {
	font-family: Helvetica,Arial,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 12px;
	color: #F5F5F5;
	line-height: 150%;
}

table{ 
	border:0px none;
}
	
img {
border: 0px none;
}

a:link {
	color: #F5F5F5;
	text-decoration: none;
}
a:visited {
	color: #F5F5F5;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#center {
text-align: center;
}

#all_box {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#enter_box {
	text-align: center;
	margin-top: 100px;
}
