@charset "utf-8";
/* CSS Document */

/***上方快速選單***/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FF6600;
}

.pagination{
	text-align: right;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	width: 330px;
}
.pagination2{
	text-align: right;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	position: absolute;
	right: 20px;
	top: 102px;
	width: 330px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	background-position: center;
}
.pagination .icon {
	background-image: url(../images/topmenu_icon.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 75px;
	position: relative;
	background-position: left center;
	padding-left: 18px;
}

.pagination .home {
	background-image: url(../images/topmenu_home.gif);
	height: 28px;
	width: 75px;
	position: relative;
	background-position: left center;
	padding-left: 18px;
	background-repeat: no-repeat;
}

.pagination a, .pagination a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

.pagination a:hover, .pagination a:active{
	color: #990000;
}


/***下方快速選單***/
.button{
	text-align: right;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
}

.button ul{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

.button li{
	list-style-type: none;
	display: inline;
}

.button a, .button a:visited{
	text-decoration: none;
	color: #6da400;
}

.button a:hover, .button a:active{
	color: #0099FF;
}


/***copyRight***/
.copyright a, .copyright a:visited{
	text-decoration: none;
	color: #6da400;
}

.copyright a:hover, .copyright a:active{
	color: #0099FF;
}


/**導覽預約**/
.text li {
	list-style-image: url(../images/ion_li.gif);
	margin-left: -20px;
	list-style-position: outside;
	line-height: 18px;
}

.text a, .copyright a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

.text a:hover, .copyright a:active{
	color: #000099;
}

/**最新消息**/
div.text {
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 40px;
	margin-bottom: -10px;
}
#image td {
	text-align: center;
	vertical-align: middle;
	line-height: 130px;
	margin: 5px;
}


.news_text li {
	list-style-image: url(../images/icon_news_arrow.gif);
	margin-left: 0px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bbd57b;
	width: 400px;
}

.news_text a, .news_text a:visited{
	text-decoration: none;
	color: #7a9b04;
}

.news_text a:hover, .cnews_text a:active{
	color: #ff7e00;
}



/***IE6使用*****/
* html .pagination li.currentpage, * html .pagination li.disablepage{
	margin-right: 5px;
	padding-right: 0;
}
