body {
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體", "Microsoft JhengHei", "黑體-繁", "Heiti TC", "儷黑 Pro", "LiHei Pro", Arial, Helvetica, sans-serif;
	background-color: #0e192f;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
a:link, a:visited {
	color: #dddddd;
	text-decoration: none;
}
a:hover {
	color: #eeeeee;
}
em {
	color: #fffdc6;
	font-style: normal;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
td {
	vertical-align: top;
}
img {
	border: none;
}
h2 {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 25px;
}
h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 26px;
}
h4 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted rgba(255,255,255,0.1);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.btn {
	width: 272px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin-left: 25px;
}
.btn a {
	color: #ffffff;
	padding: 8px;
	display: block;
	border-radius: 5px;
}
.btn a:hover {
	background-color: rgba(255,255,255,0.1)
}
.f-12 {
	font-size: 12px;
}
.text-center {
	text-align: center;
}
.section {
	padding-top: 60px;
	padding-bottom: 45px;
}
.section-t {
	padding-top: 60px;
	padding-bottom: 45px;
	;
	background-color: rgba(255,255,255,0.05);
}
.inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	text-indent: -9999px;
	background: url(images/icon_top.png) no-repeat;
}
