@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;	
}
.container/* 伸縮自在レイアウトに関するヒント
1. 伸縮自在レイアウトの全体的なサイズはユーザーの初期設定のフォントサイズに基づいて設定されるため、伸縮自在レイアウトの表示を予測することは困難です。伸縮自在レイアウトでは行の長さの割合が維持されるため、伸縮自在レイアウトは、適切に使用すれば、大きいフォントサイズを使用する必要がある場合に便利です。
2. このレイアウトの div のサイズは、body エレメントの 100% のフォントサイズに基づいて設定されます。body エレメントまたは #container の font-size: 80% を使用して全体のテキストサイズを小さくすると、レイアウト全体のサイズが比例して小さくなります。これを補正するには、必要に応じて、div の幅を大きくしてください。
3. デザイン全体ではなく div ごとにフォントサイズが変更される場合は (#sidebar1 のフォントサイズは 70% に設定され、#mainContent のフォントサイズは 85% に設定される場合)、これにより、それぞれの div の全体のサイズが比例して変更されます。必要に応じて、最終的なフォントサイズに基づいて調整してください。
*/
  {
	width: 51.5em;  /* テキストがブラウザの初期設定のフォントサイズのままである場合は、この幅により、800px のブラウザウィンドウに収まるコンテナが設定されます */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px none #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.header  {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.header_h1 {
	font-size: 80%;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: left;
	padding: 0px;
	color: #666666;
	margin: 0px;
	width: 50%;
	float: left;
}
.header_h2 {
	font-size: 60%;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: right;
	padding: 0px;
	color: #666666;
	width: 50%;
	float: left;
	margin: 0px;
}
.header_img {
	padding: 0px;
	margin: 0px;
}
.sidebar1/* #sidebar1 に関するヒント：
1. この div でフォントサイズ値を設定すると、この div の全体の幅がそれに応じて調整されます。
2. 単位は em であるため、サイドバーそのもので余白を使用することは回避してください。標準に準拠したブラウザでは、余白は幅に追加されるため、実際の幅が不特定の幅になります。 
3. 「.twoColElsLtHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
  {
	float: left;
	width: 12em; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	background-color: #FFFFFF;
	height: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border: 1px none #FFFF00;
}
.tate_baner {
	text-align: center;
}
.side_ul ul li a {
	display: block;
	clear: left;
	line-height:24px;
	height:24px;
	background-image: url(file:///C|/Users/kin/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/img/side_bg_li.gif);
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
	font-size: 75%;
	background-position: right center;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.side_ul ul li a:hover {
	display: block;
	clear: left;
	line-height:24px;
	height:24px;
	background-image: url(file:///C|/Users/kin/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/img/side_bg_li.gif);
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
	font-size: 75%;
	background-position: right center;
	color: #C7971B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


.side_ul {
	list-style-type: none;
	padding: 0px;
	background-color: #FFFFFF;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #C7971B;
}





.side_ul_t {
	font-weight: bold;
	line-height: 24px;
	background-color: #FF6600;
	background-image: url(file:///C|/Users/kin/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/img/side_bg_t.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	background-position: center;
	height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px none #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.side_ul ul li {
	line-height:24px;
	height:24px;
}

.side_ul li {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}



.side_ul ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	background-image: url(file:///C|/Users/kin/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/img/side_bg_li.gif);
}
.mainContent/* #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 固有のバグが回避されます。
*/
  {
	width: 38.5em;
	float: left;
	margin: 0;
	padding: 0px;
	border: 1px none #CC66FF;
}
.mainContent1 {
	padding: 0px;
	margin: 0px;
	float: left;
	border: 1px none #33CCFF;
	width: 38.5em;
}
.souryomuryo {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	width: auto;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}
.mainContent_h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0066;
	width: auto;
}

.mainContent_img {
	margin-right: 0.75em;
	float: left;


}
.mainContent1_1 {
	margin: 0px;
	padding: 0px;

}
.mainContent_p {
	margin: 0px;
	padding: 0px;
	width: auto;
}

.mainContent_p1 {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	color: #FF3366;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	line-height: 160%;
	width: auto;
}
.mainContent_kouri {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-weight: normal;
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	width: auto;

}
.mainContent_hanbaikakaku {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
	color: #FF3300;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: auto;

}
.mainContent_order {
	font-size: 150%;
	border: 1px solid #999999;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 170%;
	font-weight: bold;
	padding: 0px;
	color: #FF0000;
	text-align: center;
	width: 7em;
	margin: 5px;
	float: left;
}
.mainContent_img3 {
	float: left;
	padding: 0px;
	margin: 0px;
}
.mainContent_img4 {
	float: left;

	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.mainContent_p5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 160%;
	font-weight: bold;
	color: #FF3366;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	float: left;
}



.mainContent_ul {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	display: list-item;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 110%;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
}
.mainContent_li {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	display: list-item;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: left;
	line-height: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.mainContent_li2 {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: left;
	line-height: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
}



.mainContent_p2 {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	clear: left;
	line-height: 200%;
	padding: 5px;
	border: 1px groove #999999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.mainContent2 {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 38.5em;
}
.mainContent_img2 {
	float: left;
	width: 18.75em;
	padding: 0px;
	margin: 0px;
}

.mainContent_p3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 160%;
	font-weight: bold;
	color: #FF3366;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 21em;
	float: left;
	list-style-type: none;
}
.mainContent3 {
	border: 1px solid #999999;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}

.mainContent_p4 {
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	clear: left;
	line-height: 200%;
	padding: 5px;
	border: 1px none #999999;
	margin: 0px;
}
.mainContent_img2 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}





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

.page_top {
	font-size: 80%;
	text-align: right;
	font-weight: bold;
	margin-right: 5%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: left;
}

.yoko_baner {
	text-align: right;
	margin-left: 12em;
}

.gaiyo {
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	clear: both;
	width: 50em;
}

.footer_p {
	background-color: #FF6600;
	width: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	font-style: normal;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 5px;
}

.footer_copyright {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.message_link {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #FF0066;
	margin-left: 13.5em;
	line-height: 180%;
}
