@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-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 760px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFD426;
	border-right-color: #FFD426;
	border-bottom-color: #FFD426;
	border-left-color: #FFD426;
} 
.h3 {
	text-decoration: underline;
}


.twoColFixLtHdr #header {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background-color: #FFCC00;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 12px;
	font-weight: normal;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 160px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 14px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.image {
	margin-top: 60px;
	margin-bottom: 20px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	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;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFF99;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	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;
}
.frame {
	padding: 10px;
	border: 2px solid #666666;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
}
.twoColFixLtHdr #container #mainContent .frame h2 {
	padding: 0px;
	margin: 0px;
}
.frame2 {
	border: 2px outset #FFFF66;
	background-color: #FFFFCC;
	list-style-position: outside;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
.frame3 {
	border: 3px solid #CC9900;
	background-color: #FFFFFF;
	list-style-position: outside;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	font-weight: bold;
	margin: 10px;
}
.tel {
	font-size: 24px;
	color: #FF0000;
}
.image2 {
	margin-top: 35px;
}
.image3    {
	margin-top: 25px;
}
.text01 {
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline;
}
.frame4 {
	border: 2px solid #FF6633;
	background-color: #FFDFCE;
	list-style-position: outside;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	line-height: 120%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.hr01 {
	margin-bottom: 25px;
}
.text_blue {
	font-size: 110%;
	color: #0033CC;
	font-weight: bold;
}
.text_red {
	font-size: 110%;
	color: #990000;
	font-weight: bold;
}
.text_qr {
	text-align: center;
	margin-top: 35px;
}
.text_red1 {
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
}
.text_blue1 {

	font-size: 110%;
	font-weight: bold;
	color: #0000FF;
}
.text_big1 {
	font-size: 140%;
	line-height: 135%;
	font-weight: bold;
	border: 3px solid #333333;
	background-color: #FFFFCC;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-top: 65px;
	margin-bottom: 20px;
}
.text_red2 {
	font-size: 125%;
	font-weight: bold;
	color: #FF0000;
	margin-top: 30px;
}
.image_small1 {
	width: 210px;
	height: 162px;
	background-position: center;
}
.image_small2 {
	width: 162px;
	height: 210px;
	background-position: center;
	text-align: center;
}


#menu {
	padding: 0px;
	height: 45px;
	width: 756px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	font-size: 9px;
	margin: 0px;
}
#menu ul li {
	float: left;
	height: 45px;
}
#menu ul li a {
	display: block;
	height: 45px;
}
#menu ul li.menu01 a {
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 108px;
}
#menu ul li.menu02 a {
	background-image: url(images/menu02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 108px;
}
#menu ul li.menu03 a {
	background-image: url(images/menu03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 108px;
}
#menu ul li.menu04 a {
	background-image: url(images/menu04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 108px;
}
#menu ul li.menu05 a {
	background-image: url(images/menu05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 108px;
}
#menu ul li.menu06 a {
	background-image: url(images/menu06.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 108px;
}
#menu ul li.menu07 a {
	background-image: url(images/menu07.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 108px;
}
#menu ul li.menu08 a {
	background-image: url(images/menu08.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 108px;
}
#menu ul li a:hover {
	background-position: 0px -45px;
}.back_blue {
	background-color: #66CCFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_big1Copy {

	font-size: 140%;
	line-height: 135%;
	font-weight: bold;
	border: 3px solid #333333;
	background-color: #FFFFCC;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.text_red3 {
	color: #FF0000;
	margin-top: 30px;
}
.text_blue2 {


	font-size: 110%;
	color: #0000FF;
}
.back_blue2 {

	background-color: #B9E9FF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.text_red_big {

	font-size: 150%;
	font-weight: bold;
	color: #FF0000;
}
.text_blue_big {


	font-size: 150%;
	font-weight: bold;
	color: #0000FF;
}
