@charset "utf-8";

div#areaMap {
	position: relative;
	height: 420px;
	width: 524px;
	margin-bottom: 50px;
}
	div#areaMap ul {
		position: absolute;
		left: 35px;
		top: 90px;
		height: 110px;
		width: 225px;
		z-index: 100;
	}
		div#areaMap ul li {
			margin-bottom: 25px;
		}
			div#areaMap ul li a {
				/*background: #F00;*/
				text-indent: -9999px;
				display: block;
				height: 30px;
				width: 225px;
				/*opacity: 0.5;*/
			}
div#page1,
div#page2 {
	position: absolute;
	height: 420px;
	width: 524px;
	left: 0px;
	top: 0px;
}
