@charset "utf-8";

/*   CSS Document */

/*----*/



body {
	margin: 0px;
	font-family: Verdana;
	font-size: 13px;
	line-height: 150%;
	background-image: url(../images/00-bg.gif);
	background-repeat: repeat-x;
}


/*-----------------------------------------------------------------*/
.toplogo {
	background-image: url(../images/01-logo.gif);
	background-repeat: no-repeat;
	background-position: left 25px;
	width: 816px;
	height: 97px;
	margin-left: 8px;
}

/*-----------------------------------------------------------------*/
.topmenu {
	background-image: url(../images/01-menubg.gif);
	background-repeat: no-repeat;
	width: 816px;
	font-size: 13px;
	font-weight: normal;
	height: 25px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 18px;
	margin-left: 8px;
	background-position: 6px 0px;
	margin-top: 60px;
	padding-top: 2px;
}
.topmenu a{
	color: #FFFFFF;
	font-weight: bold;
}
.topmenu a:visited{
	color: #FFFFFF;
}

.topmenu a:hover{
	color: #000000;
}

/*-----------------------------------------------------------------*/
#topinfo {
	width: 831px;
	height: 358px;
	background-image: url(../images/00-toppicbg.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
}

#topinfo .toppic {
	width: 533px;
	height: 200px;
	padding-right: 3px;
	padding-left: 4px;
	margin: 0px;
	padding-bottom: 0px;
}

#topinfo .topbanner {
	width: 251px;
	padding-right: 5px;
	text-align: center;
}

/*-----------------------------------------------------------------*/
#hotnews {
	display: block;
	font-size: 12px;
	color: #c1c1c1;
	padding-top: 32px;
	background-image: url(../images/00-newsbg.gif);
	background-repeat: no-repeat;
	width: 253px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 120%;
	font-family: Arial;
	margin-right: 4px;
	text-align: left;
	margin-bottom: 5px;
	height: 218px;
}

#hotnews .date {
	display: block;
	font-family: Verdana, "新細明體";
	font-size: 10px;
	color: #aacc77;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5e5f5e;
	margin-bottom: 2px;
}

#hotnews .title {
	display: block;
	font-family: Verdana, "新細明體";
	font-size: 12px;
	color: #c1c1c1;
	font-weight: bold;
	margin-bottom: 3px;
}

#hotnews .body {
	display: block;
	font-family: Arial;
	font-size: 12px;
	color: #c1c1c1;
	font-weight: normal;
	margin-bottom: 7px;
	line-height: 15px;
}

#hotnews  a{
	color: #c1c1c1;
}

#hotnews  a:hover{
	color: #FF9900;
}



/*-----------------------------------------------------------------*/

.Main {
	text-align: left;
	background-image: url(../images/00-infobg.gif);
	background-repeat: no-repeat;
	width: 473px;
	margin-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
}


/*-----------------------------------------------------------------*/
.copyright  {
	text-align: left;
	color: #7a7a7a;
	font-size: 11px;
	line-height: 150%;
	background-color: #FFFFFF;
	font-family: Tahoma, "新細明體";
	padding-top: 5px;
	vertical-align: bottom;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9a9a9a;
	margin-left: 15px;
	width: 816px;
	padding-left: 10px;
	margin-top: 20px;
}


.copyright  a {
	text-decoration: none;
	font-weight: bold;
	color: #7a7a7a;

}

.copyright  a:hover {

	color: #555555;

	text-decoration: none;

}
/*-----------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #003366;
	font-weight: normal;
}

a:hover {

	color: #D55500;

}
