﻿body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #FFFFFF;
	font-size: 100%;
	background-color: #491F06;
 scrollbar-3dlight-color:white;
 scrollbar-arrow-color:#9ACD32;
 scrollbar-darkshadow-color:#9ACD32;
 scrollbar-face-color:white;
 scrollbar-highlight-color:#9ACD32;
 scrollbar-shadow-color:white;
 scrollbar-track-color:white;

}
.oneColLiqCtr #container {
	width: 1000px;
	text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	cursor: crosshair;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFCC66;
}
a:active {
	text-decoration: none;
	color: #F0F0F0;
}

