@charset "utf-8";

/*sakugan用CSS */

/* ===================================================================
	
	基本はhippari/css/import.css
	追加として。
 
===================================================================*/


/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header{
    position:relative;

}


#header h1{
	background-image:url(../sekou-annai/img/head.jpg);
	background-repeat:no-repeat;
} 


*:first-child+html #header h1{
    padding-top:10px;
} 



/*----------------------------------------------------
	#contents
----------------------------------------------------*/

*:first-child+html #header h1{
    padding-top:10px;
} 


.bold{
    font-weight:bold;

}


.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 table span{
   padding-left:10px;

}


.point td{
    background-color:#FFF;
}


#banner img{
    vertical-align:bottom;
}


.space{
    margin-top:15px;

}



/*---------------------------------------------------
	#footer
----------------------------------------------------*/


#footer h3{
    font-weight:bold;

}


