@charset "utf-8";

/* 天然ガス化推進補助事業CSS */

/* ===================================================================
　
　基本は../hippari/css/import.cssを利用
  業務の流れの部分は../css/gas.cssをそのまま利用
  
　追加分として現CSS（tennengas.css）を作成

 ===================================================================*/


/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header{
    position:relative;

}


*:first-child+html #header h1{
    padding-top:10px;
} 


/*----------------------------------------------------
	#contents
----------------------------------------------------*/


.space{
    margin-top:15px;

}


.point{
    height:auto;
    margin-bottom:10px;
    padding:0 0 10px 0;

}


.point h3{
    width:auto;
    margin-top:10px;
	background-color:#EDF6FF;
	border-top:1px dotted #000082; 
	border-bottom:1px dotted #000082;
    color:#000082;
}


.point_in{
    width:580px;
	height:auto;
	margin:5px auto;
}


.point_in h4{
    margin-top:5px;
    margin-left:10px;
}


.bold{
    font-weight:bold;

}


.contact{
    width:330px;
	height:auto;
    padding:5px;
	border:1px solid #666;
}


/*----------------------------------------------------
	左ナビ
----------------------------------------------------*/


#banner img{
    vertical-align:bottom;
}


