#apDiv1 {
	position:absolute;
	width:449px;
	z-index:1;
	left: 369px;
	top: 680px;
	visibility: hidden;
}
.layer_top {
	background-image: url(../img/layer_top.png);
	background-repeat: no-repeat;
	clear: both;
	height: 23px;
	width: 449px;
}
.layer_bottom {
	background-image: url(../img/layer_bottom.png);
	background-repeat: no-repeat;
	clear: both;
	height: 23px;
	width: 449px;
}
.layer_middle {
	background-image: url(../img/layer_middle.png);
	background-repeat: repeat-y;
	clear: both;
	height: 100%;
	width: 449px;
}
.layer_ttl {
	clear: both;
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
.layer_txt {
	clear: both;
	width: 360px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
.layer_close {
	clear: both;
	width: 360px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding-top: 15px;
}
