@charset "UTF-8";

header  { 
	width:100%;
	position:relative;
}


/* section ============== */
.inner_box dt { 
	font-size:22px;
	float:left;
	width:25%;
	line-height:18px;
	margin-bottom:15px;
	font-weight:bold;
}
.inner_box dd { 
	font-size:18px;
	float:right;
	width:73%;
	line-height:18px;
	margin-bottom:15px;
	background:url(./img/dot.png) no-repeat -200px center;
	text-align:right;
}

.inner_box p      { padding-top:10px; clear:both; }
.inner_box strong { font-size:32px; }



h3 { font-size:24px; }
section {
	padding:35px;
	background:#FFF;
	border:1px solid #CCC;
	margin:20px 0 40px;
}
section h4 { margin-bottom:0.8em; font-size:120%;}
section .l { width:52%;}

#main section .l p { margin-bottom:1em; }
section .l ul{ padding: 0 0 0 20px; margin: 0 0 10px; }
section .l li{
	list-style: disc;
}


