@charset "utf-8";
/* CSS Document */

#apDiv1 {
	Z-INDEX: 2;
	POSITION: fixed;
	WIDTH: 100%;
	BACKGROUND: url(../images/white.png) repeat-y;
	HEIGHT: 120%;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 800px;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#line {
	position:relative;
	width:8000px;
	height:50px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#logo {
	position:fixed;
	width:136px;
	height:89px;
	z-index:2;
	margin-top: 10px;
	margin-left: 20px;
}
.menu {
	border: 1px solid #6498AC;
}
#apDiv3 {
	Z-INDEX: 2;
	POSITION: fixed;
	WIDTH: 100%;
	HEIGHT: 525px;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-top: -410px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/white2.png);
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999;
	background-color: #333;
}
.content {
	position:relative;
	left:0px;
	top:0px;
	width:220px;
	height:180px;
	z-index:1;
	overflow: auto;
	text-align: left;
}
.news_data {
	font-size: 8pt;
	color: #666;
	line-height: 25px;
}
.news {
	font-size: 10pt;
	font-weight: normal;
	color: #2A5BA8;
	line-height: 20px;
}
.mydata {
	font-size: 9pt;
	color: #333;
	line-height: 17px;
}
.from {
	font-size: 9pt;
	color: #6498AC;
	border: 1px solid #6498AC;
	background-color: #FFF;
}
