#map-wrap {	
	position:relative;
	margin:50px 0;
}
#map {
	position:absolute;
	top:5px;
	left:200px;
	width:241px;
	height:296px;
}
	#map  img {
		border:0;
	}
#map-wrap area {
	cursor:pointer;
}
#map-flag {	
	position:absolute;
	text-align:left;
	color:#124294;
	left:450px;
	top:0px;
}
	#map-flag ul {
		margin-top:20px;
		list-style:none;
		padding:0;
	}
		#map-flag ul li {
		}
			#map-flag ul li a {			
				display:block;
				margin-bottom:10px;
				text-align:left;
			}
				#map-flag ul li a span {
					display:block;
					margin-top:5px;
				}
#map-corner {
	position:absolute;
	top:0;
	right:0;
}
	#map-flag {		
		text-align:center;
	}
	#map-flag a {
		text-decoration:none;
		font-weight:bold;
	}
	#map-wrap #map-box {
		background:#EFEEEA;
		border:2px solid #C0C3A8;
		height:310px;
	}
	#map-wrap #map-menu {
		margin:30px;
		margin-bottom:33px;
		width:280px;
	}
		#map-wrap #map-menu ul {
			list-style:none;
			padding:0;
			margin-left:0px;
			margin-top:20px;
			font-size:1.0em;
		}
			#map-wrap #map-menu ul li {
				padding:3px 30px;
				border-bottom:1px dotted #ccc;
				width:40%;
			}
			#map-wrap #map-menu ul li a {
				text-decoration:none;
			}
			#map-wrap #map-menu ul li a:hover {
				text-decoration:underline;
			}
			#map-wrap #map-menu ul li#map-button-1 {
				background:url("../images/disk_1.gif") no-repeat;
			}
			#map-wrap #map-menu ul li#map-button-2 {
				background:url("../images/disk_2.gif") no-repeat;
			}
			#map-wrap #map-menu ul li#map-button-3 {
				background:url("../images/disk_3.gif") no-repeat;
			}
			#map-wrap #map-menu ul li#map-button-4 {
				background:url("../images/disk_4.gif") no-repeat;
			}
			#map-wrap #map-menu ul li#map-button-5 {
				background:url("../images/disk_5.gif") no-repeat;
			}
			#map-wrap #map-menu ul li#map-button-6 {
				background:url("../images/disk_6.gif") no-repeat;
			}
			#map-wrap #map-menu ul li#map-button-7 {
				background:url("../images/disk_7.gif") no-repeat;
			}
			#map-wrap #map-menu ul li#map-button-8 {
				background:url("../images/disk_8.gif") no-repeat;
			}
			#map-wrap #map-menu ul li#map-button-9 {
				background:url("../images/disk_9.gif") no-repeat;
			}
			#map-wrap #map-menu ul li#map-button-10 {
				background:url("../images/pin_yellow.gif") no-repeat 0 -1px;
			}
			#map-wrap #map-menu ul li#map-button-11 {
				background:url("../images/pin_red.gif") no-repeat 0 -1px;
			}
