@charset "utf-8"; 

@import url("common.css");
@import url("add.css");

/* ============================================================ contents */
#contents .img-area {
	height: 130px;
}
#contents .contents-area .results {
	padding-top: 2px;
	padding-bottom: 22px;
	padding-left: 31px;
}
#contents .contents-area .results h2 {
	width: 579px;
}
#contents .contents-area .results .bg-img {
	background: url(../images/results-title-img.jpg) top right no-repeat;
	min-height: 109px;
}
#contents .contents-area .results p {
	padding-top: 14px;
	padding-bottom: 14px;
	width: 350px;
	line-height: 1.8;
}
#contents .contents-area .results .list {
	text-align: center;
	margin-top: 18px;
	margin-bottom: 38px;
}
#contents .contents-area .results .list dl {
	margin-top: 8px;
	margin-bottom: 18px;
	float: left;
	width: 278px;
}
#contents .contents-area .results .list dl.left {
}
#contents .contents-area .results .list dt,
#contents .contents-area .results .list dt a {
	margin-bottom: 8px;
	color:#436d02;
}
#contents .contents-area .results .list dd {
	margin-bottom: 8px;
}
#contents .contents-area .results .list dd img {
	border: solid 4px #dff6a8;
}
#contents .contents-area .results .list dd img:hover {
	border: solid 4px #bad871;
}
