@charset "UTF-8";
@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: #FFFFFF;
  background-image: url("../images/bg_02.jpg");
  background-position: center top;
}
table {
  margin: 0 auto;
}
img {
  border: 0;
}
a {
  color: #015452;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a.selected {
  color: #A42C36;
}
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: 120px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: url(../images/top.png) no-repeat;
  z-index: 9999;
}
a.btn_car, a.btn_club {
  color: #FFF;
  border-radius: 15px;
  display: block;
  width: 80%;
  padding: 1px 0;
  margin: 5px auto;
  font-size: 14px;
  line-height: 180%;
  text-decoration: none;
  text-align: center;
}
a.btn_car:hover {
  color: #FF0;
}
a.btn_club:hover {
  color: #FF0;
}
a.btn_car {
  background-color: #AE0000;
}
a.btn_club {
  background-color: #6A94BB;
}
#headerbg {
  margin: 0 auto;
  padding: 0;
  background-image: url("../images/bg_01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  min-width: 1000px;
}
#title {
    position: absolute;
    top: 47px;
    left: 328px;
    z-index: 4;
}
#subtitle {
    position: absolute;
    top: 237px;
    left: 413px;
}

#book {
    position: absolute;
    top: 316px;
    left: 572px;
	z-index: 2;
}

#pic {
    position: absolute;
    top: 142px;
    left: 15px;
}
#free{
    position: absolute;
    top: 1528px;
    left: 31px;
}

#videotitle{
    position: absolute;
    top: 758px;
    left: 2px;
}

#video{
    position: absolute;
    top: 880px;
    left: 221px;
}
#point01{
    position: absolute;
    top: 1347px;
    left: 28px;
}

#point02{
    position: absolute;
    top: 1347px;
    left: 361px;
}

#point03{
    position: absolute;
    top: 1347px;
    left: 692px;
}
