@charset "big5";
/* CSS Document */

body {
	background-color:#ecf4d9;
	margin:0;
}

/* 消除Chrome瀏覽器 連結外框 */
map *:focus {
    outline:none;
}

.tittle {
	font-family:'微軟正黑體';
	font-size:26px;
	line-height:33px;
	font-weight:bold;
	color:#eb6100;
}
.tittle_bg {
	height: 517px;
	background-image: url(../images/tittle.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.text{
	font-size:16px;
	line-height:28px;
	color:#000;
	text-align:left;
}

.text2{
	font-family:'微軟正黑體';
	font-size:25px;
	line-height:28px;
	color:#000;
	text-align:left;
}

.text3{
	font-family:'微軟正黑體';
	font-size:21px;
	line-height:28px;
	color:#036ead;
	text-align:left;
}

/*輪播*/
.ad {
	overflow:hidden;
}
.gridR {
	margin:140px 0 0 0;
	}
.gridL {
	margin:230px 0 0 0;
	}
.ad_page {
	width:740px;
	margin:auto;
	float:left;
}
.ad_page ul {
	list-style: none;
}
.ad_page li {
	list-style: none;
	float: right;
	height: 10px;
	width: 10px;
	background-color: #CCC;
	margin-left:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ad_page li a {
	text-decoration: none;
	display:block;
	height: 10px;
	width: 10px;
}

	
/*topbar*/

.topbarPic {
	vertical-align: middle;
}
.topbarW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height:35px;
}
.gridTop {
	vertical-align: top;
}

.topLink:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.topLink:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.topLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.topLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
/*版權css*/
.bottom {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	height:35px;
	line-height:35px;
	text-align: center;
}
.bottom a:link{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: none;
}
.bottom a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: underline;
}
.bottom a:visited{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #f8881a;
	text-decoration: none;
}
.footer01{
	font-size: 13px;
	font-weight: bold;
	color: #bb4c05;
	text-align: center;
	padding:20px 0 10px 0;
}
.footer02{
	font-size: 13px;
	text-align: center;
	color: #000;
	line-height: 24px;
}
.footer02 a:link{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.footer02 a:hover{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: underline;
}
.footer02 a:visited{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
