@charset "utf-8";
@import url("common.css");

#access{
	margin:20px 0 0 0;
}

#time{
	position:relative;
}
#time_text{
	position:absolute;
	top:180px;
	left:20px;
}
#time_text dt{
	background:url(../images/access/list_marker.jpg) no-repeat 2px 5px;
	padding:0 0 0 10px;
	font-weight:bold;
	margin:10px 0 0 0;
}

#route{
	margin:20px 0 0 0;
}
#list_of_route{
}
#list_of_route li{
	display:block;
	width:188px;
	float:left;
	margin:0 10px 0 28px;
}

