@charset "utf-8";
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #FFF;
}
#topBar {
}
#container {
}
#bg {
	background-image: url(images/bg-topBar.png);
	background-repeat: repeat-x;
	height: 39px;
}
#footer {
	clear: both;
	font-family: "微軟正黑體";
	font-size: small;
	line-height: 0.6cm;
	text-align: center;
	background-color: #E5EDF1;
	letter-spacing: 1px;
	height: 70px;
	padding-top: 5px;
}
#footer p a {
	text-decoration: none;
	color: #000;
}
#footer p a:hover {
	color: #096;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #096;
}

#menu {
	width: 200px;
	float: left;
}
#content {
	width: 595px;
	float: right;
	background-image: url(../images/bg-mini.png);
	background-repeat: repeat-y;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#header {
	background-image: url(../images/title-about.png);
	height: 178px;
	width: 585px;
	margin-left: 5px;
}
#main {
	width: 520px;
	margin-left: 30px;
	font-family: "微軟正黑體";
	font-size: 14px;
	letter-spacing: 1px;
	white-space: normal;
	line-height: 0.8cm;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url();
	background-color: #E5EDF1;
}
p {
	color: #000;
}

.h2 {
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 0.6cm;
	font-weight: bolder;
	color: #F93;
}
.fontRed {
	color: #F00;
}
.icon1 {
	list-style-image: url(images/icon-about.png);
	font-family: "微軟正黑體";
	font-size: 21px;
	font-weight: bold;
	color: #099;
}
#main ul .icon5 a {
	color: #666;
	text-decoration: none;
	font-weight: bolder;
}
#main ul .icon5 a:hover {
	color: #09C;
}


.icon2{
	list-style-image: url(images/icon-contact.png);
	font-family: "微軟正黑體";
	font-size: 21px;
	color: #069;
	font-weight: bold;
}
.icon {
	list-style-image: url(images/navbar-icon.png);
	margin-left: 20px;
}

.icon3 {
	list-style-image: url(images/icon-ftp.png);
	font-family: "微軟正黑體";
	font-size: 21px;
	font-weight: bold;
	color: #66C;
}
.icon4 {
	list-style-image: url(images/icon-news.png);
	font-family: "微軟正黑體";
	font-size: 21px;
	font-weight: bold;
	color: #F69;
}
.icon5 {
	list-style-image: url(images/icon-services.png);
	font-family: "微軟正黑體";
	font-size: 21px;
	font-weight: bold;
	color: #000;
	margin-left: -10px;
}
.iconlist{
	list-style-image: url(images/icon-list.png);
	margin-left: -20px;
	font-family: "微軟正黑體";
	line-height: 0.6cm;
	letter-spacing: 1px;
	font-size: 13.5px;
	color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
}
.media {
	width: 450px;
	margin-left: 50px;
}
#gotop {
	font-size: 20px;
	color: white;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #777;
	display: none;
	right: 20px;
	bottom: 20px;
	position: fixed;
	cursor: pointer;
}
.map {
	margin-top: 20px;
	margin-right: auto;
	margin-left: 80px;
}.iconlist a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #03C;
	color: #03C;
	text-decoration: none;
}
