@charset "utf-8";

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #CCFFCC;
    *font-size:small;
    *font:x-small;
	font-family: "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size: 13px;
	line-height: 130%;
}
table {
    font:100%;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
}

.require{
	color:#FF0000;
	font-size: smaller;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    line-height: 0px;
}

/*　大枠エリア　*/
.twoColFixLtHdr #container {
	width: 800px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #009900;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFFFFF;
	background-image: url(../images/global/bg1.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*　ここからヘッダーエリア　*/
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColFixLtHdr #container #header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #header #gmenu li {
	list-style-type: none;
	float: left;

}
.twoColFixLtHdr #container #header #gmenu span {
	display: none;
}
.twoColFixLtHdr #container #header #gmenu #menu1 a {
	background-image: url(../images/global/menu1.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 133px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.twoColFixLtHdr #container #header #gmenu #menu1 a:hover {
	background-image: url(../images/global/menu1_f2.gif);
}
.twoColFixLtHdr #container #header #gmenu #menu2 a {
	background-image: url(../images/global/menu2.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 133px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.twoColFixLtHdr #container #header #gmenu #menu2 a:hover {
	background-image: url(../images/global/menu2_f2.gif);
}
.twoColFixLtHdr #container #header #gmenu #menu3 a {
	background-image: url(../images/global/menu3.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 133px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.twoColFixLtHdr #container #header #gmenu #menu3 a:hover {
	background-image: url(../images/global/menu3_f2.gif);
}
.twoColFixLtHdr #container #header #gmenu #menu4 a {
	background-image: url(../images/global/menu4.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 133px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.twoColFixLtHdr #container #header #gmenu #menu4 a:hover {
	background-image: url(../images/global/menu4_f2.gif);
}
.twoColFixLtHdr #container #header #gmenu #menu5 a {
	background-image: url(../images/global/menu5.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 133px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.twoColFixLtHdr #container #header #gmenu #menu5 a:hover {
	background-image: url(../images/global/menu5_f2.gif);
}
.twoColFixLtHdr #container #header #gmenu #menu6 a {
	background-image: url(../images/global/menu6.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 135px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.twoColFixLtHdr #container #header #gmenu #menu6 a:hover {
	background-image: url(../images/global/menu6_f2.gif);
}

/*　サイドエリア　*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	height:100%;
}

.twoColFixLtHdr #container #sidebar1 #side_waku h3{
	margin: 0px;
	padding: 0px;
	font-size: 108%;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 #side_waku .sideTitle{
	width: 179px;
	background-image: url(../images/global/sidemenu_hd.jpg);
	height: 19px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
}

.twoColFixLtHdr #container #sidebar1 #side_waku {
	width: 189px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/global/side_area_bg1.gif);
	margin-top: 15px;
	background-repeat: repeat-y;
}
.twoColFixLtHdr #container #sidebar1 #side_waku ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.twoColFixLtHdr #container #sidebar1 #side_waku #news li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 4px 2px;
	padding-left: 14px;
	margin-bottom: 5px;
	background-image: url(../images/global/li_arrow.gif);
	margin-right: 6px;
	font-size: 77%;
	line-height: 120%;
}
.twoColFixLtHdr #container #sidebar1 #side_waku #news a {
	margin-left: 3px;
	display: block;
	margin-top: 2px;
	color: #CC0000;
}

.twoColFixLtHdr #container #sidebar1 #side_waku ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 #side_waku li {
	list-style-type: none;
}

.twoColFixLtHdr #container #sidebar1 #side_waku h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #sidebar1 #side_waku .sidemenu > li {
	padding-left: 18px;
	font-size: 108%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 0px;
	margin-bottom: 5px;
	background-image: url(../images/global/li_point.gif);
	background-position: 4px 8px;
	background-repeat: no-repeat;
	padding-top: 6px;
	margin-right: 5px;
}
.twoColFixLtHdr #container #sidebar1 #side_waku .sidemenu li a {
	display:block;
	width: 160px;
}
.twoColFixLtHdr #container #sidebar1 #side_waku .sidemenu .submenu a{
	width: 150px;
}
.twoColFixLtHdr #container #sidebar1 #side_waku .sidemenu .submenu {
	margin-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 #side_waku .sidemenu .submenu li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 93%;
	background-image: url(../images/global/li_sub_point.gif);
	background-position: 2px 0px;
	padding-left: 14px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #sidebar1 > img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
}
.twoColFixLtHdr #container #sidebar1 .bannerIcon{
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
}

.twoColFixLtHdr #container #sidebar1 #side_waku .sidemenu a {
	text-decoration: none;
	color: #333333;
}
.twoColFixLtHdr #container #sidebar1 #side_waku .sidemenu a:hover {
	color: #009900;
}

/* サービスのご案内ボタン */
.twoColFixLtHdr #container #sidebar1 #cost a {
	background-image: url(../images/global/cost.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 184px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.twoColFixLtHdr #container #sidebar1 #cost a:hover {
	background-image: url(../images/global/cost_f2.jpg);
}
.twoColFixLtHdr #container #sidebar1 #cost span {
	display: none;	
}

/* サービスのご案内ボタン */
.twoColFixLtHdr #container #sidebar1 #service a {
	background-image: url(../images/global/service.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 184px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.twoColFixLtHdr #container #sidebar1 #service a:hover {
	background-image: url(../images/global/service_f2.jpg);
}
.twoColFixLtHdr #container #sidebar1 #service span {
	display: none;	
}


/*　ここからメインエリア　*/


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 0;
	min-height:700px;
	height: auto !important;
	height: 700px;
	margin-left: 210px;
}

.twoColFixLtHdr #container #mainContent h1 {
	background-image: url(../images/global/h1_1pain_b.jpg);
	height: 29px;
	width: 560px;
	margin-top: 10px;
	font-size: 138.5%;
	background-repeat: no-repeat;
	display: block;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
}

.twoColFixLtHdr #container #mainContent .h2bg h2 {
	background-image: url(../images/global/h2_1pain_a.gif);
	height: 29px;
	width: 560px;
	padding-left: 20px;
	font-size: 123.1%;
	padding-top: 10px;
}

.twoColFixLtHdr #container #mainContent .h2bg ol li {
	width: 510px;
}


.twoColFixLtHdr #container #mainContent ul {
	margin-left: 20px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #kaiketsu {
	margin-top: 5px;
}

.twoColFixLtHdr #container #mainContent #kaiketsu li {
	background-image: url(../images/global/main_arrow_strong.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 24px;
	list-style-type: none;
	padding-top: 5px;
	display: block;
	padding-bottom: 5px;
	line-height: 125%;
	width: 530px;
}

.twoColFixLtHdr #container #mainContent .barTitle {
	background-image: url(../images/global/h1_1pain_a.jpg);
	height: 26px;
	width: 560px;
	padding-left: 20px;
	font-size: 138.5%;
	padding-top: 10px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	display: block;
}

.twoColFixLtHdr #container #mainContent p {
	margin-left: 20px;
	margin-right: 10px;
	font-size: 108%;
}
.twoColFixLtHdr #container #mainContent .subTitle {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
}
/*　メインエリア2ペインブロックレイアウト　*/
.twoColFixLtHdr #container #mainContent > #block2pain {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.twoColFixLtHdr #container #mainContent #block2pain dt {
	display: block;
	width: 50px;
	float: left;
	margin-bottom: 10px;
	height: 50px;
}

.twoColFixLtHdr #container #mainContent #block2pain dd {
	float: left;
	display: block;
	width: 200px;
	margin-left: 10px;
	margin-right: 10px;
	clear: none;
	height: 50px;
	font-size: 108%;
	line-height: 140%;
	margin-bottom: 10px;
}
/*　END　メインエリア2ペインブロックレイアウト　*/

/*　リーフページ用メイン枠ありデザイン　*/
.twoColFixLtHdr #container #mainContent .h2bg{
	background-image: url(../images/global/h2_1pain_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	width: 580px;
}
.twoColFixLtHdr #container #mainContent .h2bg .h2_2pain li {
	font-size: 108%;
	background-image: url(../images/global/main_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 15px;
	list-style-type: none;
	display: block;
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent .h2bg ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*　END　リーフページ用メイン枠ありデザイン　*/

.twoColFixLtHdr #container #mainContent .mainWaku {
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 108%;
	line-height: 120%;
	margin-bottom: 20px;
	margin-right: 5px;
}

.twoColFixLtHdr #container #mainContent #topBanner {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*　リーフページ用２ペインレイアウト　*/
.twoColFixLtHdr #container #mainContent .area2pain {
	width: 280px;
	float: left;
	margin-right: 10px;
	font-size: 108%;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent .area2pain p {
	margin-left: 14px;
	padding: 0px;
	margin-top: 0px;
	line-height: 140%;
}
.twoColFixLtHdr #container #mainContent .area2pain h2 {
	background-image: url(../images/global/h2_2pain_a.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 16px;
}
/*　END　リーフページ用２ペインレイアウト　*/


/*　ここからフッターエリア　*/
.twoColFixLtHdr #footer {
	background-color: #C1DE5F;
	background-position: center;
	height: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	font-size: 93%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.twoColFixLtHdr #container #footer a {
	color: #666666;
}
.twoColFixLtHdr #container #mainContent .right {
	float: right;
	display: block;
	margin: 10px;
}
