@charset "big5";
@import url('https://fonts.googleapis.com/css?family=Lato');
body {
	font-family: 'Lato', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
	font-size: 16px;
	line-height: 180%;
	color: #333333;
	padding: 0;
	margin: 0 auto;
	background-color: #F2C624;
	text-align: left;
	vertical-align: top;
}
table {
	margin: 0 auto;
}
img {
	border: 0;
}
a {
	color: #fff
}
a:hover {
	color: #fff000
}
p {
	margin: 0;
}
.header {
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #333333;
}
.header a {
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.header a:hover {
	color: #FFF000;
	text-decoration: underline;
}
.content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#footer {
	padding: 16px 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	line-height: 140%;
	background-color: #333;
}
.scrollup {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index: 9999;
}
#headerbg {
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/bg_01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 1000px;
	height: 500px;
}
#about {
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/bg_02.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 1000px;
	height: 1120px;
}
#info{
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/bg_03.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 1000px;
	height: 180px;
}
#title {
    position: absolute;
    top: 160px;
    left: 232px;
}

#subtitle {
    position: absolute;
    top: 328px;
    left: 300px;
}

#time {
    position: absolute;
    top: 15px;
    left: 693px;
}
#infotext{
    position: absolute;
    top: 58px;
    left: 229px;
    font-size: 13px;
    color: #000;
    line-height: 160%;
}
#info ol{
	margin: 0 auto;
	padding-left: 20px;
}
#about01{
    position: absolute;
    top: 33px;
    left: 34px;
	cursor: pointer;
}

#about02{
	position: absolute;
    top: 480px;
    left: 34px;
	cursor: pointer;
}
#about03{
	position: absolute;
    top: 480px;
    left: 344px;
	cursor: pointer;
}
#about04{
	position: absolute;
    top: 480px;
    right: 34px;
	cursor: pointer;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.lighlight{
	color: #fff000;
}
