@charset "utf-8";
/* CSS Document */

/*-----------------------subnode 子節點--------------------*/
.subnode {
	margin: 3px 12px 0 12px;
}
.subnode ul {
	overflow: hidden;
	background: url(../images/subnode_ul_bg.gif) repeat-x left bottom;
	width: 100%;
}
.subnode li {
	line-height: 17px;
	margin: 0 0 0 2px;
	padding: 0 12px 0 0;
	float: left;
	background: url(../images/subnode_li_bg.gif) no-repeat right top;
	white-space: nowrap;
}
.subnode li a {
	display: block;
	letter-spacing: 1px;
	padding: 11px 0 2px 12px;
	background: url(../images/subnode_li_bg.gif) no-repeat left top;
	text-decoration: none;
	color: #666;
}
.subnode li a:hover, .subnode li a:focus {
	color: #900;
}
.subnode li.here {
	background: url(../images/subnode_li_bg2.gif) no-repeat right top;
}
.subnode li.here a {
	background: url(../images/subnode_li_bg2.gif) no-repeat left top;
	color: #900;
	font-weight: bold;
}

/*-----------------------tagCloud 標籤雲--------------------*/
.tagCloud {
	clear: both;
}
.tagCloud h3 {
	font-size: 125%;
	margin: 10px 0 5px 0;
	font-weight: bold;
	color: #960;
}
.tagCloud ul {
	border: 1px dotted #ccc;
	padding: 5px;
}
.tagCloud ul li {
	display: inline;
	padding: 0 5px 0 0;
}
/*-------------------------------------  category*/
.category {
	display: block;
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
	font-size:12px;
}
.category ul li {
 *float:left;
 *display:block;
*margin: 0 5px 5px 0;
float:left\9;
display:block\9;
}
.category ul li a {
	display: block;
	float: left;
	color: #666;
	line-height: 1.75em;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	margin: 0 5px 5px 0;
	transition: all ease-out .3s;
	border: 1px solid #CCC;
	border: 1px solid #CCC\9;
	
	white-space:nowrap;
background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#DEDEDE));
background: -webkit-linear-gradient(#FFFFFF, #DEDEDE);
background: -moz-linear-gradient(#FFFFFF, #DEDEDE);
background: -ms-linear-gradient(#FFFFFF, #DEDEDE);
background: -o-linear-gradient(#FFFFFF, #DEDEDE);
background: linear-gradient(#FFFFFF, #DEDEDE);
-pie-background: linear-gradient(#FFFFFF, #v);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	
	transition: .5s all ease-out;
	font-weight:normal;
	*color:#666;

}
.category ul li a:hover {
	background: #589502;
	*background: #589502;
	color: #FFF;
	color:#fff\0;
	*color:#fff;
	border: #fff solid 1px;
	*border: #666 solid 1px;
	border: #666 solid 1px\0;
}
/*---------------------------------------page   */


.listControl {
	margin: 0 auto;
	padding: 0 0 3px 0px;
	clear: both;
	vertical-align: top;
}
/*--------------------------------------------------------- Page */
.page {
	clear: both;
	line-height: 20px;
	text-align: center;
	margin: 10px 0 10px;
	padding: 5px 0;
	border-radius: 10px;
	
	background: #F0F0F0;
}
.page a img {
	border: none;
	vertical-align: 0px
}
.page ul {
	display: inline;
	list-style: none;
	margin: 0 6px 0;
	padding: 0;
	letter-spacing: 0;
}
.page li {
	margin: 0;
	padding: 0 0 0 5px;
	display: inline;
}
.page li a, .page li.here {
	padding: 3px;
}
.page li a:hover {
	color: #F30;
}
.page a {
	text-decoration: none;
	padding: 0px;
}
.page a:hover {
	text-decoration: none;
}
.page em {
	font-weight: bold;
	font-style: normal;
	padding-right: 3px;
	padding-left: 3px;
	color: #F30;
}
.page .select {
	color: #960;
	background: #E7E8CC;
}
/*--------------------------------------page 第二組*/
.page li.first img, .page li.prev img, .page li.next img, .page li.last img {
	width: 19px;
	height: 30px;
	vertical-align: middle;
}
.page li.prevten img, .page li.nextten img {
	width: 45px;
	height: 16px;
	vertical-align: middle;
}
.page li.prev, .page li.next {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.page li.first a:hover, .page li.prev a:hover, .page li.next a:hover, .page li.last a:hover, .page li.prevten a:hover, .page li.nextten a:hover {
	border: none;
}
.page li.first a {
	padding: 7px;
	background-image: url(../images/page_first.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
.page li.prev a {
	padding: 7px;
	background-image: url(../images/page_prev.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
.page li.next a {
	padding: 7px;
	background-image: url(../images/page_next.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
.page li.prevten a {
	padding: 7px;
	background-image: url(../images/page_prevnext.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
.page li.nextten a {
	padding: 7px;
	background-image: url(../images/page_nextten.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
.page li.last a {
	padding: 7px;
	background-image: url(../images/page_last.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
.page li.here {
	color: #C30;
	font-weight: bold;
}
.friendly {
	display: block;
	width: 100%;
	height: 30px;
	padding: 5px;
	margin-bottom: 2px;
}
/*----------------------------------------------------------------- path */
.center .friendly .path {
	margin: 0px auto 0 10px;
	padding: 4px 0 3px 23px;
	line-height: 14px;
	color: #999;
	text-align: left;
	position: relative;
	background: url(../images/house.png) no-repeat 0px 3px;
}
.center .friendly .path .before {
	padding: 0 15px 0 0;
	color: #999;
}
.center .friendly .path a {
	color: #690;
	text-decoration: none;
}
.center .friendly .path img {
	margin: 0 3px;
}
/*-------------------------------------  友善列印 轉寄好友 回上一頁 回頁首gotop */
.center .friendly .function {
	text-align: right;
	position: relative;
	margin: 0px 0 0;
	width: 370px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: auto;
}
.function ul, .quickLink ul {
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
}
.function li, .quickLink li {
	display: inline;
	margin: 0;
	padding: 0;
}
.function li a, .quickLink li a {
	display: block;
	float: left;
	color: #fff;
	line-height: 240%;
	text-decoration: none;
	padding: 0px 14px 0px 14px;
	margin: 0 5px 0 0;
	transition: all ease-out .3s;
	
}
.function li a:hover, .quickLink li a:hover {
	padding: 0px 14px 0px 14px;
	color: #F4FFE0;
	line-height: 240%;
}
.function a.forward {
	background: #09C;
	border-radius: 5px;
	
	transition: all ease-out .3s;
	background: #09C;
}
.function a.print {
	background: #09C;
	background: #09C\9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition: all ease-out .3s;
}
.function a.back, .quickLink a.back {
	background: #09C;
	border-radius: 5px;
	
}
.function a.forward:hover, .function a.forward:focus {
	background: #036;
}
.function a.print:hover, .function a.print:focus {
	background: #036;
}
.function a.back:hover, .function a.back:focus, .quickLink a.back:hover, .quickLink a.back:focus {
	background: #036;
}
.quickLink a.gotop {
	background: #09C;
	border-radius: 5px;
	
	transition: all ease-out .3s;
}
.quickLink a.gotop:hover, .function a.gotop:focus {
	background: #036;
}
.quickLink {
	clear: both;
	overflow: hidden;
	margin-top: .6em;
}
/*------------------------------------------------------list*/
.list {
	line-height: 165%;
	text-align: left;
	clear: both;
	margin: 0px 0px 20px 0px;
	font-family:Verdana, Geneva, sans-serif;
}
.list table {
	width: 95%;
	margin: 10px auto 10px;
	border-collapse: collapse;
}
.list table tr:hover {
	background: #F2F2F2;
}
.list table th {
	text-align: left;
	padding: 10px;
	border-bottom: 3px solid #09F;
	font-weight: normal;
	white-space: nowrap;
}
.list table td {
	text-align: left;
	padding: 10px;
	border-bottom: #CCC 1px dotted;
}
.list table td a {
	color: #09F;
}
.list table td a:hover {
	color: #F30;
}
.list table td span {
	white-space: nowrap;
}
.list table td.num {
	width: 10px;
}
.list table td.title {
	width: 240px;
}
.list ol, .list ul {
	margin: 0px 10px;
	padding: 0px;
}
/* li使用圖呈現
.list li {
	margin: 0 0 0px 0;
	padding: 0 0 0 20px;
	display:block;	
	line-height:200%;
	border-bottom:1px dotted #ccc;
	width:98%;
	background: url(../images/li_bg.gif) no-repeat 0px 4px;
}
*/

.list li {
	margin: 0 0 0px 0;
	padding: 10px 0 10px 25px;
	display: block;
	line-height: 200%;
	border-bottom: 1px dotted #ccc;
	position: relative;  /*--使用相對定位---*/
	font-size: 1em;
	display: block;
	padding-left: 35px;
	background:url(../images/np_li.png) no-repeat 3px 12px;
	font-size:15px;
	list-style-type:decimal;
	
}
.list li:hover {
	background:url(../images/np_li.png) no-repeat 3px 5px #F0F0F;
	
}
.list li a {
	color: #666;
	display: block;
}
.list li a:hover {
	color: #09F;
}
.list li .number {
	margin: 0 5px 0 -25px;
 *margin: -5px 5px 0 -25px;/*--ie6.7 數字會跑掉margin-top設-5px---*/
	padding: 2px;  /*--使用紀對定位---*/
	text-align: center;    /*--加width 數字才能置右---*/
	width: 20px;
	height: 20px;
	font-size: .75em;
	position: absolute;
	top: 12px;
	left: 25px;
	line-height: 20px;
	display:none;
}
.list li img {
	float: left;
}
.list li .date {
	display: none;
	padding-left: 3px;
	font-size: .75em;
	color: #999;
	position: absolute;
	width: 40px;
	top: 10px;
	left: 25px;
}
.list li .dept {
	margin-left: 0.5em;
	padding-left: 3px;
	display: inline;
	border-left: 1px solid #ccc;
	ccolor: #666;
}
.list .th{
	position:relative;
	border-bottom:2px solid #666;
	height:30px;
	margin:5px auto 0px 10px;
	}
.list .th span.no{
	position:absolute;
	color:#666;
	top:3px;
	display:none;
	left:0px;
	}
.list .th span.date{
	position:absolute;
	color:#666;
	top:3px;
	left:30px;
	display:none;
	}
.list .th span.title{
	position:absolute;
	color:#666;
	top:3px;
	left:20px;
	
	}