@charset "utf-8";

/* 鉄筋探査関連CSS */

/* ===================================================================
　
　基本は../hippari/css/import.cssを利用
　追加分として作成

 ===================================================================*/


/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header{
    position:relative;

}


*:first-child+html #header h1{
    padding-top:10px;
} 


*html #header .call{
	position:absolute;
	top:23px;

}


/* IE6用 */

*html #header .call{
	margin-left:195px;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

h1,h2,h3,h4{
    font-weight:normal;

}


#main p{
	line-height:180%;
}


#main .box01{
    width:400px;
	margin:10px 0;
	padding:5px 5px 5px 20px;
	color:#333;
}


#main .box01 ul{
	margin-left:5px;
}


#main .box01 ul li{
    list-style-type:disc;
}


#main .box02{
    width:550px;
	margin:10px 15px;
	padding:10px;
	background-color:#EDF6FF;
	color:#333;
}


.bold{
    font-weight:bold;

}


.box{
    width:auto;
    height:160px;
}


.point{
    margin-bottom:10px;
    padding:0 0 10px 0;

}


.point h3{
    width:370px;
    margin-top:10px;
	background-color:#EDF6FF;
	border-top:1px dotted #000082; 
	border-bottom:1px dotted #000082;
    color:#000082;
}


.point_in{
    width:auto;
	height:auto;
	margin:5px 5px 30px 5px;
	line-height:160%;
}

.point_in h3{
    width:auto;
	background-color:#EDF6FF;
	border-top:1px dotted #000082; 
	border-bottom:1px dotted #000082;
    color:#000082;
}


.left_small-box{
    width:300px;
	height:auto;
	margin-bottom:30px;
    float:left;

}


.left_small-box img{
    float:left;
}


.left_small-box .left_txt{
    width:150px;
    float:left;

}


.right_small-box{
    width:300px;
	height:auto;
	margin-bottom:30px;
    float:left;

}


.right_small-box img{
    float:left;
}


.right_small-box .right_txt{
    width:150px;
    float:left;

}


.data{
    height:auto;
	text-align:center;
}


.data img{
    padding:5px;
    border:1px solid #999;

}



/*---------------------------------------------------
    other.html用
----------------------------------------------------*/


.x-sen_txt{
    width:auto;
	height:180px;

}


.x-sen_txt2{
    width:600px;
	height:auto;
    clear:left;
	padding-top:8px;
}


.x-sen_txt2 p{
    border:1px dotted #999;
    padding:5px;
}

.left_merit{
    width:295px;
	height:auto;
	margin-right:10px;
	margin-bottom:10px;
    float:left;
}


.left_merit h3{
    width:295px;
    font-weight:bold;
}


.right_weak{
    width:295px;
	height:auto;
	margin-bottom:10px;
    float:left;
}


.right_weak h3{
    width:295px;
    font-weight:bold;

}



#connect h4{
    font-weight:bold;
}




/*---------------------------------------------------
	#footer
----------------------------------------------------*/


#footer h3{
    font-weight:bold;

}

