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

#table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Main {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Container {
	width: 750px;
	margin: 0 auto 0 auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.table_center{
     margin: 0px auto 0px auto;
	 border:0;
}
#header {
	width: 750px;
	margin: 0 auto 0 auto;
	background-image: url(img/header.gif);
	clear: both;
	background-position: left;
	background-repeat: no-repeat;
	height: 81px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#footer {
	width: 750px;
	background-image: url(img/copy.gif);
	background-repeat: no-repeat;
	height: 26px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body, th, td {
	/*font-family: "メイリオ", Meiryo, "MS P コシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;*/
	/*font-family: "メイリオ", Meiryo, "MS P コシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;*/
	font-family: "MS P コシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
}
.table_bg {
	margin: 0px auto 0px auto;
	border:0;
	background-image: url(img/table_bg.gif);
	background-repeat: repeat;
}
