* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微軟正黑體;
    padding: 0px;
    margin: 0px;
    font-size: ;
    background: #85B8CB;
    color: #555;
}

#site_content {
    margin-left: auto;
    margin-right: auto;
    width: 1000PX;
    background: #FFF;
    overflow: hidden;
    padding-top: 15px;
}

#content {
    margin-left: 65px;
    margin-right: auto;
    text-align: left;
    width: 600px;
    padding: 20px 10px 15px 26px;
}

//*font*//
h1,
h2 {
    color: #000000;
    padding: 5px;
}

.header-text {
    font-family: fantasy;
    margin: 0px
}

p {
    margin: 0px;
    padding: 0px 0px 16px 0px;
    line-height: 1.em;
}

//*LOGO*//
#wrapper {
    width: 1000px;
    margin: auto;
    border: 2px solid white;
}

#header {
    text-align: center;
    background-color: #498EAF;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 50px;
}

#wrapper {

    width: 1000px;
    margin: auto;
}

#logo {
    margin-left: auto;
    margin-right: auto;
    width: 870px;
    position: relative;
    height: 107px;
}

#logo #logo_text {
    position: absolute;
    top: 15px;
    left: 0;
}

#logo h1 {
    font: normal 300% "century gothic", arial, sans-serif;
    border-bottom: 0;
    text-transform: none;
    padding: 12px 0 0 26px;
    color: #FFF;
    margin: 0;
}

//*bar*//
.left {
    float: left;
    border-right: 20px solid #ffdcdc;
}

.right {
    float: right;
    border-left: 20px solid #ffdcdc;
}

.center {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.sidebar {
    float: right;
    width: 280px;
}

.sidebar ul {
    width: 178px;
    padding-top: 4px;
    margin: 4px 0px 30px 0px;
}

.sidebar li {
    list-style: none;
    padding: 0px 0px 4px 0px;
}

//*超連結*//
a {
    text-decoration: none;
}

a:link {
    //設定還沒有瀏覽過的連結
    color: #000;
}

a:visited {
    //設定已經瀏覽過的連結
    color: #ffffff;
    background-color: red;
}

a:hover {
    //設定滑鼠移經的連結
    text-decoration: underline;
    background-color: #fafafa;
    color: gray;
}

a:active {
    //設定正在點選的連結
    text-decoration: none;
    background-color: gray;
    color: #fafafa;
}

//*選單*//
#button {
    display: table;
    text-align: center;
    height: 30px;
    font-weight: bolder;
    color: white;
    font-size: 18px;
    margin: 0 auto;
    padding: 0px
}

#button li {
    display: table;
    width: 178px;
    background-color: #6E6E6E;
    list-style-type: none;
    text-align: center;
    letter-spacing: 2px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: white;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: white;
    margin-right: 2px;
}

#button li a {
    display: block;
    width: 180px;
    height: 20px;
    padding-top: 2px;
    color: white;
    text-decoration: none;
}

#button li a:hover {
    background-color: #39919F;
}

#footer {
    font-family: 微軟正黑體;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #acbabf;
}

li {
    float: left;
    left: 25%;
    position: relative;
}

//*表單*//
.form_settings {
    margin: 15px 0 0 0;
}

.form_settings p {
    padding: 0 0 4px 0;
}

.form_settings span {
    float: left;
    width: 200px;
    text-align: left;
}

.form_settings .submit {
    font: 100% arial;
    border: 1px solid;
    width: 99px;
    margin: 0 0 0 210px;
    height: 36px;
    padding: 2px 0 3px 0;
    cursor: pointer;
    background: #3B3B3B;
    color: #FFF;
}

.form_settings textarea,
.form_settings select {
    font: 100% arial;
    width: 299px;
}

.form_settings select {
    width: 304px;
}

.form_settings .checkbox {
    margin: 4px 0;
    padding: 0;
    width: 14px;
    border: 0;
    background: none;
}

//*跑馬燈*//
.GeneratedMarquee {
    font-family: Monaco, monospace;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.3em;
    color: #000000;
    background-color: #00CC00;
    padding: em;
}

//*圖片播放*//
.outside {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 10px solid blue;
}

.img {
    width: 100%;
    height: 450px;
}

.serial {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: lightblue;
}

.caption {
    width: 150px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -75px;
    background-color: lightblue;
    text-align: center;
}

.prev {
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, 0.1);
    color: yellow;
    transition: background-color 0.5s;
}

.next {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, 0.1);
    color: yellow;
    transition: background-color 0.5s;
}

.next:hover {
    background-color: blue;
}

.dot {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    border-radius: 50%;
    border: solid black 1px;
    display: inline-block;
    cursor: pointer;
    background-color: lightgrey;
}

.dot:hover {
    background-color: darkblue;
}
