@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
body {
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #120d36;
}
a:link {
	color: #003399;
}
a:visited {
	color: #cc3366;
}
a:hover {
	color: #ff9999;
}
a:active {
	color: #ff9999;
}
h1 {
	font-size: 14px;
	color: #eecc88;
	font-weight: normal;
	display: inline;
}

.main-box {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.white-frame {
	border: 1px solid #ffffff;
	margin-bottom: 2px;
}

.bottom-box {
	color: #33000;
	background-color: #ddaa55;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #963;
	margin-bottom: 5px;
}
.text-330000 {
	color: #330000;
}
