@charset "utf-8";



/****************************************************************************************************

page.css

****************************************************************************************************/
.search_request{
	width:875px;
	margin:0 auto;
}
	.search_request a:link, .search_request a:visited{
		text-decoration:none;
		color:#333;
	}
	.search_request a:hover{
		text-decoration:underline;
		color:#333;
	}

.lead{
	text-align:center;
	margin:0 auto 60px;
}


.search_request dl.left{
	float:left;
	width:400px;
	padding-bottom:30px;
}
.search_request dl.right{
	float:right;
	width:400px;
	padding-bottom:30px;
}
	.search_request dt{
		margin-bottom:15px;
	}
	.search_request dd{
		background:url(../images/dd_bg.jpg) no-repeat  left 0 top 6px;
		padding-left:18px;
		margin-bottom:7px;
		margin-left:7px;
		font-size:95%;
	}
