@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0 0 10; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: none;
	width: 760px;
	float: left;
}
.h1{
}
.h2{
	font-size: 18px;
}
.twoColLiqLtHdr #container {
	width: 800px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 0px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
} 
.twoColLiqLtHdr #header {
	width: 800px;
	color: #333333;
	background: no-repeat;
	border-style: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
} 

.twoColLiqLtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px 20 0px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	border-style: none;
	border-left-width: 20px;
	line-height: 40px;
}
.twoColLiqLtHdr #header2 {
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	width: 800px;
	height: 37px;
	float: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #676698;
	background-repeat: no-repeat;
	background-image: url(../newimg/back.png);
}
.twoColLiqLtHdr #header3 {
	font-weight: normal;
	color: #333333;
	text-align: right;
	background: no-repeat;
	width: 350px;
	height: 39px;
	font-size: 10pt;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20;
	padding-bottom: 0px;
	float: right;
	border-width: 10px 0px 0px;
	border-style: none;
	line-height: 45px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
/* #sidebar1 に関するヒント：
1. 単位はパーセントであるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は幅に追加されるため、実際の幅が不特定の幅になります。 
2. 「.twoColLiqLtHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
3. 親エレメントが表示された後に Internet Explorer によって幅が計算されるため、単位がパーセントの列では原因不明のバグが発生することがあります。最終的な表示をより正確に予測する必要がある場合は、単位がピクセルの列に変更することができます。
*/
.twoColLiqLtHdr #sidebar1 {
	float: right;
	font-weight: normal;
	height: auto;
	border: 1px none #333333;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 160px;
	text-align: left;
	font-size: 12px;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
	font-size: 12px;
}

/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
2. サポートされている最小解像度（800 x 600）でのフローティングエレメントの落下を回避するには、#mainContent div 内のエレメントを 430px 以下にする必要があります（イメージを含む）。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグが回避されます。
*/
.twoColLiqLtHdr #mainContent {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0;
	float: left;
	width: 625px;
	font-size: 12px;
} 
.twoColLiqLtHdr #footer {
	padding: 0 0px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#FFFFFF;
	border-top: 10px solid #666699;
	border-right: 10px;
	border-bottom: 10px;
	border-left: 10px;
	margin: 15px 0px 0px;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.news_top{
	font-size: 12px;
	background: #666666;
	width: 580px;
	text-align: left;
	padding-top: 5px;
	border-left: 5px solid #666699;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
}
.gaiyou6{
	font-size: 12px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	padding-left: 20px;
	color: #333333;
	padding-bottom: 5px;
	text-indent: -10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-left-color: #666699;
	line-height: 150%;
	width: 90%;
}
.gaiyou7{
	font-size: 12px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	padding-left: 20px;
	color: #333333;
	padding-bottom: 5px;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-left-color: #666699;
	line-height: 150%;
	width: 90%;
}
.index_text{
	font-size: 12pt;
	width: 80%;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	padding-left: 20px;
	color: #333333;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-left-color: #666699;
}

.text{
	font-size: 12px;
	width: 80%;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	padding-left: 20px;
	color: #333333;
	padding-bottom: 5px;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-left-color: #666699;
}
.text2{
	font-size: 12px;
	text-align: left;
	border-left: none #666699;
	border-top-style: none;
	border-right-style: none;
	padding-left: 70px;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 160%;
	text-indent: -45px;
	list-style-type: none;
}
.sup_top{
	font-size: 12px;
	background: #666666;
	width: 80%;
	text-align: left;
	padding-top: 5px;
	border-left: 5px solid #666699;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-left: 10px;
	color: #FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
	margin-left: 20px;
}
.sup_text{
	font-size: 12px;
	width: 95%;
	text-align: left;
	border-left: none #666699;
	border-top-style: none;
	border-right-style: none;
	padding-left: 20px;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px none #CCCCCC;
	line-height: 20px;
}
.maineimg{
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	margin-left: 15px;
}

.map_text{
	font-size: 12px;
	width: 95%;
	text-align: left;
	border-left: none #666699;
	border-top-style: none;
	border-right-style: none;
	padding-left: 10px;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px none #CCCCCC;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.map_text2{
	font-size: 12px;
	width: 90%;
	text-align: left;
	border-left: none #666699;
	border-top-style: none;
	border-right-style: none;
	padding-left: 30px;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: 1px none #CCCCCC;
	height: 20px;
	margin: 0px;
}
.map_text3{
	font-size: 12px;
	width: 95%;
	text-align: left;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	padding-left: 140px;
	color: #333333;
	padding-bottom: 5px;
	border-bottom: none;
	padding-top: 0px;
	line-height: 25px;
	margin: 0px;
}
.logo{
	text-align: left;
	border-left: 0px none;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 0px none;
	margin: 0px;
	float: left;
	padding: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
}
.style1 {color: #FFFFFF}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding: 0;
	border-style: none;
}
gaiyou {
	text-align: left;
	border-left: 0px none;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 0px none;
	margin: 0px;
	float: left;
	padding: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	}
.news_text{
	text-indent: -20px;
	margin-left: 30px;	
}
