@charset "utf-8";
/* CSS Document */

.contentFontFace {
	font-family: Verdana, Geneva, sans-serif;
}
.contentFont {
	font-size: 12px;
	color: #1B1464;
	line-height: 1.5em;
}
.subNaviTd {
	font-size: 12px;
	color: #1B1464;
	background-repeat: no-repeat;
}
.subNaviTd a:link {
	text-decoration: none;
}


.subNaviTd:hover {
	background-image: url(../_images/subNav_background.png);
	font-weight: bold;
}

.tdSpec {
	font-size: 11px;
}

.newsTitle {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.newsList_Info {
	font-size: 10px;
	line-height: 1em;
	color: #1B1464;
}
.newsInfo {
	font-size: 7px;
	color: #1B1464;
}
#wrapper {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#leftPanel {
	background-image: url(../_images/leftPanel.png);
	position: absolute;
	height: 600px;
	width: 200px;
	top: 0px;
	left: 0px;
	z-index: 50;
}
#companyInfo {
	position: absolute;
	z-index: 20;
	height: 15px;
	width: 700px;
	top: 0px;
	right: 0px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#naviBar {
	background-image: url(../_images/navi_bar.png);
	position: absolute;
	z-index: 20;
	height: 52px;
	width: 747px;
	top: 30px;
	right: 0px;
	padding: 0px;
}



#centralBackground {
	height: 600px;
	width: 800px;
	background-image: url(../_images/background.png);
	position: relative;
	z-index: 10;
}
#copyrights {
	height: 15px;
	width: 800px;
	padding-bottom: 0px;
	position: absolute;
	z-index: 20;
	top: 585px;
}
#flashAdv {
	background-image: url(../_images/flashAdv.png);
	height: 140px;
	width: 790px;
	position: absolute;
	top: 85px;
	z-index: 20;
	left: 0px;
	text-align: center;
}
#latestNews {
	background-image: url(../_images/latestNews.png);
	height: 123px;
	width: 148px;
	position: absolute;
	z-index: 60;
	left: 0px;
	top: 130px;
}
#bottomPanel {
	height: 291px;
	width: 790px;
	position: absolute;
	z-index: 30;
	top: 245px;
	left: 0px;
	background-image: url(../_images/bottompanel.png);
}
p {
	line-height: 1.5em;
	text-align: justify;
	text-indent: 1em;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #1b1464;
	background-color: #FFF;
}
#subNavi {
	height: 200px;
	width: 200px;
	position: absolute;
	z-index: 70;
	left: 0px;
	top: 300px;
}
