@charset "utf-8";
.secon {
	background-color: #CCCCCC;
}
style type="text/css">

body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #666666;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
.oneColLiqCtr #container {
	width: 700; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: right; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #000033;
	margin: auto;
	word-spacing: normal;
	display: marker;
	position: static;
	left: 20;
	background-position: center center;
	visibility: inherit;
}
.oneColLiqCtr #mainContent {
	text-align: left;
	background-color: #FFFFCC;
	width: 700px;
	height: auto;
	margin: auto;
	padding: 30px;
	
}

</style>

