@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
}
.wrapper #container {
	width: 850px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.wrapper #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 20px;
	background-image: url(../img/HeaderBack.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 135px;
}
.wrapper #header h1 {
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	width: 500px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
	float: right;
}
.wrapper   #header #imgTi {
	padding: 0px;
	height: 80px;
	width: 120px;
	background-image: url(../img/top-logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.wrapper   #header #imgTi a {
	padding: 0px;
	height: 80px;
	width: 120px;
	display: block;
	margin: 0px;
	background-image: url(../img/top-logo.jpg);
	background-repeat: no-repeat;
}
.wrapper #header ul {
	color: #739CDD;
	list-style-type: none;
	font-size: 12px;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	clear: both;
	font-weight: bold;
}
.wrapper #header li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.wrapper #header a {
	background-color: #FFFFFF;
	color: #739CDD;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 15px;
	line-height: 1.3em;
	padding-right: 20px;
	padding-left: 20px;
}
.wrapper #header a:hover {
	color: #739CDD;
	background-color: #C2DCFF;
}
.wrapper #mainContent p {
	background: #FFFFFF;
}
.wrapper #mainContent .clear {
	background: #FFFFFF;
	clear: both;
	height: 20px;
}
.wrapper #mainContent .blue {
	background: #FFFFFF;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #739CDD;
	padding: 0px;
	height: 225px;
}
.wrapper  #mainContent  .title {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 150px;
	text-align: center;
	background-image: url(../img/topicBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.wrapper #mainContent .column {
	width: 850px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #739CDD;
	text-align: left;
}
.wrapper #mainContent .columnL {
	width: 410px;
	float: left;
	padding: 0px;
	margin-left: 10px;
}
.wrapper #mainContent .columnR {
	width: 410px;
	float: right;
	margin-right: 10px;
}
.wrapper #mainContent p {
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.wrapper #mainContent h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #2F75EE;
	margin-top: 20px;
	text-indent: 15px;
	margin-bottom: 10px;
	line-height: 32px;
	font-style: italic;
}
.wrapper #mainContent h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	color: #FF870F;
	background-image: url(../img/samllMark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 65px;
	height: 30px;
	font-weight: bold;
	font-size: 17px;
	line-height: 2em;
}
.wrapper #mainContent h4 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	background-image: url(../img/arrow15.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	color: #FF9900;
	font-size: 12px;
	text-indent: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wrapper #mainContent a {
	color: #FF9900;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.wrapper #mainContent a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
}
.wrapper #footer {
	padding: 0; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#DDDDDD;
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #739CDD;
	font-size: 11px;
	text-align: center;
}
.wrapper #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
