@charset "utf-8";

.anes dl {
	margin-top: 25px;
	background-image: url(../images/00_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 6px;
}
.anes dt {
	position: relative;
	height: 41px;
}
.anes dt span {
	display: block;
	width: 25em;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 15px;
	font-weight: bold;
	color: #B7AFA8;
}
.anes dd {
	padding: 12px;
	border-right: 1px solid #B8B1AA;
	border-left: 1px solid #B8B1AA;
}
