body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000;
	background-color: #666;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 20px 0 0 0;
	padding: 0 10px 5px 0;
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	border-bottom: 3px solid #000;
}
.stext {
	font-size: 77%;
	line-height: 130%;
}
a,a:hover {
	color: #fff;
	text-decoration: none;
}
a.historyNavi {
	color: #900;
	text-decoration: none;
}
a.historyNavi:hover {
	color: #900;
	text-decoration: underline;
}
#main {
	margin: 0 auto;
}
#footertext {
	color: #fff;
	font-size: 77%;
	line-height: 130%;
}
a.mainMenu {
	display: block;
	margin: 6px 0 10px 0;
	width: 145px;
	height: 40px;
	text-align:center;
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
}
a.mainMenuRight {
	display: block;
	margin: 6px 0 10px 0;
	width: 145px;
	height: 40px;
	text-align:center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
}
a#selection {
	display: block;
	margin: 6px 0;
	width: 304px;
	height: 52px;
	color: #000;
	font-weight: bold;
	font-size: 24px;
	line-height: 52px;
	background-image:url(img/btn_selection.jpg);
}
a#selection:hover {
	color: #8E7100;
	background-image:url(img/btn_selection_o.jpg);
	text-decoration: none;
}
td.bg {
	background: #404040 url(img/bg.gif);
}
