@charset "shift_jis";
body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0px;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image : url(back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #eeeeee;
}
.fltrt{
	 /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft{
	 /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat{
	 /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#back1 {
}
#back2 {
}

#container{
	width : 788px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px none #CCCCCC;
} 
#mainContent{
	font-size: 16px;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	line-height: 150%;
	border: 1px none #666666;
}
#mainContent2{
	font-size: 16px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 230px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 150%;
}
#sidebar1{
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	font-size: 14px;
	line-height: 150%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#footer{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #7cb633;
	width : 774px;
	margin:0 auto;
} 
#footer p{
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: center;
	font-size: 12px;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h1{
	margin: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 12px;
	font-weight: normal;
	background-image : url(top.jpg);
	height: 100px;
	width: 770px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	padding: 0px;
}
h2{
	margin: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/topbanner.jpg);
	height: 10px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	padding: 0px;
}
h3{
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-decoration: underline;
}
h4{
	font-size: 14px;
	font-weight: bold;
}
h5{
	font-size: 14px;
	font-weight: bold;
}
h6{
	font-size: 14px;
	font-weight: bold;
}
#menu{
	height: 35px;
	width: 770px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
#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(TOPtpp123.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 128px;
}
#menu ul li.menu02 a{
	background-image : url(TOPtpp25.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 128px;
}
#menu ul li.menu03 a{
	background-image : url(TOPtpp31.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 128px;
}
#menu ul li.menu04 a{
	background-image : url(TOPtpp4.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 128px;
}
#menu ul li.menu05 a{
	background-image : url(TOPtpp555.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 128px;
}
#menu ul li.menu06 a{
	background-image : url(menu06.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 128px;
}
#menu ul li.menu07 a{
	background-image: url(images/menu07.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 128px;
}
#menu ul li a:hover{
	background-position: 0px -45px;
}
#submenu{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 150px;
}
#submenu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#submenu ul li{
	height: 35px;
	margin: 5px;
}
#submenu ul li a{
	display: block;
	height: 35px;
}
#submenu ul li.submenu01 a{
	background-image : url(menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li.submenu02 a{
	background-image : url(menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li.submenu03 a{
	background-image : url(menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li.submenu04 a{
	background-image : url(menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li.submenu05 a{
	background-image : url(menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 150px;
}
#submenu ul li a:hover{
	background-position: 0px -35px;
}
.rollover01{
	width: 300px;
	height: 100px;
	background-image : url(1.gif);
	text-indent: -9999px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
}
.rollover01 a{
	width: 300px;
	height: 100px;
	display: block;
	background-image : url(1.gif);
}
.rollover01 a:hover{
	background-image : url(1.gif);
	background-position: 0px -100px;
}
.rollover02{
	width: 300px;
	height: 100px;
	background-image : url(2.gif);
	text-indent: -9999px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.rollover02 a{
	width: 300px;
	height: 100px;
	display: block;
	background-image : url(2.gif);
	text-align: center;
}
.rollover02 a:hover{
	background-image : url(2.gif);
	background-position: 0px -100px;
}

.rollover03{
	width: 500px;
	height: 70px;
	background-image : url(estimate.gif);
	text-indent: -9999px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 75px;
}
.rollover03 a{
	width: 500px;
	height: 70px;
	display: block;
	background-image : url(estimate.gif);
	text-align: center;
}
.rollover03 a:hover{
	background-image : url(estimate.gif);
	background-position: 0px -70px;
}

.rollover04{
	width: 600px;
	height: 100px;
	background-image : url(link_top.gif);
	text-indent: -9999px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
}
.rollover04 a{
	width: 600px;
	height: 100px;
	display: block;
	background-image : url(link_top.gif);
}
.rollover04 a:hover{
	background-image : url(link_top.gif);
	background-position: 0px -100px;
}


#side-frame1{
	width: 170px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
#side-frame1 p{
	padding: 5px;
}

ul.check1{
	list-style-position: outside;
	list-style-image : url(check1.gif);
	list-style-type: none;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 3px solid #FFCC66;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFCC;
}
ul.check1 li{
	font-weight: bold;
	margin-top: 20px;
	font-size: 110%;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 50px;
}
.table1{
	border: 1px solid #FFFFFF;
	margin: 35px auto;

}
.table1 th {

}
.table1 td{
	border: 1px solid #7CB633;
	padding: 12px;
	text-align:left;
}
.table2{
	border: 1px none #CCCC66;
	margin-bottom: 75px;
	background-position: center;
	text-align: center;
}
.table2 th {

}
.table2 td{
	border: 1px solid #CCCC66;
}

.text_price{
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #336600;
}
.table3{
	border: 1px none #CCCC66;
}
.table3 th {

}
.table3 td{
	border: 1px none #CCCC66;
	padding: 10px;
}
.table4{
	border: 1px none #CCCC66;
	width: 650px;
}
.table4 th {

}
.table4 td{
	border: 1px solid #336600;
	padding: 10px;
}

.table_estimate{
	border: 1px none #336600;
	width: 650px;
}
.table_estimate th{
	padding-top: 25px;
	padding-left: 5px;

}
.table_estimate td{
	border: 1px dotted #336600;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F7F7F7;
}

.table_delivery{
	border: 1px solid #7CB633;
	margin-bottom: 35px;
	margin-top: 35px;
	width: 650px;
}
.table_delivery th {

}
.table_delivery td{
	border: 1px solid #7CB633;
	padding: 7px;
	text-align: center;
	font-size: 90%;
}
.caption{
	margin-top: 57px;
}
.caption2{
	margin-top: 35px;
	margin-bottom: 10px;
}

.title{
	margin-bottom: 15px;
}
.page-top{
	font-size: 12px;
	text-align: right;
}


.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}

.text-red{
	font-size: 120%;
	color: #FF0000;
}
.text-blue{
	font-size: 120%;
	color: #003399;
}
.text-underline{
	text-decoration: underline;
}
.text-big{
	font-size: 145%;
	font-weight: bold;
	color: #FF0000;
}
.head{
	text-indent: -9999px;
	height: 270px;
	width: 770px;
	background-image : url(head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 0px;
}
.head1{
	text-indent: -9999px;
	height: 270px;
	width: 770px;
	background-image : url(head1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 0px;
}
.head2{
	text-indent: -9999px;
	height: 270px;
	width: 770px;
	background-image : url(head2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 0px;
}
.text_faq{
	font-size: 135%;
	line-height: 135%;
	font-weight: bold;
	color: #FF6600;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.frame_news{
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	border: 3px solid #7CB633;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.text-big2{
	font-size: 130%;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
.frame_voice{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 3px solid #FFD43B;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}
.frame_delivery{
	border: 2px dotted #FF0000;
	margin-top: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 35px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: center;
}
.text-center2{
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
.table_yellow{
	background-color: #FFFFCC;
}
.table_green{

	background-color: #C9FF93;
}
.text_1{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.text_voice{
	font-size: 150%;
	font-weight: bold;
	color: #EB9224;
	text-align: center;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_flow{
	font-size: 145%;
	line-height: 150%;
	font-weight: bold;
	color: #336600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7CB633;
	border-right-color: #7CB633;
	border-bottom-color: #7CB633;
	border-left-color: #7CB633;
}
.frame_torihiki{
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 3px double #669900;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 35px;
	margin-left: 20px;
}
.text_green{
	font-size: 120%;
	font-weight: bold;
	color: #669900;
	text-align: center;
}
.frame_shingu{
	text-align: center;
	margin: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 2px dotted #333333;
}
.text_osakaisei {
}
.text-redsmall{
	font-size: 90%;
	color: #FF0000;
	font-weight: bold;
}
.table_green2{


	background-color: #66CC00;
}
.text_small{
	font-size: 80%;
}


#menu_s{
	height: 45px;
	width: 770px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu_s ul{
	list-style-type: none;
	padding: 0px;
	font-size: 9px;
	margin: 0px;
}
#menu_s ul li{
	float: left;
	height: 45px;
}
#menu_s ul li a{
	display: block;
	height: 45px;
}
#menu_s ul li.menu01 a{
	background-image : url(menu_s01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 154px;
}
#menu_s ul li.menu001 a{
	background-image : url(menu_s001.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 154px;
}

#menu_s ul li.menu02 a{
	background-image : url(menu_s02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 154px;
}
#menu_s ul li.menu002 a{
	background-image : url(menu_s002.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 154px;
}

#menu_s ul li.menu03 a{
	background-image : url(menu_s03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 154px;
}
#menu_s ul li.menu003 a{
	background-image : url(menu_s003.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 154px;
}

#menu_s ul li.menu04 a{
	background-image : url(menu_s04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 154px;
}
#menu_s ul li.menu004 a{
	background-image : url(menu_s004.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 154px;
}

#menu_s ul li.menu05 a{
	background-image : url(menu_s05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 154px;
}
#menu_s ul li.menu005 a{
	background-image : url(menu_s005.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 154px;
}

#menu_s ul li a:hover{
	background-position: 0px -45px;
}


