@charset "utf-8";

/* エコロジーCSS */

/* ===================================================================
　
　基本は../hippari/css/import.cssを利用
　追加分として作成

 ===================================================================*/


/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header{
    position:relative;

}


*:first-child+html #header h1{
    padding-top:10px;
} 


/*----------------------------------------------------
	#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;
}


.bold{
    font-weight:bold;

}


.bold-color{
    color:#990000;
    font-weight:bold;
}


.box{
    width:auto;
	height:200px;
    border-bottom:1px dotted #666;
}


.point{
    width:auto;
	height:auto;
    margin-bottom:20px;
    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 dl{
    margin-top:15px;
}


.point dt{
    margin-top:10px;
    margin-left:10px;
    font-weight:bold;
}


.point dd{
    margin-left:20px;
}


.point_in{
    width:auto;
	height:140px;
	margin:5px;
	padding:10px 0;
	border-bottom:1px dotted #666;
}


.point_in dt{
	text-decoration:underline;

}

.point_in-txt{
    width:370px;
	height:auto;
}


.point2{
    width:auto;
	height:auto;
    margin-bottom:20px;
    padding:10px 0;

}


#banner img{
    vertical-align:bottom;
}


.space{
    margin-top:15px;

}


.linkbotannl {
    width:380px;
	height:auto;
	margin:5px auto;
	padding: 5px 10px;
	color: #000099;
	/*background-color: #CEDFFF;
	background-image: url(../asbesto/images/asblink_button.gif);
	background-repeat: no-repeat;
	background-position:left 15px;*/
	border: 1px solid #003399;

}


.linkbotannl p{
    margin:0;
	padding:0;
}


/*---------------------------------------------------
	#footer
----------------------------------------------------*/


#footer h3{
    font-weight:bold;

}


