@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFF99;
}
.twoColFixLtHdr #container {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	height: 400px;
} 

.twoColFixLtHdr #header2 {
	padding: 0;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 172px;
	margin: 0px;
}
.twoColFixLtHdr #container #header2 h1 {
	font-size: x-large;
	line-height: 120%;
	color: #006600;
	margin: 0px;
	padding-top: 105px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.twoColFixLtHdr #container #fnavi {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.twoColFixLtHdr #container #fnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.twoColFixLtHdr #container #fnavi li {
	font-size: small;
	line-height: 120%;
	color: #333333;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #fnavi a:link,.twoColFixLtHdr #container #fnavi a:visited {
	color: #006600;
}
.twoColFixLtHdr #container #fnavi a:hover,.twoColFixLtHdr #container #fnavi a:active {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: medium;
	color: #666600;
	background-image: url(images/happa.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 120%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 h4 {
	font-size: medium;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: small;
	line-height: 120%;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #sidebar1 li {
	font-size: small;
	line-height: 120%;
	color: #333333;
	margin: 0px;
	list-style-type: circle;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 a:link,.twoColFixLtHdr #container #sidebar1 a:visited {
	color: #006600;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 a:hover,.twoColFixLtHdr #container #sidebar1 a:active {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixLtHdr #container #mainContent p {
	font-size: small;
	line-height: 120%;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #mainContent2 p {
	font-size: small;
	line-height: 120%;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: large;
	color: #006600;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent2 h1 {
	font-size: large;
	color: #006600;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: x-large;
	color: #FF6600;
	background-image: url(images/otamachan.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent2 h2 {
	font-size: x-large;
	color: #996600;
	background-image: url(images/pyon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent2 ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 40px;
}
.twoColFixLtHdr #container #mainContent2 li {
	font-size: small;
	line-height: 120%;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: medium;
	line-height: 1.4em;
	color: #666600;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(images/onpu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
}
.twoColFixLtHdr #container #mainContent2 h3 {
	font-size: medium;
	line-height: 1.4em;
	color: #666600;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(images/onpuB.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
}
.twoColFixLtHdr #container #mainContent2 h4 {
	font-size: medium;
	line-height: 1.4em;
	color: #666600;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(images/faqH3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
}
.twoColFixLtHdr #container #mainContent .oshirase {
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.twoColFixLtHdr #container #mainContent2 .oshirase {
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 35px;
}

.twoColFixLtHdr #container #mainContent .oshirase img {
	float: left;
	margin: 5px;
	padding: 0px;
}

.twoColFixLtHdr #container #mainContent .spaceHR img {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent2 .spaceHR img {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: x-small;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #333333;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent2 #map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.twoColFixLtHdr #container #mainContent2 table {
	font-size: small;
	line-height: 120%;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	border: 1px solid #666666;
}
.twoColFixLtHdr #container #mainContent2 table {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.twoColFixLtHdr #container #mainContent2 h5 {
	font-size: small;
	line-height: 120%;
	color: #663300;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.twoColFixLtHdr #container #mainContent2 table {
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent2 table th {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent2 table td {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent2 .signName {
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
}
#flashcnt {
	position: relative;
	z-index: 1;
}
#logoimg {
	margin: 0px;
	padding: 0px;
	height: 76px;
	width: 330px;
	position: relative;
	z-index: 20;
	left: 418px;
	top: -375px;
}

