@charset "utf-8";
/* Basic */
a:link, a:visited{
	color: #656565;
	text-decoration: none;
	line-height: 2.5em;
}
a:hover{
	color: #006633;
	text-decoration: none;
	line-height: 2.5em;
}

.b:link{ /*超連結文字格式*/ 
	color: #656565;
	text-decoration: none;
}
.b:visited{ /*瀏覽過的連結文字格式*/ 
	color: #656565;
	text-decoration: none;
}
.b:active{ /*按下連結的格式*/ 
	color: #656565;
	text-decoration: none;
}
.b:hover{ /*滑鼠移至連結*/
	color: #FF0000;
	text-decoration: none;
}

.c:link{ /*超連結文字格式*/
	color: #FFFFFF;
	text-decoration: none;
}
.c:visited{ /*瀏覽過的連結文字格式*/
	color: #FFFFFF;
	text-decoration: none;
}
.c:active{ /*按下連結的格式*/ 
	color: #FFFFFF;
	text-decoration: none;
}
.c:hover{ /*滑鼠移至連結*/
	color: #FFFF00;
	text-decoration: none;
}
.d:link{ /*超連結文字格式*/
	color: #FF9933;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
}
.d:visited{ /*瀏覽過的連結文字格式*/
	color: #FF9933;
	text-decoration: none;
}
.d:active{ /*按下連結的格式*/
	color: #FF9933;
	text-decoration: none;
}
.d:hover{ /*滑鼠移至連結*/
	color: #990000;
	text-decoration: none;
}
.bigword{
	font-size: 130%;
}
/* Header */
#header h1{
	width: 300px;
	position: relative;
	margin-left: 280px;
	_margin-left: 260px;
	margin-top: 190px;
	float: left;
	margin-bottom: 0px;
	font-size: 110%;
	color: #006699;
	visibility: hidden;
	height: 30px;
}
#header h2{
	float: left;
	width: 196px;
	height: 115px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 45px;_margin-left: 25px;
}
#header h2 a{
	overflow: hidden;
	position: relative;
	float: left;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	height: 115px;
	width: 196px;
}
#header h2 a span{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 115px;
	width: 196px;
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 0px;
}
/* Menu */
#header ul#nav{
	width: 19px;
	list-style-type: none;
	background-color: #6f5e45;
	position: absolute;
	top: 0px;
	cursor:pointer;
}
#header ul#nav li{
	font-weight: bold;
	padding-left: 4px;
}
#header ul#nav li a{
	color: #d1c8ae;
}
#header ul#nav li a:hover{
	color: #ffe034;
}
#header .menubox{
	margin-top: 0px;
	margin-left: 270px;
	width: 223px;
}
#header ul#menu {
	width: 203px;
	height: 232px;
	font-size: 100%;
	font-weight: normal;
	font-family: "微軟正黑體", Arial, "新細明體";
	list-style-type: none;
	position: absolute;
	top: 0px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#header ul#menu li {
	display: block;
	float: right;
	width: 203px;
	margin: 0px;
}
#header ul#menu li a {
	height: 27px;
	color: #e8e8e8;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 18px;
	margin-left:15px;
	background-image: url(../images/index_67.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	width: 170px;
}
#header ul#menu li a:hover {
	color: #ffcb01;
}
#header ul#menu li a.current{
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
	background-image: url(../images/bg_current.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 33px;
	color: #4a2413;
	width: 190px;
}
#header ul#menu li a.current span{
	display:block;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 29px;
}
#header ul#menu li a:hover.current span{
	color: #fafbd3;
}
#header .award{
	clear: both;
	float: left;
	height: 120px;
	width: 550px;
	margin-top: 27px;
	margin-top: 21px;
}
#header .award img{
	float: left;
	margin-right: 10px;
}
#header h4{
	font-size: 125%;
	margin-top: 0em;
	margin-bottom: 0.2em;
	padding-top: 1.5em;
	padding-bottom: 0.2em;
	font-weight: bold;
	color: #FFFFFF;
}
#header p{
	font-size: 97%;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 170%;
}

/* Path */
.breadcrumb{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 90%;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 7px;
	background-image: url(../images/bg_breadcrumb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.breadcrumb span{color: #CCCCCC;}
.breadcrumb a{color: #f16e04;}
.breadcrumb a:hover{
	color: #a46c30;
}
/* Main */
#content p{
	font-size: 14px;
	line-height: 190%;
	color: #CCCCCC;
	margin-bottom: 0.8em;
	text-align: justify;
}
#content h3{
	font-size: 130%;
	/*color: #FFFFFF;*/
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0.5em;
	border-bottom-width: 0px;
	border-bottom-style: double;
	/*border-bottom-color: #ccaa32;*/
	padding-left: 0px;
}
#content h4{
	font-size: 130%;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	font-weight: lighter;
	color: #957813;
}
#content h5{
	font-size: 97%;
	margin-top: 0em;
	margin-bottom: 0.2em;
	padding-top: 0em;
	padding-bottom: 0.1em;
	padding-left: 0.4em;
	font-weight: bold;
	color: #c2895b;
}
#content .explain{
	color: #736862;
	text-align: center;
	font-size: 95%;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content .picbox{
	text-align: left;
	float: right;
	margin-left: 30px;
	width:300px;
}
#content .picbox ul{list-style-type: none;margin: 0px;	padding: 0px;}
#content .picbox li img{
	border: 0px solid #d2d2d2;
}
#content .picbox1{
	text-align: left;
	float: left;
	margin-right: 30px;
	width:300px;
}
#content .picbox1 ul{list-style-type: none;margin: 0px;	padding: 0px;}
#content .picbox1 li img{
	border: 0px solid #d2d2d2;
}
#content .picbox2{
	text-align: left;
	float: left;
	margin-left: 30px;
	width:600px;
}
#content .picbox2 ul{list-style-type: none;margin: 0px;	padding: 0px;}
#content .picbox2 li img{
	border: 0px solid #d2d2d2;
}
#content ol, #content ul{
	color: #7f660c;
}
#content li{
	font-size: 97%;
	line-height: 2em;
	color: #3d4041;
	padding-left: 15px;
	list-style-type: none;
}
#content .word ul{
	font-size: 130%;
}
#content .word span{
	color: #8d0e1f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b26e77;
}
#content ul li ul li{font-size: 97%;padding-left: 35px;}
#content .top{
	clear: both;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	height: 28px;
}
#content .button{
	background-image: url(../images/bg_button.jpg);
	background-repeat: no-repeat;
	font-size: 95%;
	font-weight: bold;
	color: #254a6e;
	height: 18px;
	width: 33px;
	display: block;
	float: right;
	padding-top: 4px;
	padding-left: 7px;
}
#content .button a:hover{
	color: #FFFFFF;
}
#cornerline h4{
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0em;
	padding-left: 3.5em;
	}
#cornerline .hot{
	padding-top: 15px;	
}
#cornerline .word{
	margin-bottom: 0px;
	margin-top: 0em;
	display: block;
	font-size: 0.9em;
	padding-top: 0.5em;
}

#cornerline ul{
	list-style-type: none;
}
#cornerline li{
	display: inline;
	float: right;
	width: 120px;
	font-size: 100%;
	text-align: center;
	margin: 0;
	padding: 5px;
}
/* Footer */
#footer .box{
	width: 880px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footer .link{
	float: left;
	margin-top: 30px;
	margin-left:2px;
	color: #b99c7e;
	font-size:75%;
}
#footer .contact{
	float: left;
	margin-top: 20px;
	margin-left:10px;
	width: 500px;
	line-height: 160%;
	text-align: left;
}
#footer .contact li{
	display: inline;
}
#footer p{
	float: right;
	width: 350px;
	text-align: right;
	color: #a5a5a5;
	font-size: 80%;
	margin-top: 20px;
}
#footer p a{
	color: #da7fd5;
}
#footer ul{
	margin-top: 0px;
	font-size: 80%;
	line-height: 1.2em;
	color: #FFFFFF;
	
}
#footer li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}
#footer li a{
	color: #FFFFFF;
}
#footer li a:hover{
	color: #ffae5b;
}
.text-main {
	font-family: tahoma;
	font-size: 13px;
	color: #656565;
	font-weight: normal;
	line-height: 2em;
	list-style-type: decimal; /*空心圓形符號*/
	list-style-position: inside; /*縮排*/ 
}
.text-title {
	font-family: tahoma;
	font-size: 17px;
	color: #427129;
	font-weight: bold;
	line-height: 1.8em;
}
.text-item {
	font-family: tahoma;
	font-size: 15px;
	color: #339999;
	font-weight: bold;
	line-height: 1.8em;
}
.text-item2 {
	font-family: tahoma;
	font-size: 15px;
	color: #ff0000;
	font-weight: bold;
	line-height: 1.8em;
}
.text-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	font-weight: bold;
	line-height: 2em;
}
.text-li {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #339933;
	font-weight: bold;
	line-height: 2em;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.8em;
}
