<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: center 0px;
	margin: 0 auto;
}
img {border:0px}
ul,li,ol {
	margin: 0px;
	padding: 0px;
	float: left;
}
.margin0{
	margin-top: 0px;
	margin-bottom: 0px;
}
#top {
	background-image:url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 405px;
	width: 100%;
	background-position: center top;
}
.header {
	width: 940px;
	margin: 0 auto;
}
.title {
	margin-top: 7px;
	margin-left: 243px;
	position: absolute;
	display: none;
}
.map {
	float: right;
	margin-top: -25px;
	margin-right: 515px;
	position: relative;
}
.subtitle {
	margin-top: 310px;
	margin-left: 395px;
	position: absolute;
	display: none;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
}
#board_left {
	width: 460px;
	float: left;
	padding-bottom: 10px;
}
#board_right {
	float:right;
	width: 455px;
	padding-bottom: 50px;
}
#menu ul {
	width: 460px;
	float: left;
	display: block;
}
#menu ul li {
	width: 438px;
	height: 35px;
	display: block;
	background-color: #AFCCCD;
	font-family: "微軟正黑體", "Arial Unicode MS";
	color: #FFF;
	font-size: 18px;
	list-style-type: none;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-decoration: none;
}
#menu ul li a,#menu ul a li {
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover{
	background-color: #36bdc9;
	text-decoration: underline;
}	
#menu ul a:hover li {
	background-color: #36bdc9;
	text-decoration: none;
	padding-bottom: 3px;
	/*補件動畫*/
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
#menu ul li font {
	font-size: 24px;
	margin-left: -2px;
	margin-right: 5px;
	text-decoration: none;
}
.intro_circle{margin-top:5px;margin-bottom:5px;float:left;clear:left;}
#board_left h1{
	font-family: "微軟正黑體", "Arial Unicode MS";
	color: #00a1b4;
	font-size: 25px;
	font-weight: normal;
	width: 457px;
	height: 30px;
	display: block;
	float: left;
	clear: left;
	margin-top: -30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00a1b4;
	margin-bottom: 3px;
	padding-left: 3px;
}
#board_left h2 {
	font-family: "微軟正黑體", "Arial Unicode MS";
	color: #00a1b4;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	float: left;
	clear:left;
	width: 455px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#board_left p{
	font-family: "微軟正黑體", sans-serif, Arial;
	font-size: 14px;
	line-height: 24px;
	color: #291212;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 3px;
	width: 455px;
	font-weight: normal;
	text-align: justify;
	text-justify: inter-ideograph;
	float: left;
	clear: left;
}
#board_left p a{
	color: #FF6600;
	text-decoration: none;
}
#board_left p a font{	
	color: #FFF;
	background-color:#FF6600;
	margin-left:2px;
	padding-left:3px;
	padding-right:3px;
}
#board_left p a:hover font{	
	text-decoration: none;
}
#board_left p a:hover {
	text-decoration: underline;
}
#board_left .pic {
	float: left;
	clear: left;
	width: 455px;
	border: 1px solid #36bdc9;
	margin-top: 0px;
	margin-bottom: 0px;
}
#board_left .pic .button {
	float: left;
	clear: left;
	text-align: right;
	width: 50px;
	position: absolute;
	margin-top: 190px;
	margin-left: 395px;
	z-index: 9;
}
.pic .button .number {
	margin-left: 5px;
}
#board_right .tour a{
	float: left;
	clear: left;
	width: 455px;
	display: block;
	border: 1px solid #36bdc9;
	margin-top: 0px;
	margin-bottom: 10px;
	text-decoration: none;
	}
#board_right .tour a:hover {
	border: 1px solid #CC0000;
	margin-top: 3px;
					/*補件動畫*/
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	}			
.tour a h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-family: "微軟正黑體", sans-serif, Arial;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: -0.01em;
	width: 445px;
	display: block;
	margin: 0;
	background-color: #36BDC9;
	float: left;
	clear: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
.tour a:hover h1 {
	background-color: #CC0000;
	width: 445px;
					/*補件動畫*/
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.tour a h2 {
	font-size: 15px;
	color: #FFFFFF;
	font-family: "微軟正黑體", sans-serif, Arial;
	line-height: 22px;
	width: 445px;
	float: right;
	clear: right;
	display: block;
	text-align: right;
	margin-top: -27px;
	padding-right: 10px;
	margin-bottom: 0px;
}
.tour a h2 font {
	font-weight: normal;
	font-size: 23px;
	margin-right: 2px;
}
.tour a p {
	font-family: "微軟正黑體", sans-serif, Arial;
	font-size: 14px;
	line-height: 24px;
	color: #291212;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 8px;
	width: 445px;
	font-weight: normal;
	text-align: justify;
	text-justify: inter-ideograph;
	float: left;
	clear: both;
}
.tour a p font {
	color: #36bdc9;
}
.tour a:hover p font {
	color: #CC0000;
					/*補件動畫*/
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
}
#backtotop{
	display:block;
	position:fixed;
	bottom:7px;
	right:5px;
}
#backtotop img {
	position:fixed;
	right:10px;
	bottom:10px;
	opacity:1;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-mos-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}
#backtotop:hover img{ opacity:0.5}
#clear{ clear:both;}
</pre></body></html>