@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #EEFBDD;
	background-image: url(../pict/pict_css/bk_body.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.thrColFixHdr #container { 
	width: 940px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #999999;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	margin: 0px;
	height: 50px;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
} 
.thrColFixHdr #container #sidebar1 p {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
}
.thrColFixHdr #container #sidebar2 p {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.twoColFixLtHdr #navibar {
	margin: 0px;
	padding: 0px;
	background-image:  url(../pict/pict_css/bk_navi.gif);
	background-repeat: repeat-x;
	height: 30px;
	background-color: #EBFAD7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.navibar {
	font-family: "MS UI Gothic";
	font-size: 12px;
	font-weight: normal;
	background-image:  url(../pict/pict_css/bk_naviber.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 30px;
	width: 105px;
	padding-top: 10px;
	text-align: center;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.navibar2 {
	font-family: "MS UI Gothic";
	font-size: 12px;
	font-weight: normal;
	background-image:  url(../pict/pict_css/bk_naviber2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 30px;
	width: 100px;
	padding-top: 10px;
	text-align: center;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.twoColFixLtHdr #container #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 150px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #sidebar1 .menu {
	margin: 0px;
	height: 25px;
	width: 195px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	font-size: 12px;
	line-height: 17px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 160px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.thrColFixHdr h1 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin: 0px;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
} 
.thrColFixHdr #container #mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #mainContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF8C3A;
}
.thrColFixHdr #mainContent h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-image: url(../pict/bk_h3.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 30px;
	padding-top: 9px;
	padding-left: 33px;
}
.thrColFixHdr #mainContent h4 {
	font-size: 14px;
	color: #666666;
} 
.thrColFixHdr #container #sidebar2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #footer {
	background-color: #D8F5AF;
}


.thrColFixHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #sidebar1 .menu01 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	background-image: url(../pict/pict_css/bk_menu_index.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 150px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 6px;
}
.thrColFixHdr #container #sidebar1 .menu01_green {
	font-family: "MS UI Gothic";
	font-size: 14px;
	background-image: url(../pict/pict_css/bk_leftmenu_04.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
	padding-left: 12px;
	margin: 0px;
	padding-top: 6px;
	font-weight: bold;
	color: #006600;
}
.thrColFixHdr #container #sidebar1 .menu01_12px {
	font-family: "MS UI Gothic";
	font-size: 12px;
	background-image: url(../pict/pict_css/bk_leftmenu_04.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
	padding-left: 12px;
	margin: 0px;
	padding-top: 6px;
	font-weight: bold;
	color: #006600;
}
a:hover {
	color: #FF6600;
}

.thrColFixHdr #container #sidebar1 .menu02 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	background-image: url(../pict/pict_css/bk_menu02_index.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 150px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 6px;
}
.thrColFixHdr #container #sidebar1 .menu03 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	height: 20px;
	width: 150px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 6px;
}
.thrColFixHdr #container #sidebar1 .menu03_green {
	font-family: "MS UI Gothic";
	font-size: 14px;
	height: 20px;
	width: 150px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 6px;
	font-weight: bold;
	color: #009900;
}
a:link {
	color: #3366FF;
}
a:visited {
	color: #48740E;
}
.font_12px {
	font-size: 12px;
	line-height: 15px;
	font-family: "MS UI Gothic";
}
.thrColFixHdr #container #sidebar1 h2 {
	font-family: "MS UI Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	background-image: url(../pict/pict_css/bk_leftmenu_h2.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 28px;
	width: 150px;
	padding-top: 7px;
	margin: 0px;
}
.thrColFixHdr #container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container  .red_bold_MSUI {
	font-family: "MS UI Gothic";
	font-weight: bold;
	color: #FF6600;
}
