@charset "utf-8";
/* ===================================================================
	style.css
=================================================================== */



.kiyaku_box{
	margin-top: 20px;
	color: #CCC;
	background: url(../images/bg.jpg) no-repeat left top;
}
.kiyaku_box h3{
	margin-bottom: 15px;
}
.kiyaku_box h4{
	margin-top: 15px;
	background: url(../images/ttl_bg.png) repeat left top;
	padding: 8px 10px;
	margin-bottom: 15px;
}
.kiyaku_box dl{
	padding: 20px;
}
.kiyaku_box dl dt{
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 12px;
	font-size: 14px;
}
.kiyaku_box dl dd{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #333;
}
.kiyaku_box dl dd.last{
	border:none;
}

.kiyaku_box dl dd a{ text-decoration:underline;}



.kiyaku_box ul{

}

.kiyaku_box ul li{
	list-style: decimal;
	margin-left: 20px;
	margin-top: 8px;
}
