/*---- 頁首 ----*/
 {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height:485px;
}
#PUSH {
	height: 100px;
	width: 100px;
	position: absolute;
	float: right;
	right: 2px;
	margin-right: 0px;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}

 /*---- 清除float帶來的後遺症----*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
