@charset "utf-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	background-color: #000;
}
a {
	color: #F60;
}

.oneColLiqCtr #container {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px;
	text-align: center;
}
h4 {
	color: #F60;
	font-weight: bold;
}
