@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}
.JyusetsuContents {
	width: 730px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFC977;
	margin-right: auto;
	margin-left: auto;
}

a:hover {
	color: #996600;
}

.oneColFixCtrHdr #container {
	width: 795px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #AAD297;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContentText {
	background: #FFFFFF;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#FFFFFF;
}
.JyusetsuColorText {
	color: #FF9900;
	font-weight: bold;
}
.Caption {
	font-size: 10px;
	line-height: 14px;
}
.JyusetsuColorSubTitle {
	color: #FF9900;
	font-weight: bold;
	font-size: 14px;
}
.KouzaiContents {
	width: 730px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00AAE8;
	margin-right: auto;
	margin-left: auto;
}
.KouzaiColorText {
	color: #009DD9;
	font-weight: bold;
}
.KouzaiColorSubTitle {
	color: #00AAE7;
	font-weight: bold;
	font-size: 14px;
}
.KouzaiItem {
	width: 300px;
	border: 1px solid #00AAE8;
	text-align: left;
	height: 180px;
}
.KouzaiItemTitle {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-left: 10px;
}
.KouzaiCaption {
	font-size: 10px;
	line-height: 14px;
	margin-left: 10px;
}
.KouzaiItemText {
	font-size: 12px;
	line-height: 18px;
	margin-left: 10px;
}
.InfoContents {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.InfoItemText {
	font-size: 12px;
	line-height: 18px;
	margin-left: 15px;
}
ul.InfoList {
	list-style-type: square;
	list-style-image: url(../Info/pict/Info-ListMark10.png);
}
ul.JyusetsuList {
	list-style-type: square;
	list-style-image: url(../Jyuusetsu/pict/ListMark10.png);
}

ul.KouzaiList {
	list-style-type: square;
	list-style-image: url(../Kouzai/pict/Kouzai-ListMark10.png);
}
