@charset "utf-8";
#top {
	padding-right: 7%;
	padding-left: 7%;
	position: fixed;
	background-color: #333333;
	z-index: 10;
	width: 86%;
	-webkit-box-shadow: 0px 9px 10px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 9px 10px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 9px 10px -10px rgba(0,0,0,0.5);
}
#top #LOGO {
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
}
#top #btn ul > li {
    float: right;
    font-family: "微軟正黑體";
    font-size: 1.05em;
    text-align: center;
    line-height: 4.05em;
	letter-spacing: 1px;
    width: 120px;
    position: relative;
}
#top #btn ul > li a {
    text-decoration: none;
    color: #BEA46D;
    display: block;
    height: 60px;
    padding-bottom: 9px;
}
#top #btn ul > li a:hover {
    background-color: #A51B1B;
    color: #FFFFFF;	
}
#top #btn ul > li:hover > a {
    /* 確保顏色與 a:hover 相同，這樣切換時不會有閃爍感 */
    background-color: #A51B1B; 
    color: #FFFFFF;
}
#top #btn ul li:hover > .lv2  {
	display: block;
}
#top #btn ul li .lv2  {
	display: none;
	position: absolute;
	z-index: 100;
}
#top #btn ul li .lv2 > li {
	width: 160px;
	float: none;
	clear: none;
	line-height: 2.4em;
	letter-spacing: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B81212;
	font-size: 95%;

}
#top #btn ul li .lv2 > li a {
    background-color: #CC3939;
    background-image: none;
    height: 40px;
    color: #FFFFFF;
    line-height: 3em;
}
#top #btn ul li .lv2 > li a:hover {
	background-color: #A51B1B;
}
#top #btn ul li .lv2 li:hover > .lv3  {
	display: block;
}
#top #btn ul li .lv2 li .lv3  {
	display: none;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 128px;
}
#top #btn ul li .lv2 li .lv3 > li {
	clear: none;
	float: none;
	width: 128px;
	line-height: 2.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFA909;

}
#top #btn ul li .lv2 li .lv3 > li a {
	background-color: #FFBB1E;
	color: #600;
}
#top #btn ul li .lv2 li .lv3 > li a:hover {
	background-color: #F47639;
	color: #FFF;
}


#banner {
	text-align: center;
	position: static;
	z-index: 1;
	top: 55px;
	background-color: #C99;
	margin-right: auto;
	margin-left: auto;
	width: 100%;

}
#banner img  {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: top;
	width:100%;
}

#content {
    font-family: "微軟正黑體";
    min-height: 500px;
    width: 100%;
    margin-top: 55px;

}
#maintitle {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}
#foot {
	background-image: url(../images/bg-01.jpg);
	background-repeat: repeat;
	font-size: 90%;
	font-family: "微軟正黑體";
	line-height: 1.8em;
	padding-top: 40px;
	padding-left: 5%;
	padding-bottom: 40px;
	padding-right: 5%;
	height: auto;
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1D297;
}
#foot .copyright {
	float: left;
	margin-right: 300px;
}
#foot .counter {
	float: left;
	margin-top: 30px;
}

.clear {
	clear: both;
}


a ,a:visited{
	color: #39F;
}
.blue{
	color: #39F;
}

#forWord{
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    font-family: "標楷體";
    font-size: 1.5em;
    line-height: 1.5em;
}
#forWord h1{
    font-weight: bold;
    font-size: 1.25em;
    line-height: 2em;
    text-align: center;
}
#forWord h2{
    font-weight: bold;
    font-size: 1.05em;
    line-height: 2em;
}
#forWord p{
    margin-bottom: 10px;
}
.float-right {
    float: right; /* 圖片浮動到右側 */
    margin-left: 13px;
}
.float-left {
    float: left; /* 圖片浮動到左側 */
    margin-right: 13px;
}

