@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}
/* --------------------------------------------------------------------------- */
.clear { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----文字色---------------------- */
.orange {
	color:#FF6600;
}
.brown {
	color: #8B5F0C;
}
.red {
	color: #FF0000;
}
.red-b {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFFCC;
	font-size:14px;
}
.red2 {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	font-size:12px;
}
.green {
	color: #638C0B;
}
.green1 {
	color:#4A9133;
}
.blue1 {/*明るい青色*/
	color:#00A0E9;
}
.blue2 {/*濃い青色*/
	color:#0068B7;
}
.pink1 {/*明るいピンク色*/
	color:#FE88BB;
}
.pink2 {/*濃いピンク色*/
	color:#FE76B1;
}
/* --------------------------------------------------------------------------- */

body{
	text-align:center;
	font-size:12px;
	color:#666666;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height:170%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}

a,
a:link,
a:visited {
	color:#666666;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#666666;
	text-decoration:none;
}

/* --------------------------------------------------------------------------- */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}


#wrapper {
	width:820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#main {
	padding-bottom: 177px;
	width:820px;
	margin-right: auto;
	margin-left: auto;
}  /* must be same height as the footer */


/* --------------------------------------------------------------------------- */

#header {
	width:820px;
	height: 78px;
	margin-right: auto;
	margin-left: auto;
}
#header-in {
	width:590px;
	height:auto;
	float: left;
}
#h-1-box {
	width:590px;
	height:20px;
}
#h-1-box h1 {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	text-indent: 10px;
}

#logo {
	width:241px;
 	height:35px;
	float: left;
}
#logo a {
	width:241px;
 	height:35px;
 	display: block;
	overflow:hidden;
	text-decoration:none;
}
#tel_img_box {
	float: right;
	height: auto;
	width: 210px;
	padding: 0px 20px 0px 0px;
}
#tel_img_box img {
	height: 58px;
	width: 207px;
	display: block;
	margin: 14px 0px 0px 0px;
}
.header-txt {
	height: 45px;
	width: 270px;
	float: right;
	padding: 0px 10px 0px 0px;
}
/* -----main-image---------------------------------------------------------------------- */
#main-img-area {
	width:820px;
	height:232px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}
#main-img-area img {
	width:820px;
	height:232px;
	margin: 0px;
	padding: 0px;
	display: block;
}
/* -----グローバルナビゲーション---------------------------------------------------------------------- */
#gnavi {
	width:820px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gnavi ul {
	width:820px;
	height: 50px;
	list-style-type:none;
}

#gnavi li  {
	float:left;		
}

#gnavi li a {
 	display: block;	
}

#gnavi li#gnavi1 a {
	background-image:url(../img/bt_gnavi1_off.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi1 a:hover {
 	background-image:url(../img/bt_gnavi1_on.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi2 a {
	background-image:url(../img/bt_gnavi2_off.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi2 a:hover {
 	background-image:url(../img/bt_gnavi2_on.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi3 a {
	background-image:url(../img/bt_gnavi3_off.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi3 a:hover {
 	background-image:url(../img/bt_gnavi3_on.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi4 a {
	background-image:url(../img/bt_gnavi4_off.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi4 a:hover {
 	background-image:url(../img/bt_gnavi4_on.jpg);
	background-position:left top;
	width:151px;
	height: 50px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi5 a {
	background-image:url(../img/bt_gnavi5_off.jpg);
	background-position:left top;
	width:152px;
	height: 50px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
}
#gnavi li#gnavi5 a:hover {
 	background-image:url(../img/bt_gnavi5_on.jpg);
	background-position:left top;
	width:152px;
	height: 50px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

/* ----------サブナビゲーション------------------------------------------------ */
#snavi {
	height: auto;
	width: 756px;
	margin: 0px 32px 0px 32px;
	padding: 0px 0px 0px 0px;
}
#snavi ul li a {
 	
}
#snavi1 {/*-----サブナビ1-----*/
	width:245px;
	height: 73px;
	float:left;
	margin: 0 10px 0 0;
	padding: 0 0px 0 0;
	background-image: url(../img/bt_snavi1_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#snavi2 {/*-----サブナビ2-----*/
	width:245px;
	height: 73px;
	float:left;
	margin: 0 10px 0 0;
	padding: 0 0px 0 0;
	background-image: url(../img/bt_snavi2_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#snavi3 {/*-----サブナビ3-----*/
	width:246px;
	height: 73px;
	float:left;
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
	background-image: url(../img/bt_snavi3_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#snavi4 {/*-----サブナビ4-----*/
	width:245px;
	height: 73px;
	float:left;
	margin: 0 10px 0 0;
	padding: 0 0px 0 0;
	background-image: url(../img/bt_snavi4_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#snavi5 {/*-----サブナビ5-----*/
	width:245px;
	height: 73px;
	float:left;
	margin: 0 10px 0 0;
	padding: 0 0px 0 0;
	background-image: url(../img/bt_snavi5_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#snavi6 {/*-----サブナビ6-----*/
	width:246px;
	height: 73px;
	float:left;
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
	background-image: url(../img/bt_snavi6_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}


.snavi1-1 {/*---□のリスト----*/
	width:245px;
	margin: 20px 0 0;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color:#FE88BB;/*ピンク*/
	line-height: 150%;
	display: block;
	float: left;
}
#snavi .snavi1-1 a {
	font-size: 11px;
	color: #999999;
	line-height: 150%;
	text-decoration: none;
}
#snavi .snavi1-1 a:hover, #snavi .snavi1-1 a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	line-height: 150%;
	text-decoration: none;
}
.snavi1-2 {/*---□のリスト2----*/
	width:245px;
	margin: 20px 0 0;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	line-height: 150%;
	display: block;
	float: left;
}
#snavi .snavi1-2 a {
	font-size: 11px;
	color: #999999;
	line-height: 150%;
	text-decoration: none;
}
#snavi .snavi1-2 a:hover, #snavi .snavi1-2 a:active {
	font-size: 11px;
	color: #00A0E9;/*青*/
	line-height: 150%;
	text-decoration: none;
}
.snavi1-3 {/*---□のリスト3----*/
	width:245px;
	margin: 20px 0 0;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #8FC31F;/*みどり*/
	line-height: 150%;
	display: block;
	float: left;
}
#snavi .snavi1-3 a {
	font-size: 11px;
	color: #999999;
	line-height: 150%;
	text-decoration: none;
}
#snavi .snavi1-3 a:hover, #snavi .snavi1-3 a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	line-height: 150%;
	text-decoration: none;
}
#snavi .sn-list-pink {/*-------*/
	color:#FE88BB;/*ピンク*/
	margin: 5px 0 0 0;
	font-size: 11px;
	display: block;
	text-indent: 85px;
}
#snavi .sn-list-blue {/*-------*/
	color:#00A0E9;/*ﾌﾞﾙｰ*/
	margin: 5px 0 0 0;
	font-size: 11px;
	display: block;
	text-indent: 85px;
}
#snavi .sn-syousai {/*---「詳細はこちら」----*/
	margin: 4px 0 0;
	width:65px;
	font-size: 11px;
	color: #999999;
	display: block;
	float: right;
}
#snavi .sn-syousai a {
	font-size: 11px;
	color: #0068B7;/*濃い青*/
	text-decoration: none;
}
#snavi .sn-syousai a:hover, #snavi .sn-syousai a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	text-decoration: none;
}
#snavi .sn-syousai2 {/*---「詳細はこちら」2----*/
	margin: 4px 0 0;
	width:65px;
	font-size: 11px;
	color: #999999;
	display: block;
	float: right;
}
#snavi .sn-syousai2 a {
	font-size: 11px;
	color: #E4007F;/*濃いピンク*/
	text-decoration: none;
}
#snavi .sn-syousai2 a:hover, #snavi .sn-syousai2 a:active {
	font-size: 11px;
	color: #00A0E9;/*青*/
	text-decoration: none;
}
#snavi .sn-syousai3 {/*---「詳細はこちら」3----*/
	margin: 4px 0 0;
	width:65px;
	font-size: 11px;
	color: #999999;
	display: block;
	float: right;
}
#snavi .sn-syousai3 a {
	font-size: 11px;
	color: #638C0B;/*濃い緑*/
	text-decoration: none;
}
#snavi .sn-syousai3 a:hover, #snavi .sn-syousai3 a:active {
	font-size: 11px;
	color: #FE88BB;/*ピンク*/
	text-decoration: none;
}
/* left---------------左側のバナーエリア------------------------- */

#left_contents{
	float: left;
	width: 461px;
	height: auto;
}
#bana1 {
	width: 461px;
	height: 110px;
	padding: 0px 0px 10px 0px;
}
#bana1 a {
	width: 461px;
	height: 110px;
	display: block;
	background-image:url(../img/bana1.jpg);
	background-position:left top;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	background-repeat: no-repeat;
}
#bana1 a:hover, #bana1 a:active {
	background-image:url(../img/bana1.jpg);
	background-position:left top;
	width: 461px;
	height: 110px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}


/* right_contents-----------------右側のバナーエリア---------------- */

#right_contents {
	float: right;
	width: 285px;
	padding-left: 0px;
}

#bana2 {
	width: 285px;
	height: 110px;
	padding: 0px 0px 10px 0px;
}
#bana2 a {
	width: 285px;
	height: 110px;
	display: block;
	background-image:url(../img/bana2.jpg);
	background-position:left top;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	background-repeat: no-repeat;
}
#bana2 a:hover, #bana2 a:active {
 	background-image:url(../img/bana2.jpg);
	background-position:left top;
	width: 285px;
	height: 110px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

/* point--------------------------------------------------------------------- */

#footer {
	position: relative;
	margin-top: -177px; /* negative value of footer height */
	height: 177px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* --------------------------------------------------------------------------- */

.footer_u{
	font-size: 11px;
	line-height: 22px;
	color: #0068B7;/*濃い青*/
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;	/*letter-spacing: 0.1em;*/
	padding-top: 10px;
}

.footer_u a,
.footer_u a:link,
.footer_u a:visited {
	color: #0068B7;/*濃い青*/
	text-decoration:none;
}

.footer_u a:hover,
.footer_u a:active {
	color: #0068B7;/*濃い青*/
	text-decoration:underline;
}

.footer_b{
	height: auto;
	width: 780px;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
	margin-top: 0px;
}

.footer_b_in{
	width: 780px;
	height: auto;
	padding-top: 20px;
}
.footer_b_in1 {
	height: 53px;
	font-size: 11px;
	line-height: 17px;
	color: #999999;
	text-align: right;
	margin-top: 10px;
}
.footer_b_in3{
	height: auto;
	font-size: 10px;
	color: #333333;
	width: 780px;
}
.footer_li1 {
	width: 330px;
	color: #0068B7;/*濃い青*/
	line-height: 150%;
	text-align: left;
	padding-left: 0px;
	display: block;
	margin-left: 450px;
}
.footer_li2 {
	color: #FFFFFF;/*コピーライト*/
	font-size: 10px;
	text-align: center;
	margin-top: 22px;
}

/* --------------------
ページトップへのボタン
----------------------- */
html>body #pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 0;
}

#pagetop {
_position: absolute;
_right: 0;
_top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) - 0
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight) - 0);
_z-index: 500;
margin: 0;

}

/** html .iepngfix ,* html img {
behavior: expression(IEPNGFIX.fix(this));
} */

/* main_contents---------------------------------------------------------------------------------------------- */
#contents-box {
	width: 756px;
	margin: 40px 32px 20px 32px;
	padding: 0px 0px 0px 0px;
}
#main_contents {
	width: 775px;
	margin: 15px 23px 0px 22px;
	padding: 0px 0px 0px 0px;
}
#main_contents h3 {
	width: 775px;
	height:45px;
	margin:0 0 20px 0;
}
#main_contents h4 {
	font-size:14px;
	width: 735px;
	height:35px;
	margin:0 20px 10px 20px;
	background-image: url(../img/subttl_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #0068B7;/*青*/
	line-height: 35px;
	text-indent:10px;
}
#06 {
	font-size:12px;
	width: 735px;
	height:35px;
	margin:0 20px 10px 20px;
	background-image: url(../img/subttl_bar_point.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #0068B7;/*青*/
	line-height: 35px;
	text-indent:10px;
	display:block;
}
#main_contents h5 {/*--背景がきみどり色のタイトル--*/
	font-size:12px;
	width: 735px;
	height:27px;
	margin:0 20px 10px 20px;
	background-image: url(../img/subttl2_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #638C0B;/*みどり*/
	line-height: 27px;
	text-indent:10px;
}
.txt-box {/*--この枠内にテキスト類を載せる--*/
	width: 735px;
	margin:0 20px 20px 20px;
}
.txt-box2 {/*--この枠内にテキスト類を載せる--*/
	width: 705px;
	margin:0 35px 30px 35px;
}
.txt-1 {
	padding:0 0 0 10px;
	display:block;
}
/* --------------------
会社案内ページ
--------------------- */
.img-box {
	width:190px;
	float:right;
	padding:0 10px 20px 20px;
	display:block;
}
.name {
	width:505px;
	text-align: right;
	font-size:14px;
	margin:20px 0px 20px 0;
	padding:0 0px 0px 0px;
	display:block;
}
.name2 {
	text-align: right;
	font-size:14px;
	margin:20px 0px 20px 0;
	padding:0 0px 0px 0px;
	display:block;
}
.txt-rinen {
	padding:0 30px 20px 30px;
}
#main_contents #info-sttl {
	font-size:16px;
	font-weight: bolder;
}
#main_contents #info-sttl2 {
	font-size:16px;
	font-weight: bolder;
}
#main_contents #fo-si-14 {
	font-size:14px;
}
/* -------------------------
水廻りコーティングページ
---------------------------- */
#menu {
	font-size:12px;
	width: 735px;
	height:auto;
	margin:0 20px 0px 20px;
	color: #0068B7;/*青*/
	background-image: url(../img/submenu2_back_m.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#menu a {
	font-size:12px;
	color: #0068B7;/*青*/
}
.menu-top {
	width: 735px;
	margin:0 20px 0px 20px;
}
.menu-bottom {
	width: 735px;
	height:10px;
	margin:0 20px 25px 20px;
}
.menu-bottom img {
	width: 735px;
	height:10px;
	display:block;
}
.menu-ttl {
	margin:0px 0px 8px 15px;
	padding:5px 0 0px 0;
	display:block;
}
.menu-ul {
	margin:0px 0px 0px 15px;
}
.menu-ul2 {
	margin:0px 0px 20px 15px;
}
.menu-ul-left {
	margin:0px 0px 0px 0px;
	padding:0px 0 5px 5px;
	width:330px;
	float:left;
}
.menu-ul-left2 {
	margin:0px 0px 0px 0px;
	padding:0px 0 5px 5px;
	width:250px;
	float:left;
}
.menu-ul-right {
	margin:0px 0px 0px 0px;
	padding:0px 0 5px 0;
	width:auto;
}
.menu-ul-right-point1 {
	margin:0px 0px 0px 0px;
	padding:0px 0 5px 0;
	background-image: url(../img/point.gif);
	background-repeat: no-repeat;
	background-position: 580px top;
}
/*---------------
TOP～ランキング
---------------*/
.lanking-l {
	width:295px;
	float:left;
}
.lanking-r {
	width:395px;
	float:right;
	margin:0px 0px 20px 0px;
}
.lanking-r2 {
	width:340px;
	float:right;
	margin:0px 0px 20px 0px;
}
.img img {
	margin:0px;
	padding:0px;
	display:block;
	vertical-align: top;
}
.lanking-back1 {
	background-image: url(../img/lanking1_m.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}
.lanking-back2 {
	background-image: url(../img/lanking2_m.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}
.lanking-back3 {
	background-image: url(../img/lanking3_m.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}
.lank01 {
	padding:15px 0px 5px 18px;
	color: #FF0000;
}
.lank02 {
	padding:0px 0px 5px 18px;
}
.line-box-l {
	width:340px;
	margin:5px 0 40px 0;
	float:left;
}
.line-box-r {
	width:340px;
	margin:20px 0 40px 0;
	display:block;
	float:right;
}
.line-pink {
	color:#FE76B1;/*ピンク*/
	background-image: url(../img/line_pink.gif);
	background-repeat: repeat;
	background-position: left bottom;
	line-height: 32px;
	letter-spacing: 0.1em;
}
/*------------
マニフェスト
------------*/
.txt-mani {
	padding:0 30px 15px 30px;
	color:#FF0000;
}

.mani-top {
	width:705px;
	margin:0px;
}
.mani-box {
	width:705px;
	margin:10px 35px 0 35px;
}
.mani-bottom {
	width:705px;
	margin:0px 0px 30px 0px;
	display:block;
}
.mani-img {
	width:705px;
	margin:0px 0 0px 0px;
	display:block;
}
.mani-ttl {
	padding:0px;
	margin:0px;
}
.mani-list {
	padding:0 0 0px 20px;
	margin:0px;
}
.mani1 {
	padding:0 0 5px 25px;
	margin:0px;
}
.mani2 {
	color: #638C0B;/*みどり*/
}
.mani3 {
	font-size:10px;
	padding:10px 0 5px 25px;
	margin:0px;
}
.mani4 {
	padding:5px 0 15px 26px;
	margin:0px;
}
.img-box2 {/*2つの画像を囲むボックス*/
	width:393px;
	float:right;
	padding:0 0 0px 0px;
}
.img-box2-left {
	font-size:10px;
	width:190px;
	float:left;
}
.img-box2-left img {
	margin:0 0 0px 0px;
}
.img-box2-left a {
	border: 1px solid #FFFFFF;
	display: block;	
}
.img-box2-left a:hover {
	border: 1px solid #0068B7;/*青*/
	display: block;	
}
.img-box2-right {
	font-size:10px;
	width:190px;
	float:right;
}
.img-box2-right a {
	border: 1px solid #FFFFFF;
	display: block;	
}
.img-box2-right a:hover {
	border: 1px solid #0068B7;/*青*/
	display: block;	
}
.txt-left {
	width:290px;
	float:left;
	display:block;
}
.cap1 {
	margin:5px 0 0px 0px;
	line-height: 150%;
}.cap2 {
	margin:0px 0 0px 0px;
}
/* -------------------------
フロアコーティングページ
---------------------------- */
.t15 {
	margin:15px 0 0px 0px;
}
.table1 {
	margin:15px 0 20px 0px;
	font-size:12px;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
.table1 td {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
}
.t1_in{
	background-color: #F3F3F3;
	color: #333333;
	padding: 5px 8px 5px 10px;
}

.t1_in2{
	padding: 5px 3px 5px 10px;
	color: #333333;
	line-height: 130%;
}
.img-box3 {/*2つの画像を囲むボックス*/
	width:325px;
	float:right;
	padding:0 0 0px 0px;
}
.img-box3 img {
	margin:0 0 15px 0px;
}
.img-box3 a {
	border: 1px solid #FFFFFF;
	display: block;	
}
.img-box3 a:hover {
	border: 1px solid #0068B7;/*青*/
	display: block;	
}
.img-box4 {/*2つの画像を囲むボックス*/
	width:327px;
	float:right;
	padding:0 0 0px 0px;
}
.img-box4 img {
	margin:0 0 0px 0px;
}
.img-box4 a {
	border: 1px solid #FFFFFF;
	display: block;	
}
.img-box4 a:hover {
	border: 1px solid #0068B7;/*青*/
	display: block;	
}
.img-box5 {/*2つの画像を囲むボックス*/
	width:325px;
	float:right;
	padding:0 0 0px 0px;
}
.img-box5-in {
	margin:0 0 15px 0;
}
.img-box5 img {
	margin:0 0 0px 0px;
}
.img-box5 a {
	border: 1px solid #FFFFFF;
	display: block;	
}
.img-box5 a:hover {
	border: 1px solid #0068B7;/*青*/
	display: block;	
}
.img-box6 {/*2つの画像を囲むボックス*/
	padding:35px 0 0px 0px;
}
.img-box6-in-l {
	width:325px;
	float:left;
	margin:0 0 15px 0;
}
.img-box6-in-r {
	width:325px;
	float:right;
	margin:0 0 15px 0;
}
.img-box6 img {
	margin:0 0 0px 0px;
}
.img-box6 a {
	border: 1px solid #FFFFFF;
	display: block;	
}
.img-box6 a:hover {
	border: 1px solid #0068B7;/*青*/
	display: block;	
}
.arrow2 {
	width:50px;
	float:left;
	padding:95px 0 0px 0px;
}
.txt-left2 {
	width:360px;
	float:left;
	display:block;
}
.cap2 {
	margin:5px 0 10px 0px;
	line-height: 150%;
}
.t5-l10 {
	padding:5px 0px 0px 10px;
}
.t5-l10-b20 {
	padding:5px 0px 20px 10px;
}

/* --------------------
施工までの流れページ
--------------------- */
.arrow {
	margin:0px 0 10px 0;
	text-align: center;
}

/* --------------------
Ｑ＆Aページ
--------------------- */

/*-------------------
テーブル
--------------------*/
.table {
	font-size:12px;
	border-collapse : collapse ;
	margin:10px 0 20px 0;
}
.table_in {
	font-size:12px;
	border-collapse : collapse ;
	margin:0px 0 0px 0;
}
.line-bottom {
	line-height:150%;
	font-size: 12px;
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
}
.line-bottom2 {
	line-height:150%;
	color:#F0F0F0;
	font-size: 12px;
	width: 120px;
	border-bottom: 1px solid #DBDBDB;
}
.line-bottom3 {
	font-size: 12px;
	line-height:150%;
	color:#444444;
	font-size: 12px;
	width: 120px;
	border-bottom: 1px solid #DBDBDB;
	background-color: #F0F0F0;
	border-left: 1px solid #DBDBDB;
}
.line-bottom-top {
	line-height:150%;
	font-size: 12px;
	border-bottom: 1px solid #DBDBDB;
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
}
.line-bottom2-top {
	line-height:150%;
	color:#444444;
	font-size: 12px;
	width: 120px;
	border-bottom: 1px solid #DBDBDB;
	border-top: 1px solid #DBDBDB;
	background-color: #F0F0F0;/*うすいグレー*/
	border-left: 1px solid #DBDBDB;
}
.line-bottom2-top2 {
	line-height:150%;
	color:#444444;
	font-size: 12px;
	width: auto;
	background-color: #F0F0F0;
	border: 1px solid #DBDBDB;
}
.line-bottom-w140 {
	font-size: 12px;
	line-height:150%;
	color:#444444;
	font-size: 12px;
	width: 140px;
	border-bottom: 1px solid #DBDBDB;
	background-color: #F0F0F0;
	border-left: 1px solid #DBDBDB;
}
.line-bottom2-top3 {
	line-height:150%;
	color:#444444;
	font-size: 12px;
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
}
.b10 {
	margin:0 0 10px 0;
}
.b5 {
	margin:0 0 5px 0;
}
.b2 {
	margin:0 0 2px 0;
}
#bt-submit {
	text-align: center;
}
.thanks {
	text-align: center;
	margin:0 0 100px 0;
}
#main_contents #inq1-bt {
	margin:0 10px 15px 325px;
	text-indent: -9999px;
	height: 25px;
	width: 440px;
	background-image: url(../img/bt_inq1_off.jpg);
	background-repeat: no-repeat;
}
#main_contents #inq1-bt a {
	background-image: url(../img/bt_inq1_off.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display:block;
	height: 25px;
	width: 440px;
}
#main_contents #inq1-bt a:hover {
	background-image: url(../img/bt_inq1_on.jpg);
	background-repeat: no-repeat;
	display:block;
	height: 25px;
	width: 440px;
}
#main_contents #inq2-bt {
	margin:0 10px 15px 463px;
	text-indent: -9999px;
	height: 25px;
	width: 302px;
	background-image: url(../img/bt_inq2_off.jpg);
	background-repeat: no-repeat;
}
#main_contents #inq2-bt a {
	background-image: url(../img/bt_inq2_off.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display:block;
	height: 25px;
	width: 302px;
}
#main_contents #inq2-bt a:hover {
	background-image: url(../img/bt_inq2_on.jpg);
	background-repeat: no-repeat;
	display:block;
	height: 25px;
	width: 302px;
}
/*------------------
ハウスクリーニング
--------------------*/
.b10-size11 {
	font-size:11px;
	margin:0px 0 10px 0;
	line-height: 150%;
}
/*----------------------
よくあるご質問
----------------------*/
.qa-sttl {/*--背景がみどり色のタイトル--*/
	font-size:12px;
	width: 705px;
	height:27px;
	margin:0 35px 8px 35px;
	background-image: url(../img/sttl_qa2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #638C0B;/*みどり*/
	/*color: #E4007F;ピンク*/
	line-height: 29px;
	text-indent:30px;
}
.a-txt {
	width: 705px;
	margin:0 35px 30px 35px;
	text-indent:30px;
	background-image: url(../img/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.b60 {
	margin:0 0px 60px 0px;
}
