@charset "utf-8";


/********************** rLeft *****/


#rLeft table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 420px;
	margin: 0 auto 20px;
	color: #fff;
}

#rLeft table th {
	border: 1px solid #999;
	padding: 5px;
	background: #18466f;
	font-weight: normal;
	width: 150px;
}


#rLeft table td {
	border: 1px solid #999;
	padding: 5px;
	line-height: 1.8;
}

#rLeft .map {
	text-align: center;
	margin: 0 0 25px;
}



