@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


#content h3.spa{
	margin-bottom: 15px;
}

#content #boxxx {
	overflow: hidden;
	width: 640px;
}

#content #boxxx #FirstFaq {
	float: left;
	width: 420px;
}

#content #boxxx img {
	float: right;
	width: 200px;
}

#content dt {
	margin-bottom: 10px;
	color: #3F2700;
	font-size: 1.07em;
	line-height: 1.4;
	padding: 5px 0 2px 36px;
	background: url(../image/h4_bg.jpg) 9px center no-repeat;
	border: 1px solid #DFDFDF;
	margin-bottom: 10px;
}

#content dd {
	margin-bottom: 20px;
	padding-left: 10px;
}















