@charset "utf-8";

#plan_body {
	height: 350px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 40px;
}


#east_window {
	position: absolute;
	z-index: 1;
	left: 500px;



	border: 3px solid #0401C0
	background-color: #CCCCCC;;
	width: 154px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
}
#east_window a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#east_window a:hover {
	color: #FFFFFF;
	background-color: #666666;
}


#zoom_div {
	width: 200px;
	position: absolute;
	top: 400px;
	left: 450px;
}

