@charset "UTF-8";

body {
	width: 100% ;
	background: #ffffff url(../img/access_bg.gif) center top repeat-x ;
	line-height: 1.8 ;
	font-size: 12px ;
	color: #666666 ;
}

#access_main {
	width: 600px ;
	margin: 0 auto ;
	padding: 25px 0 ;
}
#access_map {
	width: 600px ;
	height: 400px ;
	margin: 15px 0 30px 0 ;
}



.tablelist {
	border-top: 1px dotted #cccccc ;
}
.tablelist th {
	padding: 5px 10px ;
	background: #ffffdd ;
	border-bottom: 1px dotted #cccccc ;
}
.tablelist td {
	padding: 5px 10px ;
	border-bottom: 1px dotted #cccccc ;
}
