@CHARSET "BIG5";

/*漸層底色控制*/
html {
	background: #EDEDED;
	scrollbar-base-color: #E0E0E0;
	scrollbar-face-color: #C0C0C0;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-highlight-color: #E0E0E0;
	scrollbar-track-color: #EBEBEB;
	scrollbar-arrow-color: #4D4D4D;
	scrollbar-shadow-color: #E0E0E0;
	scrollbar-darkshadow-color: #E0E0E0;
	font-family: "標楷體","微軟正黑體";
}

img {
	border: 0;
}

a,a:link,a:visited {
	text-decoration: none;
	color: #006699;
}
a:HOVER{
	color: #66A3C2;
}

.title {
	width: 80%;
	text-align: left;
	background-color: white;
	font-size: 22px;
	margin-bottom: 20px;
}
#wrapper{
	width: 80%;
	text-align: left;
}

.topic{
	width:100%;
	float: left;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-color: white;
}
.contact_title{
	background-color: #4D94B8;
	color: #FFF;
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px 15px;    
    font-size: 20px;
    background: #777;
    color: white;
    font-size: 18px;
    font-weight:bold;
    cursor: pointer;
}