<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html, body {
height: 100%;
margin: 0;
}
body {
	font-size: 0px;
	line-height: 0px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link, a:visited {
color: #d66e0e;
text-decoration: none;
}
a:hover { color: #000; }

em {
	font-style: normal;
	font-weight: bold;
	color: #352000;
	font-size: 30px;
}
p {
	
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
}
td {
	vertical-align: top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: 0;
	border-left-style: none;
}
h1 {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #4B6967;
}
h3 {
	font-size: 48px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #FFFFFF;
	line-height: 60px;
	font-weight: normal;
}

hr {
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #352000;
}

.scrollup {
	width: 70px;
	height: 100px;
	opacity: 1;
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: none;
	text-indent: -9999px;
	background: url(images/icon_top.png) no-repeat;
}
.intro {
	background-color: rgba(0,0,0,0.85);
	min-height: 100%;
}

.intro .inner{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 19px;
	padding-top: 2%;
	color: #CCC;
	line-height: 16px;
}
.intro2 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 150px;

}


.main {
	background-color: rgba(255,255,255,0.8);
	font-size: 15px;
	line-height: 29px;
	padding-top: 85px;
	padding-bottom: 70px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

.inner_sized {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.margin_right {
	font-size: 18px;
	padding-right: 30px;
}


</pre></body></html>