@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #244364;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F3F6EA;
}
.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;
	border-right-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C9CCA8;
	border-left-color: #C9CCA8;
} 
.wrapper   #top-head {
	display: block;
	width: 850px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #18aaee;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 40px;
}
h1        {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 30px;
	font-weight: bold;
	color: #246EA4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A6F98;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-indent: 40px;
	line-height: 30px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.wrapper #top-head h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	display: block;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 25px;
}
.wrapper #top-head img {
	margin: 0;
	padding: 0px;
	float: left;
}
.wrapper #header {
	height: 100px;
	margin: 0px;
	padding: 0;
	width: 850px;
	background-image: url(../html/img/subtop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.wrapper    #submnu  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.wrapper    #submnu  ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.wrapper     #submnu  li   {
	list-style-type: none;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: normal;
	float: left;
	text-align: center;
}
.wrapper    #submnu  a  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 170px;
	height: 23px;
	background-image: url(../html/img/mnu-sub.jpg);
	padding-top: 7px;
}
.wrapper    #submnu  a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../img/mnu-main2.jpg);
	display: block;
	width: 170px;
	height: 23px;
	background-image: url(../html/img/mnu-sub2.jpg);
	background-repeat: no-repeat;
}
.wrapper #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 190px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #aee2ff;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wrapper #sidebar1 h3 {
	background-color: #aee2ff;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
}
.wrapper #sidebar1 p {
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wrapper #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 
.wrapper #mainContent h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	display: block;
	height: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-indent: 10px;
	padding: 0px;
	font-weight: bold;
	line-height: 40px;
	color: #666666;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	width: 100%;
}
.wrapper #mainContent h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	text-indent: 25px;
	padding: 0px;
	font-weight: normal;
	background-image: url(../img/h2-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
	color: #FF6600;
}
.wrapper #mainContent p {
	width: 550px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 16px;
	text-indent: 10px;
	float: left;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
.wrapper #mainContent form {
	width: 600px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	float: left;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
.wrapper  #mainContent  #r-box {
	width: 360px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 16px;
	text-indent: 10px;
	float: right;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
	margin-right: 30px;
}
.wrapper #mainContent #l-box {
	width: 230px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	float: left;
	margin-left: 30px;
	display: block;
	margin-right: 0px;
	padding: 0;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #4B71DA;
	clear: left;
}
.wrapper #mainContent #r-box2 {
	width: 200px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}
.wrapper #mainContent #r-box2 .txt16 {
	width: 200px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bolder;
	line-height: 25px;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}
.wrapper #mainContent #l-box2 {
	width: 500px;
	padding: 0;
	margin: 0;
	float: left;
}
.wrapper #mainContent #list {
	width: 550px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 30px;
	float: left;
	margin-left: 60px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: square;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A3D6ED;
}
.wrapper #mainContent #link {
	width: 500px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	margin-left: auto;
	list-style-type: square;
	background-color: #DEDEDE;
	text-indent: 30px;
	display: block;
	padding: 20px;
	margin-right: auto;
}
.wrapper #footer {
	width: 820px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1b80d8;
	height: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
	line-height: 40px;
	text-align: center;
} 
.wrapper  #footer  ul {
	display: block;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding: 0px;
}
.wrapper #footer li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #244364;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	line-height: 14px;
}
.wrapper #footer a {
	color: #244364;
	list-style-type: none;
	text-decoration: none;
	display: block;
}
.wrapper #footer a:hover {
	color: #845F9B;
	list-style-type: none;
	display: block;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearbox {
	clear:both;
	padding: 0px;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 15px;
}
