@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;
}
.oneColFixCtrHdr #container {
	width: 954px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}



p {
	font-size: 14px;
	text-align: left;
}




h1 {
	font-size: 22px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
	color: #666;
	text-align: center;
	text-indent: 30px;
}
}
h2 {

	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	color: #747474;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #747474;
}
h4 {
	font-weight: normal;
	line-height: 18px;
	font-size: 13px;
	text-align: right;
	white-space: normal;
	color: #747474;
}
.Pankuzu {
	font-size: 10px;
	text-align: right;
}
.side_menu {
	font-size: 13px;
	padding: 0px;
	vertical-align: top;
	width: 191px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.normal_text_right {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	text-align: right;
	color: #747474;
	clear: both;
}
.header_accessory {
	background-image: url(images/g-navi/header_accessory.png);
	height: 25px;
	width: 954px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}


.normal_text_left {

	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
		color: #747474;
}


.normal_text_center {

	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	color: #747474;
}

.white {
	color: #747474;
	background-color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	text-align: left;

}
