@charset "utf-8";

#plan_body {
	height: 570px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 240px;
}

#west_window {
	position: absolute;
	z-index: 1;
	top: 300px;
	left: 5px;
	width: 150px;
	border: 3px solid #00F;
	background-color: #CCCCCC;
}


#nan5_window {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 40px;
	width: 120px;
	border: 3px solid #F63;
	background-color: #CCCCCC;
}


#nan3_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 180px;
	width: 120px;
	border: 3px solid #969;
	background-color: #CCCCCC;
}

#nan1_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 320px;
	width: 120px;
	border: 3px solid #F09;
	background-color: #CCCCCC;
}


#east_window {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 630px;
	width: 150px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
}

#sce_window {
	position: absolute;
	z-index: 1;
	top: 305px;
	left: 630px;
	width: 150px;
	border: 3px solid #0F0;
	background-color: #CCCCCC;
}
#scs_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 460px;
	width: 150px;
	border: 3px solid #0CF;
	background-color: #CCCCCC;
}
