@charset "utf-8";

/* 耐震診断関連CSS */

/* ===================================================================
　
　基本は../hippari/css/import.cssを利用
　追加分として作成

 ===================================================================*/


/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header{
    position:relative;

}


*:first-child+html #header h1{
    padding-top:10px;
} 


#header .call{
    float:left;
	width:auto;
	height:auto;
	position:absolute;
	top:8px;
	right:50px;
}


*html #header .call{
	top:8px;
	right:20px;

}


#header .call span{
    color:#CC0000;
	font-weight:bold;

}


/* IE6用 */

*html #header .call{
	margin-left:195px;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

*:first-child+html #header h1{
    padding-top:10px;
} 


#main h3{
    width:auto;
    margin-top:10px;
	background-color:#EDF6FF;
	border-top:1px dotted #000082; 
	border-bottom:1px dotted #000082;
    color:#000082;
	clear:both;
}



.box{
    width:auto;
	height:200px;
    border-bottom:1px solid #DDD;
}


.point{
    width:auto;
    margin-bottom:10px;
    padding:0 0 10px 0;

}

.point h3{
    width:360px;
    margin-top:10px;
	background-color:#EDF6FF;
	border-top:1px dotted #000082; 
	border-bottom:1px dotted #000082;
    color:#000082;
}


.point h4{
    margin-top:10px;
    margin-left:10px;

}


.point_in{
    width:auto;
	height:auto;
	margin:5px 5px 30px 5px;
}


.point_in-txt{
    width:260px;
	height:auto;
}


#banner img{
    vertical-align:bottom;
}


.space{
    margin-top:15px;

}


.jisin{
    width:180px;
    float:left;
}


.link{
    margin:10px;
}


.link li{
    margin-top:5px;
	margin-left:5px;
    list-style-image:url(image/link-b.gif);
	list-style-position:inside;
	vertical-align:bottom;
}

.link li a{
    color:#990000;

}


/*---------------------------------------------------
	#footer
----------------------------------------------------*/


#footer h3{
    font-weight:bold;

}


