@charset "utf-8";

.left_right {
	width: 580px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.left_image {
	float: left;
	width: 280px;
	height: 70px;
}
.right_image {
	float: right;
	width: 260px;
	height: 86px;
}

dl {
	clear: both;
	background-color: #fffee5;
	border: 1px solid #e5e4b8;
	padding: 10px;
}
dl dt { font-weight: bold;}
dl dd {
	background: transparent url(../img/yaji01.gif) no-repeat 0 3px;
	padding-left: 16px;
	margin-bottom: 15px;
}

