@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0; border:0;}
a{color: #F60;}
a:hover, a:active{background-position:bottom;}
body {
	background-color: #FFFFCC;
	background-image: url(images/tile.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";

}
#wrapper{
    width: 800px;
    height: auto;
    margin: 0 auto;
}
#header{
    width:800px;
    height:170px;
    display: block;
    background-image: url(images/header.png);
    background-position: center;
    background-repeat: no-repeat;
    text-indent:-2000px;
}
.primary{
    height:auto;
    padding:10px 0;
    position: relative;
}
.secondary{
    padding:10px 30px 30px 30px;
    height:auto;
}
.third{
    padding:10px 30px 30px 30px;
    height:auto;
}
.primary, .secondary, .third {
    clear: both;
}

ul{
    /*float: left;*/
    margin: 0 auto;
    height:auto;
    list-style-type:none;
}
li{
    width:184px;
    height:720px;
    margin:5px;
    float: left;
    padding: 2px;
    color: #43432C;
    text-align: center;
    border:thin dashed #F0E095;
}
.btn_leave{
    width:140px;
    height:45px;
    background-image:url(images/btn_leave.png);
    margin:20px auto;
    display:block;
    text-indent:-2000px;
}
.btn_gs {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 60px;
    background: url('images/btn_gs.png') center top no-repeat;
    cursor: pointer;
}
.btn_gs:hover {
    background-position: center bottom;
}
h1{
    color: #FFFFCC;
    padding: 20px 0 0 0;
}
h2{
    width:210px;
    height:40px;
    display:block;
    text-indent:-2000px;
}
.primary h2{
    background-image:url(images/h0001.png);
}
.secondary h2{
    background-image:url(images/h0002.png);
}
.third h2{
    background-image:url(images/h0003.png);
}
h3{
    padding: 10px;
    color: #333333;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    letter-spacing: 0.2em;
}
h4{
    font-weight: bold;
    padding: 12px 3px 0 0;
    font-size: 18px;
    background-image: url(images/top.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    color:#01354B;
}
h5{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    color:#39F;
}
p{
    font-size:95%;
    line-height: 1.6em;
    color: #000000;
    text-align: justify;
    padding: 0 10px;
}
strong{
    text-decoration:none;
    font-weight:bolder;
}
.right{
    text-align:right;
}