/* CSS Document */
ul#map {
	margin: 0;
	padding: 0;
	height: 650px;
}
ul#map ul { margin: 0; padding: 0; }
ul#map li {
	list-style-type: none;
	background-image: url(../img/ic_list.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
	line-height: 200%;
}
ul#map li.joint  { background: url(../img/map_joint.gif) repeat-y top left;
 }
ul#map li.bottom { background: url(../img/map_bottom.gif) no-repeat bottom left;
 }

#Main {
	top: 130px;
}
#desBack {
	background-image: url(../utility/img/back_gaikan.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 664px;
	position: absolute;
	width: 382px;
	top: 120px;
	left: 411px;
	display: block;
}
#map a {
	color: #000000;
}
#map a:hover {
	color: #0099CC;
}
#Main {
	background-color: #FFFFFF;
}

