@charset "utf-8";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.header
	04.navigation
	05.local navigation
	06.main
	07.footer
	08.other
	09.index
	10.level2

=====================================================================*/


/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	vertical-align: top;
	font:normal normal normal 100%/1.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
hr{
	border-width:0px;
	height:0
}
li{list-style-type: none;}


/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{
	color: #38b41c;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}



/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body{
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	color: #232323;
}
div#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	text-align: left;
}



/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
div#header{
	position:relative;
	width: 850px;
	height: 105px;
	background:url(img/common_bg_header.gif) no-repeat;
}
div#header h1{
	position:absolute;
	top:60px;
	left:85px;
	font-size: 10px;
	color: #a3a3a3;
}

div#header div a{
	position:absolute;
	display: block;
	top:15px;
	left:0;
	width: 255px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
}
div#header a img{
	position:absolute;
	top:53px;
	right:1px;
}


/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
ul#navigation{
	margin-top:20px;
	width: 850px;
	height: 45px;
	background: url(img/common_bg_navigation.gif) no-repeat;
}
ul#navigation li,
ul#navigation li a{
	display: inline;
	height: 45px;
	outline: none;
	text-indent: -9999px;
}
#gn1 a{
	float: left;
	background-position: 0 0;
	width:142px;
}
#gn2 a{
	float: left;
	background-position: -142px 0;
	width:142px;
}
#gn3 a{
	float: left;
	background-position: -284px 0;
	width:141px;
}
#gn4 a{
	float: left;
	background-position: -425px 0;
	width:142px;
}
#gn5 a{
	float: left;
	background-position: -567px 0;
	width:141px;
}
#gn6 a{
	float: left;
	background-position: -708px 0;
	width:142px;
}
ul#navigation li a:hover{background-image: url(img/common_bg_navigation_over.gif);}


/*--------------------------------------------------------------------/
	05.local navigation
/--------------------------------------------------------------------*/
ul#local{
	margin-top:2px;
	margin-left:5px;
	width: 840px;
	height: 50px;
	background: url(img/common_bg_local.gif) no-repeat;
}
ul#local li,
ul#local li a{
	display: inline;
	height: 50px;
	outline: none;
	text-indent: -9999px;
}
#ln1 a{
	float: left;
	background-position: 0 0;
	width:369px;
}
#ln2 a{
	float: left;
	background-position: -369px 0;
	width:236px;
}
#ln3 a{
	float: left;
	background-position: -605px 0;
	width:235px;
}
ul#local li a:hover{background-image: url(img/common_bg_local_over.gif);}


/*--------------------------------------------------------------------/
	06.main
/--------------------------------------------------------------------*/
div#main{
	margin-top: 25px;
	padding-bottom: 50px;
	width: 850px;
}
div#main:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#contents{
	float: right;
	margin-top: -25px;
	width: 610px;
}
div#sidebar{
	float: left;
	width: 210px;
	text-align: left;
}


/* contents
--------------------------------------------------------------------*/
div#contents h3{margin-top:25px;}



/* sidebar
--------------------------------------------------------------------*/

/* news */
div#news{
	width:210px;
	height:240px;
	background:url(img/top_bg_news.gif) no-repeat bottom;
}
div#news div{
	width: 210px;
	height: 203px;
	overflow: auto;
}
div#news th{
	padding: 5px 3px 0 8px;
	background:url(img/top_bg_news-th.gif) no-repeat center left;
	font-size: 11px;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	font-weight: normal;
	color: #a7a7a7;
	text-align: left;
}
div#news td{
	padding: 0 3px 5px 8px;
}

div#sidebar a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

div#s-contact{
	margin-top:15px;
	width:210px;
	height:175px;
	background:url(img/common_bg_s-contact.gif) no-repeat bottom;
}
div#s-contact a img{
	margin-top:40px;
	margin-left:16px;
}
div#sidebar div#s-contact a:hover img{
	opacity:1;
	filter: alpha(opacity=100);
}


/*--------------------------------------------------------------------/
	07.navigation
/--------------------------------------------------------------------*/
div#footer{
	position: relative;
	width:850px;
	height:145px;
	background:url(img/common_bg_footer.gif) no-repeat top;
}
div#footer a img{
	display: inline;
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}
div#footer *{color:#3d3d3d;}

/* list */
div#footer ul{
	float: left;
	margin-top: 20px;
	margin-left:10px;
	margin-right: 0;
	padding: 5px 15px 5px 0;
}

div#footer ul li{
	padding-top: 3px;
	padding-left: 25px;
	background: url(img/common_bg_footer-li.gif) no-repeat top left;
	text-align: left;
}
div#footer ul li ul{
	margin-top: -5px;
	margin-left: -25px;
	margin-right: 0;
	padding-right: 0;
	padding-bottom: 0;
	float: none;
	background-image: none;
	border-right: none;
}
div#footer ul li ul li{
	padding-left: 25px;
	padding-bottom: 1px;
	background: url(img/common_bg_footer-li-li.gif) no-repeat top left;
	font-weight: normal;
}
div#footer a:link   {text-decoration: none;}
div#footer a:visited{text-decoration: none;}
div#footer a:hover  {text-decoration: underline;}
div#footer a:active {text-decoration: underline;}

#footer address{
	position: absolute;
	top: 55px;
	right: 13px;
	font-size: 10px;
	font-style: normal;
	text-align: right;
	line-height: 1.6;
}
#footer p{
	position: absolute;
	top: 100px;
	right: 10px;
	color: #8ebfe1;
	font-size: 10px;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
}


/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
.clearfix{zoom:1;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
strong{color: #ff2123;}
.ws-n{white-space:nowrap;}


/* text */
.txt_l{text-align: left;}
.txt_r{text-align: right;}
.txt_c{text-align: center;}

/* size */
.fs_s{
	font-size: 80%;
	line-height: 100%;
}
.fs_m{
	font-size: 100%;
	line-height: 120%;
}
.fs_l{
	font-size: 120%;
	line-height: 140%;
}

/* letter spacing */
.ls_s{letter-spacing: -1pt;}
.ls_m{letter-spacing: 0pt;}
.ls_l{letter-spacing: 1em;}

/* padding */
.ps{padding: 5px;}
.ps_t{padding-top: 5px;}
.ps_b{padding-bottom: 5px;}
.ps_h{padding: 5px 0px;}
.ps_w{padding: 0px 5px;}

.pm{padding: 10px;}
.pm_t{padding-top: 10px;}
.pm_b{padding-bottom: 10px;}
.pm_h{padding: 10px 0px;}
.pm_w{padding: 0px 10px;}

/* margin */
.ms{margin: 10px;}
.ms_t{margin-top: 10px;}
.ms_b{margin-bottom: 10px;}
.ms_l{margin-left: 10px;}
.ms_r{margin-right: 10px;}
.ms_h{margin: 10px 0px;}
.ms_w{margin: 0px 10px;}

.mm{margin: 15px;}
.mm_t{margin-top: 15px;}
.mm_b{margin-bottom: 15px;}
.mm_l{margin-left: 15px;}
.mm_r{margin-right: 15px;}
.mm_h{margin: 15px 0px;}
.mm_w{margin: 0px 15px;}

.ml{margin: 20px;}
.ml_t{margin-top: 20px;}
.ml_b{margin-bottom: 20px;}
.ml_l{margin-left: 20px;}
.ml_r{margin-right: 20px;}
.ml_h{margin: 20px 0px;}
.ml_w{margin: 0px 20px;}

.m_a{margin:0px auto;}


/* pagetop */
div.pagetop{
	margin-top: 50px;
	height: 10px;
}
div.pagetop img{
	display: inline;
	float: right;
	margin-right: 5px;
}


/*--------------------------------------------------------------------/
	09.index
/--------------------------------------------------------------------*/
div#top{
	margin-top:20px;
	padding-top:5px;
	width:850px;
	height:382px;
	background:url(img/top_bg_top.gif) no-repeat;
}
div#top div{
	margin-left:5px;
	width:840px;
	height:325px;
}

/* para01 */
div#para01{
	margin-top:25px;
	padding-bottom:30px;
	width:610px;
	background:url(img/top_bg_para01.gif) repeat-y;
	border-bottom:solid 1px #e9e9e9;
}
div#para01:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#para01 ul{margin:15px 15px 5px 15px;}
div#para01 ul:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#para01 ul li{
	display:inline;
	float:left;
	margin-left:10px;
}
div#para01 p{
	padding:15px 35px 0 35px;
}
div#para01 img.right{
	margin-top:30px;
	margin-left:35px;
}
div#para01 img.btn{
	margin-top:-45px;
	margin-left:25px;
	display:inline;
	float:left;
}

/* para02 */
div#para02{
	margin-top:20px;
	width:610px;
	background:url(img/top_bg_para02.gif) no-repeat bottom;
}
div#para02:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#para02 div{
	width:300px;
	padding-bottom:20px;
}
div#para02 div p{padding:10px 20px;}
div#para02 div a img{margin-left:20px;}


/*--------------------------------------------------------------------/
	10.level2
/--------------------------------------------------------------------*/

/* common elements
--------------------------------------------------------------------*/

/* h2 */
div#lv2{
	margin-top:20px;
	padding-top:5px;
	width:850px;
	height:232px;
	background:url(img/common_bg_lv2.gif) no-repeat;
}
div#lv2 h2{
	margin-left:5px;
}

/* topic path */
ul#topic-path{
	margin-bottom: -10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	height: 20px;
	text-align: left;
	font-size: 10px;
	text-align: right;
}
ul#topic-path:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul#topic-path li{
	display: inline;
	padding-left: 3px;
	line-height: 16px;
}
ul#topic-path li a{
	padding-right:10px;
	background:url(img/common_bg_tp.gif) no-repeat right center;
}


/* box */
div.box{width:610px;}
div.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div.box h3{
	background:url(img/common_bg_h3.gif) no-repeat bottom;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	font-size:22px;
	font-weight:bold;
}
div.box h4{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	padding:5px 0 5px 15px;
	background-image:url(img/common_bg_h4.gif);
	font-size:15px;
	font-weight:bold;
	color:#0d2a66;
}
div.box p{padding:15px 15px 0 15px;}
div.box p.kome{
	padding-top: 5px;
	padding-left: 25px;
	background: url(img/common_bg_p-kome.gif) no-repeat top left;
	text-align: left;
}


/* contact */
div#contact{
	margin-top:35px;
	width:610px;
	height:110px;
	background:url(img/common_bg_contact.gif) no-repeat;	
}
div#contents div#contact h3{margin-top:0;}
div#contact a img{
	display:inline;
	margin-left:335px;
}


/* relief */
dl#relief{
	margin-top:40px;
	width:610px;
	height:100px;
	background:url(img/common_bg_relief.gif) no-repeat top;
}
dl#relief dt,
dl#relief dd{
	float:left;
	margin-top:25px;
}



/* service
--------------------------------------------------------------------*/
ul#service-point{
	padding-top:25px;
	height:80px;
}
ul#service-point li{
	float:left;
	display:inline;
	margin-left:10px;
	margin-bottom:20px;
}

ul#service{
	margin-top:10px;
	padding-bottom:10px;
}
ul#service li{
	margin-left:10px;
	margin-right:10px;
	padding:10px 20px 10px 40px;
	background:url(img/service_bg_li.gif) no-repeat top left;
	border-bottom:dotted 1px #e9e9e9;
	font-size:18px;
}

div#others{
	margin-top:10px;
	width:610px;
	height:150px;
	background:url(img/service_bg_others.gif) no-repeat;
}
div.box div#others h4{
	margin-top:0;
	margin-left:15px;
	padding-top:15px;
	background-image:none;
}
div#others a img{
	margin-top:40px;
	margin-left:210px;
}

/* contact-s */
div#contact-s{
	margin-top:35px;
	width:610px;
	height:120px;
	background:url(img/service_bg_contact-s.gif) no-repeat;	
}
div#contents div#contact-s h3{margin-top:0;}
div#contact-s ul{margin-left:5px;}
div#contact-s ul li{
	display:inline;
	float:left;
	margin-left:15px;
}



/* tool */
div#ktI-T1 table{margin-top:15px;}
div#ktI-T1 th.ktImage,
div#ktI-T1 td.ktText{padding:5px 0 5px 15px;}


/* flow
--------------------------------------------------------------------*/



/* contact-ff */
div#contact-ff{
	position:relative;
	margin-top:35px;
	width:610px;
	height:230px;
	background:url(img/common_bg_contact-ff.gif) no-repeat;
}
div#contents div#contact-ff h3{margin-top:0;}
div#contact-ff ul{margin-left:5px;}
div#contact-ff ul li{
	display:inline;
	float:left;
	margin-left:15px;
}
div#contact-ff img#c-btn{
	display:inline;
	margin-left:335px;
}

/* tool */
div#ktI-T2 table{margin-top:15px;}
div#ktI-T2 th.ktImage,
div#ktI-T2 td.ktText{padding:5px 0 5px 15px;}


/* fee
--------------------------------------------------------------------*/

/* tool */
div#ktTable1 table{
	margin-top:25px;
	margin-left:15px;
	margin-bottom:15px;
	width:580px;
	border-top:solid 1px #e4e4de;
	border-left:solid 1px #e4e4de;
	border-right:solid 1px #e4e4de;
}
div#ktTable1 td.ktTd{
	padding:5px 5px 5px 15px;
	vertical-align:top;
	border-bottom:solid 1px #e4e4de;
	line-height:1.7;
}
div#ktTable1 td.ktTd.td2{
	width:120px;
	border-left:solid 1px #e4e4de;
	background:url(img/common_bg_h4.gif);
	font-weight:bold;
	color:#062b91;
	text-align:right;
}

/* tool */
div#ktI-T10 table{margin-top:15px;}
div#ktI-T10 th.ktImage,
div#ktI-T10 td.ktText{padding:5px 0 5px 15px;}


/* asbestos
--------------------------------------------------------------------*/

div#harmful{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	border:solid 1px #fb2628;
}
div.box div#harmful h4{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	padding:5px 0 5px 15px;
	background-image:url(img/asbestos_bg_h4.gif);
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}
div#harmful table{margin:5px 10px;}
div#harmful th,
div#harmful td{
	padding:10px;
	border-bottom:solid 1px #e9e9e9;
}
div#harmful th{
	width:105px;
	font-weight:bold;
	color:#d10e0e;
}
div#harmful th.nb,
div#harmful td.nb{border-bottom:none;}

/* tool */
div#ktI-T3{margin-top:20px;}
div#ktI-T3:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#ktI-T3 table th img{
	display:inline;
	padding:3px;
	background:#ffffff;
	border:solid 1px #e4e4de;
}
div#ktI-T3 table th img{
	margin-left:10px;
	margin-bottom:10px;
}


/* environment
--------------------------------------------------------------------*/

p#manifesto{
	margin-top:15px;
	margin-left:13px;
	margin-right:13px;
	padding-bottom:15px;
	border:solid 1px #fb2628;
	background:url(img/environment_bg_manifesto.gif)
}

/* tool */
div#ktI-T4 table{margin-top:15px;}
div#ktI-T4 th.ktImage,
div#ktI-T4 td.ktText{padding:5px 0 5px 15px;}


/* license
--------------------------------------------------------------------*/

dl#licence dt{
	margin-left:10px;
	margin-right:10px;
	padding:20px 20px 0 40px;
	background:url(img/service_bg_li.gif) no-repeat center left;
	font-size:18px;
}
dl#licence dd{padding:5px 25px 0 50px;}


/* tool */
div#ktI-T5 table{margin-top:15px;}
div#ktI-T5 th.ktImage,
div#ktI-T5 td.ktText{padding:5px 0 5px 15px;}
div#ktI-T5 td.ktText ul li{
	padding-top: 5px;
	padding-left: 25px;
	background: url(img/license_bg_li.gif) no-repeat top left;
	text-align: left;
}


/* faq
--------------------------------------------------------------------*/

/* tool */
div#ktI-T6 table,
div#ktI-T7 table,
div#ktI-T8 table{margin-top:15px;}
div#ktI-T6 th.ktImage,
div#ktI-T6 td.ktText,
div#ktI-T7 th.ktImage,
div#ktI-T7 td.ktText,
div#ktI-T8 th.ktImage,
div#ktI-T8 td.ktText{padding:5px 0 5px 15px;}


/* company
--------------------------------------------------------------------*/

/* tool */
div#ktTable3 table{
	margin-top:25px;
	margin-left:15px;
	width:580px;
	border-top:solid 1px #e4e4de;
	border-left:solid 1px #e4e4de;
	border-right:solid 1px #e4e4de;
}
div#ktTable3 td.ktTd{
	padding:5px 5px 5px 15px;
	vertical-align:top;
	border-bottom:solid 1px #e4e4de;
	line-height:1.7;
}
div#ktTable3 td.ktTd.td1{
	width:80px;
	border-right:solid 1px #e4e4de;
	background:url(img/common_bg_h4.gif);
	font-weight:bold;
	color:#062b91;
}


div#ktTable4{
	margin-top:25px;
	margin-left:15px;
}
div#ktTable4 td.ktTd{
	padding:5px 5px 5px 15px;
	vertical-align:top;
	width:193px;
	border-left:solid 1px #e4e4de;
	line-height:1.7;
}


/* contact
--------------------------------------------------------------------*/
div.box h3#contact{
	background:none;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:0;
}

/* tool */
div#ktI-T9 table{margin-top:15px;}
div#ktI-T9 th.ktImage,
div#ktI-T9 td.ktText{padding:5px 0 5px 15px;}

/* table normal */
table.nml{
	margin-top:10px;
	margin-left:15px;
	width:580px;
	border-top:solid 1px #e4e4de;
	border-left:solid 1px #e4e4de;
	border-right:solid 1px #e4e4de;
}
table.nml th,
table.nml td{
	padding:5px 5px 5px 15px;
	vertical-align:top;
	border-bottom:solid 1px #e4e4de;
	line-height:1.7;
}
table.nml th{
	width:130px;
	border-right:solid 1px #e4e4de;
	background:url(img/common_bg_h4.gif);
	font-weight:bold;
	color:#062b91;
}

/* table send */
div.box table.send{
	margin-left: 20px;
	margin-top: 20px;
	width: 150px;
}
div.box table.send th,
div.box table.send td{
	padding: 0;
	border-bottom: none;
}


