@charset "UTF-8";


/* 背景写真 */
.wrapper
 {
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

.wrapper.cbox .top_box .top_right .serch_base {
	height: 60px;
}


dt {
	padding-top: 40px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
dt a:link, dt a:visited, dt a:active {
	color: #333333;
	text-decoration: none;
}
dt a:hover {
	color: #336500;
	text-decoration: underline;
}


dd {
	line-height: 1.8em;
}
dd a {
	line-height: 1.8em;
}
