@charset "utf-8";
/* CSS Document */
body {
	margin:0 auto;
	font-family:"微軟正黑體", "新細明體";
}

a{   outline: none;                                  /* for Firefox Google Chrome  */
     behavior:expression(this.onFocus=this.blur());  /* for IE */}

#container{
	width:940px;
	margin:0 auto;
	position:relative;
	}
#leftbox{
	width:700px;
	float:left;
	margin:10px;
}
#mainbox{
	width:1015px;
	padding: 0px;
	float:right;
}

.title01{
	font-size: 18px;
	line-height: 35px;
	color: #00772b;
}
.title01_bg{
	font-size: 20px;
	color: #ff7200;
	height: 40px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ff7200;
}
.f15h20{
	font-size: 15px;
	line-height: 25px;
	color: #333333;
}

/*選單*/

.menu{
	width:700px;
	padding: 0px;

}
.menu ul li a {
	font-size: 15px;
	line-height: 40px;
	text-decoration: none;
	background-color: #00ba35;
	display: block;
	height: 40px;
	width: 180px;
	color: #FFF;
	margin-top: 0;
	font-weight: bolder;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	text-align: center; margin:5px;

}
.menu ul li a:hover,.menu ul li a.act {background-color: #00772b;color: #fff200;}

.menu ul li{list-style-type: none;float: left;}
.menu ul {margin: 0px;padding: 0px;}



/*次選單*/

.menu_sub{
	width:180px;
	float:left;
	padding-left:13px;
}
.menu_sub ul li a {
	font-size: 15px;
	line-height: 40px;
	text-decoration: none;
	background-color: #E8E8E8;
	display: block;
	height: 40px;
	width: 155px;
	color: #006b2a;
	font-weight: bolder;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align: center;
	border: 1px solid #b9b9b9;
}
.menu_sub ul li a:hover,.menu_sub ul li a.act {background-color: #fff799;color: #000;}

.menu_sub ul li{list-style-type: none;}
.menu_sub ul {margin: 0px;padding: 0px;}


/* 按鈕*/
.btnbox01{
	padding-left:350px;
	margin-top:0px;
	margin-right:2px;
	margin-left:70px;
	}
/* === Buttons 一個=== */
.btns01{
	text-align: center;
}
.btns01 .btn{
	font-size:18px;
	line-height:42px;
	color: #333;
	height:42px;
	width:295px;
	display:inline-block;
	cursor: pointer;
	margin-bottom:20px;
	margin-right:7px;
	margin-left:7px;
	display:inline-block;
	background: #fff200; /* Old browsers */
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;/*background: -moz-linear-gradient(top,  #72bf44 0%, #009e4f 63%, #009e4f 96%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72bf44), color-stop(63%,#009e4f), color-stop(96%,#009e4f)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #72bf44 0%,#009e4f 63%,#009e4f 96%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #72bf44 0%,#009e4f 63%,#009e4f 96%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #72bf44 0%,#009e4f 63%,#009e4f 96%); /* IE10+ */
/*background: linear-gradient(to bottom,  #72bf44 0%,#009e4f 63%,#009e4f 96%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72bf44', endColorstr='#009e4f',GradientType=0 ); /* IE6-9 */
}
.btns01 .btn.go{
	background: #ff6600; /* Old browsers */
	width:180px;
	height:42px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
/*background: -moz-linear-gradient(top,  #fec300 0%, #f56100 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec300), color-stop(100%,#f56100)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #fec300 0%,#f56100 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #fec300 0%,#f56100 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #fec300 0%,#f56100 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #fec300 0%,#f56100 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec300', endColorstr='#f56100',GradientType=0 ); /* IE6-9 */
	}

.btns01 .btn a{display:inline-block;color: #000;text-decoration: none;}
.btns01 .btn a:hover{width:295px;background: #8e8e8e;color:#fff;text-decoration: none;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}
.btns01 .btn.go a{display:inline-block;color: #ffffff;text-decoration: none;}
.btns01 .btn.go a:hover{width:180px;background: #fec300;color:#000000;text-decoration: none;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}	

/*檔案下載*/
.download {
	text-align:left;
	width: 700px;
}
.download h2 {
	font-size:25px;
	font-weight: bold;
	margin:10px;
}

.download li {
	list-style-type: none;
}