/*facilities.html
------------------------------------------------------------------------------*/
.facilities h4 {
	padding-top: 50px;
	padding-bottom: 15px;
}
table#tableProfile{
	width:540px;
}
table#tableProfile th, table#tableProfile td{
	border-bottom:dotted 2px #ccc;
	padding:3px 0;
}

table#tableProfile th{
	font-weight: normal;
}

#accessBox,{
	width:540px;
	clear:both;
}
#accessMap{
	width:540px;
}
#accessMap01, #accessWay01{
	display:block;
	float:left;
	width:291px;
}
#accessMap02, #accessWay02{
	display:block;
	float:right;
	width:249px;
}
#accessWay{
	clear:both;
	width:540px;
	padding:10px 0 30px 0;
}
#accessWay02{
	padding-top:17px;
}
.accessWayTit{
	color:#663366;
}

