@charset "utf-8";
/* CSS Document */
#apDiv1 {
	position:absolute;
	width:500px;
	height:325px;
	z-index:1;
	left: 490px;
	top: 420px;
	overflow: visible;
}
#apDiv2 {
	position:absolute;
	width:500px;
	height:325px;
	z-index:2;
	left: 490px;
	top: 800px;
}
