/* layout -------------------------------------*/

#Main_IMG {
	width: 100%;
	height: 350px;
	background: url(../img/main_bg.jpg) repeat-x top;
	text-align: center;
}

#Info {
	padding-top: 10px;
	margin-bottom: 10px;
}
#Info dl {
}
#Info dl dt {
	width: 80px;
	color: #a39276;
	/*border-top: 1px solid #a39276;
	border-right: 1px solid #a39276;
	border-left: 5px solid #a39276;
	border-bottom: 1px dashed #e0e0e0;*/
	float: left;
	clear: left;
}
#Info dl dd {
	padding-left: 80px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #a39276;
}



