/* CSS Document */

#CONTENTS {
	background-image:url(../img/index/bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:780px;
}

#CONTENTS a {
	color:#666666;
}
#CONTENTS a:hover {
	color:#098BE9;
}

div.whatsNew {
	width:502px;
	margin:10px 0px 10px 7px;
}
	div.whatsNew .wN-title {
	}
		div.whatsNew .wN-title img {
			display:block;
		}
	div.whatsNew .wN-body {
		border-style:solid;
		border-color:#8A9294;
		border-width:0px 1px;
		padding:5px 5px 0px 5px;
	}
		div.whatsNew .wN-body ul {
			margin:0px 10px 10px 5px; padding:0px;
			list-style:none;
		}
			div.whatsNew .wN-body ul li {
				padding:5px 0px 5px 10px;
				border-bottom:dotted 1px #979797;
				background-image:url(../img/index/wn_bullet.gif);
				background-position:left 6px;
				background-repeat:no-repeat;
			}
				div.whatsNew .wN-body ul li a {
				}
				div.whatsNew .wN-body ul li a:hover {
				}
		div.whatsNew .wN-body .wN-more {
		}
			div.whatsNew .wN-body .wN-more a {
				display:block;
				text-align:right;
				padding-right:18px;
				background-image:url(../img/index/menu_arrow.gif);
				background-position:right center;
				background-repeat:no-repeat;
				color:#575B5C;
			}
			div.whatsNew .wN-body .wN-more a:hover {
				background-image:url(../img/index/menu_arrow_a.gif);
			}
	div.whatsNew .wN-foot {
		background-image:url(../img/index/wn_foot.gif);
		background-repeat:no-repeat;
		width:502px; height:11px;
		font-size:1px; line-height:1px;
	}

div.mainMenu {
	width:502px;
	margin:10px 0px 10px 7px;
}
	div.mainMenu table {
		border-collapse:collapse;
		border:nonoe;
		width:502px;
	}
		div.mainMenu table td {
			border-color:#979797;
			width:50%;
		}
		div.mainMenu table td.b {
			border-bottom:dotted 1px;
		}
		div.mainMenu table td.r {
			border-right:dotted 1px;
		}
		div.mainMenu table td.l {
			border-left:dotted 1px;
		}
		div.mainMenu table td.t {
			border-top:dotted 1px;
		}
			div.mainMenu table td a {
				display:block;
				margin:5px;
				background-image:url(../img/index/menu_arrow.gif);
				background-position:95% center;
				background-repeat:no-repeat;
				padding-right:10px;
				font-size:16px !important;
				color:#0687E3 !important;
				font-family:SimHei,"‘v‘Ì",Arial, Helvetica, sans-serif !important;
			}
			div.mainMenu table td a:hover {
				background-image:url(../img/index/menu_arrow_a.gif);
				color:#044676 !important;
			}
			div.mainMenu table td a img {
					border:0px;
					
					vertical-align:middle;
					margin-right:10px;
				}




