@charset "utf-8";
/* CSS Document */
.map_list{
	width:705px;
	float:left;
	color:#D6D6D6;
	padding:15px 50px 45px 0;
}
.map_list table td{
	padding:10px 0 5px 0;
}
.map_list table a{
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
.map_list table a:hover{
	border-bottom:1px dashed #333;
	color:#333;
}

/*.map_sub_bg{
	background:url(../images/map_sub_bg.gif) repeat-x;
	background-position:0 10px;
}*/



/*links style*/
.link_list{
	width:705px;
	float:left;
	color:#9A0108;
	padding:15px 50px 45px 0;
}
.link_list table td{
	padding:10px 0 5px 0;
}
.link_list a{
	color:#666;
}
.link_list a:hover{
	color:#333;
}


