@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #69b74a;
}


.thrColElsHdr #container {
	width: 800px;
	margin: 0 auto 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	height: auto;
	background-color: #f4f4f4;
} 
.thrColElsHdr #header {
	/*	background: #DDDDDD; */
	padding: 0 0 0 0;
	background-image: url(images/back_top.png);
	background-repeat: no-repeat;
	background-position: center top;
} 
.thrColElsHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0 0 0 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	height: 90px;

}

/* #sidebar1 に関するヒント：
1. この div でフォントサイズ値を設定すると、この div の全体の幅がそれに応じて調整されます。
2. 単位は em であるため、サイドバーそのもので余白を使用することは回避してください。標準に準拠したブラウザでは、余白は幅に追加されるため、実際の幅が不特定の幅になります。 
3. 「.thrColElsHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
.thrColElsHdr #sidebar1,.thrColElsHdr #sidebar2,.thrColElsHdr #mainContent,.thrColElsHdr #mainContentb {
	border: 1px none #e7e7e7; 
	overflow: hidden;
	background: #ffffff; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
/*	margin-top:0px; */
	margin :2px 2px 2px 2px;
}

.thrColElsHdr #sidebar1 {
	float: left;
	width: 200px;
	margin :2px 2px 2px 2px;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 230px;
	margin :2px 2px 2px 2px;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p,.thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
}

/* #mainContent に関するヒント：
1. この #mainContent div に #sidebar1 div とは異なるフォントサイズを設定すると、#mainContent div のマージンは #mainContent div のフォントサイズ、#sidebar1 div の幅は #sidebar1 div のフォントサイズに基づいて設定されます。必要に応じて、これらの div の値を調整してください。
2. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
3. このレイアウトはユーザーのフォントサイズとユーザーが設定する値に基づいて設定されるため、フローティングエレメントの落下を回避するには、イメージまたはエレメントのおおよその最大サイズを特定するためのテストを行う必要があります。ただし、ユーザーのブラウザのフォントサイズが通常のサイズより小さい場合は、テストで確認されるスペースよりも小さいスペースが #mainContent div で使用されます。
4. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、発生する可能性のあるいくつかの IE 固有のバグが回避されます。
*/
.thrColElsHdr #mainContent {
	overflow: hidden;
	margin: 0 2px 0 2px;
/*	margin: 2px 235px 2px 205px; */
	width:362px;
} 
.thrColElsHdr #mainContentb {
	overflow: hidden;
/*	margin: 0 0 0 205px; */
	margin: 0 2px 0 2px;
	width:592px;
} 
.thrColElsHdr #mainContent p ,.thrColElsHdr #mainContentb p{
	padding-left: 10px;
	padding-right: 10px;
}

.thrColElsHdr #footer { 
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#DDDDDD;
	clear:both;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
/*	width: 760px;*/

}



 
.thrColElsHdr #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;
}

/* Navigation Group */

.thrColElsHdr #zero {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
/*	width: 800px; */
/*	background-image: url(images/back.png); */
}

#gnu img{
	border:0;
	padding: 0;
}
/*.policy{
	display: inline;
	margin: 0px;
	padding: 0px;
}
/*.logo{
	float: left;
}
.sitemap{
	float: right;
}
*/
.gn{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#gnu{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#g_navi {
	height: 75px;
	width: 800px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	/*position: absolute;*/
	clear:none;
	left: 0px;
	overflow: visible;
}

#topicpath {
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 2px;
	line-height: 120%;
	text-indent: 10px;
	background-image: url(images/bg_topicpath.gif);
	margin-left: 0px;

}
.thrColElsHdr #cb1,.thrColElsHdr #cb2,.thrColElsHdr #sc1 {
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px none #555555;
/*	overflow:hidden; */
}

/*
#cb2 img{
	border:0;
	padding-left: 0px;
/*	padding: 0 0 0 5px; */
/* } */

.thrColElsHdr #cb1{
	padding: 0px;
}

.thrColElsHdr #cb1 ul{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 10px;
}

.thrColElsHdr #cb1 li{
	list-style-type: none;
	margin-left: 0px;
	background-image: url(images/mark_g.gif);
	background-repeat: no-repeat;
	background-position:0 50%;
	padding: 0.5em 0 0.5em 1.5em;
}

.thrColElsHdr #cb2{
	padding-left: 0px;
	padding-right:0px;

}
.thrColElsHdr #sc1,.thrColElsHdr #sc1 p{
	margin: 0 10px 0 0;
	padding: 0 0px;
}

#sitepolicy {

	float:left;
	margin-top : 5px;
	margin-left: 5px;

}

.policy{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#sitepolicy img {
	border: 0 ;
}

#copyright {
	color: #FEFEFE;
	text-align: right;
	margin-right: 10px;
	font-size: 80%;
	margin-top: 5px;
/*	height: 20px; */

}

#w3c {
	margin-left:10px;
	margin-top: 10px;
	background-color: #FFFFFF;

}

#address {
	margin-left: 5px;
	margin-top: 10px;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #669900;
	padding-left: 5px;

}

.address{

	font-size: 80%;

	font-style: normal;

}


#mc {

	margin: 10px;
	padding: 0px;
	font-size: 90%;
	line-height: 150%;
	text-indent: 10px;

}

#mc ul{

	margin-top: 2px;	

}

#mc li{
	list-style-type: none;
	margin-left: 0px;
	background-image: url(images/mark_g.gif);
	background-repeat: no-repeat;
	background-position:0% 60%;
	text-indent: 10px;
	padding-left: 10px;

}
.cf{
	font-size: 100%;
	line-height: 150%;
	margin-left: 10px;
}
.outline{

	/*width: 550px; */
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid #666666;

}
.tate1{

	vertical-align: top;
	background-color: #dddddd;
	text-align: right;

}

h1, h2, h3, h4, h5, h6{
clear:both;
margin:0;
padding:0;
}

h2{

	font-size: 110%;
	line-height: 150%;
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 5px;
	margin-left: 8px;
	padding-left: 10px;
	margin-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: 5px;
	border-left-color: #99CC33;
	border-bottom-color: #99CC33;

}
h3{

	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 5px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	border-left-color: #669900;
	color: #669900;
	text-indent: 0px;
	padding-left: 5px;

}
h3.tourism{
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 5px;
	margin-left: 3px;
	margin-top: 5px;
	margin-right: 3px;
	border-left-color: #69B74A;
	color: #333333;
	text-indent: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

h3.news{
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 5px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	border-left-color: #69B74A;
	color: #333333;
	text-indent: 0px;
	padding-left: 5px;
	background-color: #eaeaea;
}

p.news{
	font-size: 100%;
	line-height: 150%;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
	text-indent: 10px;
	padding-left: 5px;
}

.pageup{
	float: right;
	list-style: none;
	border: 0;
}

