@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	background-image: url(../images/02bg.gif);
	background-repeat: repeat;
}
.oneColFixCtr #container {
	width: 890px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}

.oneColFixCtr #container #mainContent table {
	width: 850px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 40px;
	}
.oneColFixCtr #container #mainContent h2 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtr #container #mainContent th {
	font-weight: normal;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/01bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	background-position: bottom;
	border: 1px solid #CCCCCC;
}
.oneColFixCtr #container #mainContent td {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
.oneColFixCtr #container #mainContent .bg {
	background-color: #f3f6f6;
}
