@charset "utf-8";

#plan_body {
	height: 550px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 135px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 120px;
}


#west_window {
	position: absolute;
	z-index: 1;
	left: 10px;
	width: 120px;
	border: 3px solid #33F;
	background-color: #CCCCCC;
	top: 160px;
}
#na_window {
	position: absolute;
	z-index: 1;
	left: 370px;
	width: 120px;
	border: 3px solid #0FF;
	background-color: #CCCCCC;
	top: 0px;
}
#nc_window {
	position: absolute;
	z-index: 1;
	left: 520px;
	width: 60px;
	border: 3px solid #0F0;
	background-color: #CCCCCC;
	top: 0px;
}
#east_window {
	position: absolute;
	z-index: 1;
	left: 620px;
	width: 100px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 160px;
}
#sc_window {
	position: absolute;
	z-index: 1;
	left: 520px;
	width: 60px;
	border: 3px solid #FC9;
	background-color: #CCCCCC;
	top: 290px;
}
#sa_window {
	position: absolute;
	z-index: 1;
	left: 380px;
	width: 100px;
	border: 3px solid #F69;
	background-color: #CCCCCC;
	top: 310px;
}
#porch_window {
	position: absolute;
	z-index: 1;
	left: 160px;
	width: 60px;
	border: 3px solid #FF3;
	background-color: #CCCCCC;
	top: 350px;
}
