@charset "utf-8";
/* CSS Document */

html {
   overflow:scroll;
   overflow:-moz-scrollbars-vertical;
   overflow-x:scroll;
   }
    
body  {
	background: #666666;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 800px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #CCCCCC;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

.twoColFixLtHdr #mainContent {
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
} 
#mainContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
#mainContent ul {
	list-style-type: disc;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-position: inside;
}
#mainContent li {
	list-style-type: disc;
}
#mainContent h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #0066CC;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: auto;
	margin-left: 3px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
}


#mainContent  h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #4375E7;
	border-left-color: #4375E7;
	height: 20px;
	width: auto;
	margin-left: 3px;
	padding-top: 5px;
	background-image: url(img/h2bg.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	padding-left: 5px;
}
#mainContent h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #4375E7;
	border-left-color: #4375E7;
	height: 20px;
	width: auto;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
}
#mainContent a:link {
	color: #666666;
	text-decoration: none;
}
#mainContent a:visited {
	color: #006666;
	text-decoration: none;
}
#mainContent a:hover {
	color: #006666;
	text-decoration: underline;
}
#mainContent a:active {
	color: #006666;
	text-decoration: none;
}



.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 170px;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: auto;
	background-image: none;
}
#sidebar1 /*サイドバー内用の見出しh2と箇条書き部分のフォント指定等*/
 h2 {
	font-size: 14px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-width: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 27px;
	margin-bottom: 10px;
	margin-top: 15px;
	border-left-color: #4375E7;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	line-height: 30px;
	background-image: url(img/sidemunubg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #4375E7;
	border-right-color: #4375E7;
	border-bottom-color: #4375E7;
	background-repeat: repeat-x;
}

#sidebar1 h4 {
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: none;
	display: block;
	list-style-type: none;
	background-image: url(img/sudemenuactbg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: #006DA8;
	font-style: normal;
	line-height: 30px;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.teblesfont {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}



#sidebar1  ul  {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	line-height: 30px;
	color: #009999;
	text-decoration: none;
	margin: 0px;
	padding-left: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
}
#sidebar1 li {
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: none;
	display: block;
	list-style-type: none;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/sidesubmunubg.jpg);
}
#sidebar1 li.bgblue1 {
	padding-left: 15px;
	text-decoration: none;
	display: block;
	list-style-type: none;
	background-image: url(img/sudemenuactbg.jpg);
	border: 1px solid #3399CC;
	margin: 5px;
}
#sidebar1 li.bgblue2 {
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	text-decoration: none;
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	line-height: 20px;
	background-position: left center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	background-image: url(img/sidemenublue2bg.jpg);
}
#sidebar1 li.bgblue3 {
	padding-left: 15px;
	text-decoration: none;
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	line-height: 20px;
	background-position: left center;
	background-image: url(img/sidemenublue2bg.jpg);
	border: 1px double #0066CC;
}




#sidebar1 li a:link {
	color: #009999;
	text-decoration: none;
}

#sidebar1 li a:visited {
	color: #009999;
	text-decoration: none;
}

#sidebar1 li a:hover {
	color: #006DA8;
	text-decoration: underline;
	border-left-width: 3px;
	border-left-style: none;
	border-left-color: #0066FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-color: #E4E9FA;
	margin: 0px;
	padding: 0px;
}


#sidebar1 li a:active {
	color: #006DA8;
	text-decoration: underline;
	border-left-width: 3px;
	border-left-style: none;
	border-left-color: #0066FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-color: #E4E9FA;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #pankuzu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

.twoColFixLtHdr #footer {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #3D73D8;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
.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 #topimg {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
 
</style>
.twoColFixLtHdr #menu {
	background: #DDDDDD;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #manu {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #sisdinfo {
	background-color: #FFFFFF;
	margin-top: -100px;
	top: -120px;
	overflow: visible;
	float: left;
	margin-left: 7px;
	padding-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 170px;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #news {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	float: right;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
.twoColFixLtHdr #footer2 {
	font-size: 12px;
	color: #666666;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	line-height: normal;
}
.twoColFixLtHdr #footer2 p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer2  a:link  {
	color: #666666;
	text-decoration: none;
}
#footer2  a:visited  {
	color: #666666;
	text-decoration: none;
}
#footer2 a:hover {
	color: #006666;
	text-decoration: underline;
	border-left-width: 3px;
	border-left-style: none;
	border-left-color: #0066FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-color: #E4E9FA;
	margin: 0px;
	padding: 0px;
}
#footer2 a:active {
	color: #006699;
	text-decoration: underline;
	border-left-width: 3px;
	border-left-style: none;
	border-left-color: #0066FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-color: #E4E9FA;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: underline;
	color: #003366;
}
