@charset "utf-8";

body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 100%;
	background-image: url(img/bg_ent.jpg);
	text-align: center;
}
.oneColLiqCtr #container {
	width: 100%; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.img.vi {
	clip: rect(100px,auto,auto,auto);
	clear: right;
	float: none;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}
.oneColLiqCtr  a:link {
	text-decoration: none;
	color: #000000;
}
.oneColLiqCtr  a:visited {
	text-decoration: none;
	color: #000000;
}
.oneColLiqCtr  a:hover {
	text-decoration: underline;
	color: #000000;
}
.oneColLiqCtr  a:active {
	text-decoration: underline;
	color: #000000;
}