@charset "utf-8";

/* grout用CSS */

/* ===================================================================
	
	基本はhippari/css/import.css
	追加として。
 
===================================================================*/


ol{
    margin-top:10px;

}


/*----------------------------------------------------
	#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;
} 


.imgL {
	float: left;
}


.imgR {
	float: right;
}


.imgR2{
    folat:left;

}


#main{
	line-height:160%;
}

.comment{
    margin:5px;
	padding:20px 5px;
    clear:both;

}


.space{
    margin-top:15px;

}


.point{
    height:auto;
    margin-bottom:10px;
    padding:0 0 10px 0;
}


.point dl{
    margin-top:10px;
}


.point dt{
    margin-top:10px;
	margin-bottom:10px;
    margin-left:10px;
    font-weight:bold;
	text-decoration:underline;
}


.point dd{
	width:90%;
    margin-left:20px;
}


.point ol li{
    list-style-type:decimal;
	margin-right:15px;
	margin-bottom:20px;
	font-weight:bold;
	float:left;
}



#main h3{
    margin-top:10px;
	margin-bottom:20px;
}


.question{
    height:260px;
    margin-bottom:10px;
    padding:0 0 10px 0;

}




