@charset "utf-8";
* { padding: 0px; margin: 0em; 
}
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	background-color: #99CC66;
	font-size: 100%;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: none;
}


#container/* 伸縮自在レイアウトに関するヒント
1. 伸縮自在レイアウトの全体的なサイズはユーザーの初期設定のフォントサイズに基づいて設定されるため、伸縮自在レイアウトの表示を予測することは困難です。伸縮自在レイアウトでは行の長さの割合が維持されるため、伸縮自在レイアウトは、適切に使用すれば、大きいフォントサイズを使用する必要がある場合に便利です。
2. このレイアウトの div のサイズは、body エレメントの 100% のフォントサイズに基づいて設定されます。body エレメントまたは #container の font-size: 80% を使用して全体のテキストサイズを小さくすると、レイアウト全体のサイズが比例して小さくなります。これを補正するには、必要に応じて、div の幅を大きくしてください。
3. デザイン全体ではなく div ごとにフォントサイズが変更される場合は (#sidebar1 のフォントサイズは 70% に設定され、#mainContent のフォントサイズは 85% に設定される場合)、これにより、それぞれの div の全体のサイズが比例して変更されます。必要に応じて、最終的なフォントサイズに基づいて調整してください。
*/
  {
	width: 54em; /* 自動マージン（幅と連動）により、ページが中央揃えになりますmin-width: 780px; */
	min-width:780px;
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
} 
#header {
	background-image: url(../images/headertitle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 185px;
	margin: 0px;
	text-align: right;
} 
#cse-search-box {
	padding-top: 10px;
	padding-right: 10px;
}

#header  h1  {
	margin: 0;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 2em;
	line-height: 1.2em;
}
#header h1 span {
	font-size: 0.7em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
#header p {
	margin: 0;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: right;
}

#header p span {
	font-size: 0.7em;
	margin-bottom: 0.5em;
	font-weight: normal;
	display: none;
}
#header span {
	display: none;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}

#pankuzu {
	margin-left: 1.5em;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399CC;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	margin-top: 0.6em;
	color: #5B5B5B;
}

#sidebar1/* #sidebar1 に関するヒント：
1. この div でフォントサイズ値を設定すると、この div の全体の幅がそれに応じて調整されます。
2. 単位は em であるため、サイドバーそのもので余白を使用することは回避してください。標準に準拠したブラウザでは、余白は幅に追加されるため、実際の幅が不特定の幅になります。 
3. 「.twoColElsLtHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
  {
	float: left;
	width: 14em; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	background-color: #EFEFF8;
}
#sidebar1 li {
	list-style-type: none;
	font-weight: bold;
	margin-top: 0em;
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	margin-left: 0.8em;
	font-size: 0.9em;
}
#sidebar1 li li {
	list-style-type: none;
	font-weight: normal;
	margin: 0.5em;
}
#sidebar1 li.liLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #336699;
	margin-top: 0.7em;
	padding-top: 0.5em;
}
#main/* #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 固有のバグが回避されます。
*/
  {
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 14em;
	padding-bottom: 3em;
} 

#main h1 {
	font-size: 1.7em;
	margin-top: 1.3em;
	margin-right: 0em;
	margin-bottom: 1.3em;
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	background-image: url(../images/h1titleBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.3em;
}
#main h2 {
	font-size: 1.2em;
	margin-top: 1.3em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.2em;
	color: #004D8A;
	line-height: 1.5em;
}
#main h2.typh1 {
	font-size: 1.7em;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.8em;
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	background-image: url(../images/h1titleBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0em;
}
#main h2 span {
	display: none;
}
#main h3 {
	font-size: 1.1em;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.2em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}

#main h4 {
	font-size: 1em;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	color: #993300;
}

#main p {
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 1.5em;
	font-size: 0.9em;
}


#topbox1 {
	margin-left: 0.7em;
	display: block;
}
#topbox1 .topboxinn {
	width: 12em;
	min-height: 25em;
	float: left;
	margin-left: 0.7em;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-bottom: 0.5em;
}
#topbox1 .topboxinn  h2 {
	margin: 0em;
	height: 3em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/h1titleBg2.gif);
	padding: 0.3em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#topbox1 .topboxinn  p {
	margin: 0.5em;
	padding: 0px;
	font-size: 0.9em;
}
#topbox1 .topboxinn li {
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.2em;
	margin-left: 1.5em;
	font-size: 0.9em;
}
#ptop span {
	display: none;
}


#footer  {
	background-color: #B0B0B0;
	color: #000000;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p  {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: center;
	padding-top: 25px;
	padding-right: 0;
	padding-left: 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;
}
p.indent1 {
	margin-left: 2em;
}
p.indent2 {
	margin-left: 3em;
}

.txtBB {
	color: #0000FF;
	font-weight: bold;
}
.txtB {
	font-weight: bold;
}

ul.listmenu  {
	margin-bottom: 2em;
	margin-top: 2em;
	margin-left: 2em;
}
ul.listmenu li  {
	margin-left: 3em;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	line-height: 1.6em;
	list-style-type: square;
	color: #005E8A;
}

ol.listmenu {
	margin-bottom: 3em;
	list-style-type: decimal;
}

ol.listmenu li {
	margin-bottom: 1em;
	margin-left: 4em;
	list-style-type: decimal;
	font-size: 0.9em;
}

.sitemap li {
	margin-left: 4em;
	font-size: 1em;
	line-height: 1.6em;
}
.sitemap li li {
	margin-left: 2em;
	font-size: 1em;
	line-height: 1.6em;
}
.sitemap li li li {
	margin-left: 2em;
	font-size: 1em;
	line-height: 1.6em;
	list-style-type: circle;
}


.topboxinn img {
	float: right;
}
#newsbox {
	margin-top: 2em;
	margin-bottom: 2px;
}
#newsbox li {
	margin-right: 1em;
	margin-left: 2em;
	margin-bottom: 0.7em;
	font-size: 0.9em;
	padding-bottom: 0.7em;
}



#newsbox li span {
	font-weight: bold;
	color: #006699;
	margin-right: 1em;
	list-style-type: none;
}
#topnews {
	margin-left: 1.2em;
	display: block;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #999900;
	border-bottom-color: #999900;
	border-left-color: #CCCC99;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-top: 0.7em;
}
#topnews h2 {
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	background-color: #CCCC66;
	color: #000000;
}
#topnews ul {
	display: block;
	height: 7em;
	overflow: scroll;
}
#topnews li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	margin-left: 0.5px;
	font-size: 0.9em;
}
#topnews span {
	color: #990000;
	margin-right: 0.7em;
	margin-left: 0.2em;
}
#sidebar1 li li li {
	list-style-type: circle;
	font-weight: normal;
	font-size: 1em;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
.txtRight {
	text-align: right;
	margin-top: 1em;
}
#topbox2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-left: 1.2em;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#topbox2 h2 {
	margin-top: 0.2em;
	margin-right: 0.5em;
	margin-bottom: 0.2em;
	margin-left: 0.7em;
	font-size: 1em;
}
#topbox2 p {
	margin-top: 0.3em;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	margin-left: 0.7em;
}


p.newslink {
	text-align: right;
	margin-top: 0.2em;
	margin-bottom: 0.7em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar1 h2 {
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.2em;
	margin-left: 1em;
}
ul.listmenu2 {
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 2em;
}
ul.listmenu2 li {
	margin-left: 3em;
	font-size: 0.9em;
	line-height: 1.6em;
	list-style-type: circle;
	margin-bottom: 0.5em;
}
ul.listmenu2 li li {
	margin-left: 3em;
	margin-bottom: 0.7em;
	font-size: 1em;
	line-height: 1.6em;
	list-style-type: square;
}
ul.listmenu2   li ul {
	margin-top: 0.7em;
}

ol.listmenu2 {
	margin-bottom: 1.5em;
	margin-top: 1.3em;
	margin-left: 2em;
}

ol.listmenu2 li {
	margin-left: 3em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	line-height: 1.6em;
	list-style-type: decimal;
}
ol.listmenu2 li li {
	margin-left: 3em;
	margin-bottom: 0.7em;
	font-size: 1em;
	line-height: 1.6em;
	list-style-type: square;
}
ol.listmenu2    li  ol {
	margin-top: 0.7em;
}
ul.listmenu3 {
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 2em;
}

ul.listmenu3 li {
	margin-left: 3em;
	margin-bottom: 0.7em;
	font-size: 0.9em;
	line-height: 1.6em;
	list-style-type: none;
}
ul.listmenu3  li  li {
	margin-left: 3em;
	font-size: 1em;
	line-height: 1.6em;
	list-style-type: circle;
}




.txtW10ems {
	width: 10em;
	margin-right: 1em;
}
#main .listmenu2 .txtW10ems {
	width: 10em;
	margin-right: 1em;
}
.txtBR {
	color: #CC0000;
	font-weight: bold;
}



#main .toPagetop {
	text-align: right;
	margin-top: 2em;
	margin-bottom: 1em;
}


#newsbox h2 {
	font-size: 1em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	margin-left: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: right;
	float: none;
	color: #005B88;
}
#newsbox h3 {
	font-size: 1em;
	margin-top: 0.5em;
	margin-left: 1.8em;
	clear: right;
	float: none;
	color: #790000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0.2em;
}
#newsbox h4 {
	font-size: 0.9em;
	margin-top: 0.5em;
	margin-left: 2.5em;
	clear: right;
	float: none;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0.2em;
}
#newsbox p {
	margin-left: 2.5em;
	margin-bottom: 1.2em;
	margin-top: 0px;
}
#newsbox ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#newsbox ul li {
	margin-left: 3.5em;
	margin-bottom: 0.2em;
	line-height: 100%;
}
#newsbox ul li ul {
	list-style-type: none;
	margin: 0em;
	padding: 0px;
}

#newsbox ul li li {
	margin-left: 0em;
	margin-bottom: 0.2em;
	font-size: 100%;
	line-height: 140%;
	margin-top: 0.3em;
	list-style-type: none;
}


#newsbox ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#newsbox ol li {
	list-style-type: decimal;
	margin-left: 4em;
	margin-bottom: 0.2em;
	line-height: 110%;
}
#newsbox li span.txtBR {
	color: #CC0000;
	font-weight: bold;
}


.txtCenter {
	text-align: center;
	margin-top: 1em;
}
img.imgright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 1px solid #999999;
}
p.btlink {
	text-align: center;
	padding: 1em;


}
p.btlink a {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-size: 1em;
	font-weight: bold;
	background-color: #FFFF99;
}

.btlink a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#sidebar1 .btlink a {
	text-align: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 0.9em;
	background-color: #FFFFFF;
}
#sidebar1 p.btlink {
	text-align: left;
}
.linkA {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-type: none;
	font-size: 0.9em;
}

#main #main2 p {
	font-size: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}


.list_table {
	margin-left: 2em;
	margin-bottom: 2em;
}
.list_table td {
	vertical-align: top;
	font-size: 0.9em;
	line-height: 140%;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.list_table td li {
	vertical-align: top;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
#container #header img {
	text-align: right;
}
#container #header img {
	text-align: right;
}
#container #main #imgcenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#container #main #imgcenter img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	margin-bottom: 7px;
}
#container #main #imgcenter2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container #main #imgcenter2 img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
}


#main h5 {
	font-size: 1em;
	font-weight: bold;
	color: #000099;
	margin-left: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em;
}
h2 { line-height: 160%; }
