@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
/*Noto Serif TC    Noto Sans TC*/
/*font-family: "Noto Sans TC" ,Verdana, "新細明體", "微軟正黑體", "標楷體";*/
body {
	margin: 0px;
	padding: 0px;
	font: 100% Arial, Helvetica, sans-serif;
}
.clearB {
	clear: both;
}
.wAllAlign {
	/* 防止撐開 */
	table-layout: fixed;
	/* 英文單字自動換行 */
	word-wrap: break-word;
	/* 正常避頭尾 */
	word-break: normal;
	/* 文字左右對齊 */
	text-align:justify;
	text-justify:inter-ideograph;
	/* CHROME 增加以下這句*/
	word-break:break-all;	
}

a {
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border-width: 0px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}
#header {
	height: 286px;
	z-index: 15;
	background: url(../images/header.jpg);
}
#header #menu{
	height: 75px;
	z-index: 20;
	position: absolute;
	width: 610px;
	margin: 0px auto 0px 330px;
	padding: 0px;
}
#header #menu .nav_1{
	padding-top: 3px;
	font-size: 13px;
	text-align: center;


	*padding-right: 0px;
	_padding-right: 0px;

	color: #9e7127;
	padding-left: 380px;
}
#header #menu .nav_1 a{
	color: #9e7127;
}
#header #menu .nav_2 {
    font-family: "Noto Sans TC" ,Verdana, "新細明體", "微軟正黑體", "標楷體";
    font-weight: 500;
    font-size: 15px;
    padding-top: 5px;
}
#header #menu .nav_2 li {
    padding-left: 15px;
}
#header #menu .nav_2 a {
    color: #86a34e;
}
#header #menu .nav_3 {
	padding-top: 10px;
	padding-left: 42px;
}

#header #menu .nav_2 li ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-left: 20px;
}
#header #menu .nav_2 li li {
    height: 20px;
}
#header #menu .nav_2 li li a{
	font-size: 13px;
	color: #FFFFFF;
    font-family: Verdana, "新細明體", "微軟正黑體", "標楷體";
}


#middle {
	padding-bottom: 18px;
	padding-top: 3px;
}



#runlantern {
	padding: 0px 44px 15px;

}
#runlantern .left {
	background: url(../images/run_bg_L.png) no-repeat;
	height: 47px;
	float: left;
	width: 18px;
}
#runlantern .cont {
	width: 871px;
	float: left;
	background: url(../images/run_bg.png);
	color: #007c09;
	height: 35px;
	padding-top: 12px;
	height: 33px;
	padding-top: 14px;
}
#runlantern .cont .list_top_run{
	overflow:hidden;
	width: 871px;
	margin: 0px;
	padding: 0px;
}
#runlantern .cont .list_top_run .Empty{
	float:left;
}
#runlantern .cont .hot_run{
	width: 871px;
}
#runlantern .cont .hot_run ul{
	width:871px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#runlantern .cont .hot_run ul li{
	float:left;
	margin: 0px;
	padding: 0px 10px;
}
#runlantern .cont .hot_run ul li a{
	color:#007c09;
	font-size:16px;
	text-decoration: none;
	letter-spacing: 1px;
}
#runlantern .cont .hot_run ul li a:hover {
	color: #004F91;
}

#runlantern .right {
	background: url(../images/run_bg_R.png);
	float: left;
	height: 43px;
	width: 19px;
}



#runlantern .right {
	background: url(../images/run_bg_R.png);
	float: left;
	height: 47px;
	width: 23px;
}


#footer {
	text-align: center;
	color: #333333;
	font: 13px Verdana, "新細明體", "微軟正黑體", "標楷體";
    padding-bottom: 20px;
}
#footer span {
	color: #3B7F36;
}
#footer #footer_menu {
    background: rgba(191,135,102,1.00);
	line-height: 22px;
    height: 22px;
    padding: 3px 0px;
	color: white;
    border-radius: 15px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}



#footer #footer_menu a {
	color: white;
}
#footer #footer_menu a:hover {
	color: #FFF;
}
