body {
    font-family:  "微軟正黑體","標楷體","Arial";
}

#header {
    font-size:16px;
    background-color: rgb(21,1,134);
    font-weight: bold;
/*
    border-radius: 15px 15px 0px 0px;
    height: 140px;
    background-color: lightblue;

    border-style: solid;
    border-width: 5px;
    border-color: white;


    padding: 5px;
    padding-left:  15px;
    padding-right: 15px;
    background-color: lightblue;

    border-style: solid;
    border-width: 5px;
    border-color: gold;

    background:url("pic/banner1.jpg");
    background-repeat: no-repeat;
    background-size: cover;

    box-shadow: 10px 10px white;
 */
}

#section {
    float:left;
    width:150px;
    height:1000px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ccccff;
    font-size:16px;
/*
    border-radius: 5px;
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:150px;
    padding:5px;
*/
}

#footer {
    clear:both;
    height:25px;
    background-color: #333333;
    color: white;
    text-align:center;
    border-radius: 0 0 10px 10px;
}

#maintitle {
    font-size: 64px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}


#main {
    float:left;

    width:790px;
    height:1000px;

    padding: 0 5px;
/*
    padding-left:  5px;
    padding-right: 5px;
*/
    background-color: #ffffff;
    font-size:16px;
}

h1 {
    font-family:"微軟正黑體", "標楷體";"新細明體";
    border-bottom: 3px solid #cc9900;
    color: #996600;
    font-size: 36px;
}

img.pic {
/*    width: 95%; */
    border: 20px solid white;
    -webkit-filter: drop-shadow(8px 8px 10px gray); /* Chrome, Safari, Opera */
    filter: drop-shadow(8px 8px 10px gray);    
}


ul#menu {
    padding: 0;
    margin-bottom: 11px;
}

ul#menu li {
    display: inline;
    margin-right: 3px;
}

ul#menu li a {
    background-color: #ffffff;
    padding: 5px 20px 0px 20px;
    text-decoration: none;
    color: #696969;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    color: white;
    background-color: black;
}

/*
  --------- 以下為圖片輪播 -----------------
*/

.slider_container {
    margin: 0px auto;
    width: 960px;
    height: 300px;
    position: relative;
    border: 0px solid;    
    border-color: #fff;
/*
    border-bottom-width: 100px;
    background-color: #f5f5f5;
    box-shadow: #666 0 0 5px;
*/
}

.slider_container div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.slider_container div {
    -webkit-animation: round 28s linear infinite;
            animation: round 28s linear infinite;
}

@-webkit-keyframes round {
    2% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    22% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 3秒靜止*/
    }
    24% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 3-5秒淡出*/
    }
}

@keyframes round {
    2% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    22% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 3秒靜止*/
    }
    24% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 3-5秒淡出*/
    }
}

.slider_container div:nth-child(7) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
}

.slider_container div:nth-child(6) {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
}

.slider_container div:nth-child(5) {
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
}

.slider_container div:nth-child(4) {
    -webkit-animation-delay: 16s;
            animation-delay: 16s;
}

.slider_container div:nth-child(3) {
    -webkit-animation-delay: 20s;
            animation-delay: 20s;
}
.slider_container div:nth-child(2) {
    -webkit-animation-delay: 24s;
            animation-delay: 24s;
}
.slider_container div:nth-child(1) {
    -webkit-animation-delay: 28s;
            animation-delay: 28s;
}
