
div.newsBox{
	color:#262626;
}

div.newsBox h3{
	font-family:"微軟正黑體", Arial;
	font-size:20px;
	margin:20px 0 20px 0;
}

div.newsCt{
	width:100%;
	min-height:378px;
	background:url(../images/img002.png) no-repeat right top;
}

nav.news ul{
	width:625px;
}

nav.news ul li{
	width:100%;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #888;
}

nav.news ul li:last-child{
	margin-bottom:5px;
}

nav.news ul li a:link,
nav.news ul li a:visited,
nav.news ul li a:active{
	color:#262626;
	text-decoration:none;
	padding-left:10px;
	display:block;
	background:url(../images/newsLi.gif) no-repeat left 3px;
}

nav.news ul li a:hover{
	text-decoration:underline;
}

nav.page{
	padding-top:5px;
	width:625px;
}

nav.page ul li {
	float:left;
	margin-right:5px;
}

nav.page ul li a{
	width:16px;
	height:16px;
	display:block;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	behavior: url(PIE.htc);
	background-color:#2c2c2c;
	text-align:center;
	font-family:Arail;
	text-decoration:none;
	line-height:16px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
}

nav.page ul li a:hover{
	color:#2c2c2c;
	background-color:#fff;
}
