@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;
}


.box{
    width:auto;
	height:200px;
    border-bottom:1px dotted #666;
}



.point{
    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:20px;
}


.point li{
    margin-left:30px;

}

.point dl{
    margin-top:15px;
    margin-left:10px;
}


.point dt{
    font-weight:bold;
}


.point dd{
    padding-left:13px;
}


.point_in{
    width:580px;
	height:auto;
	margin:5px 5px 30px 5px;
	line-height:160%;
}


.point_in2{
    width:580px;
	height:auto;
	margin:5px 5px 5px 0;
	line-height:160%;
}


.point_in2 ol li{
    margin-left:40px;
    list-style-type:decimal;
}


.point_in2 ul li{
    margin-left:40px;
    list-style-type:disc;
}


/* IE6用 */
*html .point_in2 ol li{
    margin-left:5px;
    list-style-type:decimal;
	list-style-position:inside;
}


.bold{
    margin-left:10px;
    font-weight:bold;
}


.box{
    width:auto;
	height:200px;
    border-bottom:1px solid #DDD;
}

.left_small-box{
    width:250px;
	height:auto;
	margin-bottom:10px;
    float:left;
}


.right_small-box{
    width:250px;
	height:auto;
	margin-bottom:10px;
    float:right;
}


.left_small-box2{
    width:270px;
	height:auto;
	margin-bottom:10px;
    float:left;
}


.right_small-box2{
    width:270px;
	height:auto;
	margin-bottom:10px;
    float:right;
}


.space{
    margin-top:15px;

}




/*---------------------------------------------------
	左ナビ
----------------------------------------------------*/


#banner img{
    vertical-align:bottom;
}





/*---------------------------------------------------
	#footer
----------------------------------------------------*/


#footer h3{
    font-weight:bold;

}


