@charset "utf-8";
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #900;
}
.lisit_left {
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	border: thin outset #96F;
	list-style-image: url(navi_arrow.gif);
}


.oneColLiqCtr #container {
	width: 80%;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
}
h2 {
	font-size: 16px;
	color: #900;
}

.oneColLiqCtr #mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}
a {   
    text-decoration:none;   
}   
a:link {   
    color:blue;   
}   
a:visited {
	color:blue;
}   
a:hover {
	text-decoration:underline;
	color: #900;
}   
a:active {   
    color:blue;   
}  
.foot {
	font-size: 12px;
	text-align: center;
}
