@charset "utf-8";
h1 {
	font-size:22px;
	font-weight: bold;
}

#apDiv1 {
	position:absolute;
	left:0;
	top:0px;
	width:760px;
	height:380px;
	z-index:1;
	background-color: transparent;
	padding-left: 0px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #065A89;
	background-image: url(bg-frame.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-indent: 10px;
}
a.linknormal{text-decoration:none;color:#800040;font-size:14px;}
a.linknormal:hover{color:#FB007D;}
