body {
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	}
ul#map {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
}
ul#map ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
ul#map li {
	list-style-type: none;
	margin: 0 0 0 2em;
	padding: 0 0 0 15px;
	background: url(../etc/img/map_marker.gif) no-repeat left top;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	}
ul#map li.joint  { background: url(../etc/img/map_joint.gif) repeat-y left top; }
ul#map li.bottom { background: url(../etc/img/map_bottom.gif) no-repeat left bottom; }
