@charset "UTF-8";
/* CSS Document */

#mp_map {
	position: relative;
	width: 160px;
	height: 314px;
}

#mp_map ul {
	list-style: none;
}
#mp_map li {
	position: absolute;
	z-index: 20;
	text-indent: -1000em;
	display: none;
}
#mp_map2 {
	position: relative;
	width: 160px;
	height: 170px;
}

#mp_map2 ul {
	list-style: none;
}
#mp_map2 li {
	position: absolute;
	z-index: 20;
	text-indent: -1000em;
	display: none;
}
#mi_map {
	position: relative;
	width: 160px;
	height: 160px;
}

#mi_map ul {
	list-style: none;
}
#mi_map li {
	position: absolute;
	z-index: 20;
	text-indent: -1000em;
	display: none;
}

#transparent_mpmap {
	position: absolute;
	z-index: 30;
	width: 160px;
	height: 314px;
	border: none;
}
#transparent_mimap {
	position: absolute;
	z-index: 30;
	width: 160px;
	height: 160px;
	border: none;
}



