@charset "utf-8";
/* CSS Document */

#homewrapper {
	width: 888px;
	height: 653px;
	position: relative;
	margin: 0px auto;
	text-align:left;
	background-color: #660000;
}
#pagewrapper {
	width: 888px;
	height: 800px;
	position: relative;
	margin: 0px auto;
	text-align:left;
	background-color: #333333;
}
#apDiv1 {
	position:absolute;
	left:100px;
	top:33px;
	width:690px;
	height:75px;
	z-index:1;
	background-color: #660000;
}
#apDiv2 {
	position:absolute;
	left:2px;
	top:5px;
	width:884px;
	height:125px;
	z-index:2;
}
#apDiv99 {
	position:absolute;
	left:2px;
	top:130px;
	width:884px;
	height:51px;
	z-index:99;
}
