@charset "UTF-8";/* CSS Document */
html {
}
body {
	width: 999px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, "微軟正黑體", sans-serif;
	font-size: 80%;/*13px*/
	letter-spacing: 1px;/* \9: if IE6,7,8*/
	padding: 0 14px \9;
	padding: 0 \9\0;/*only ie9*/
}
header, footer, nav, aside, section, article, figure, figcaption {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	line-height: 160%;
}
img {
	border: none;
}
.item:focus img{
    border: 2px solid blue;
}
li {
	line-height: 140%;
	margin: 0 0 .5em;
}
a {
	color: #004982;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0084e0;
}
a:focus {
    outline: 2px solid blue;
}
em {
	font-style: normal;
}
form {
	margin: 0;
	padding: 0;
}
/*-------------------------------------*/
.accesskey {
	position: absolute;
	z-index: 1;
}
.accesskey a {
	color: #fff;
	text-decoration: none;
}
header .accesskey a {
	color: #ffdd1f;
}
center .accesskey, .leftbg .accesskey, .rightbg .accesskey {
	margin-top: -16px;
}
.date {
	margin-left: .8em;
	white-space: nowrap;
	letter-spacing: 0;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .92em;
}
.from {
	margin-left: .8em;
	color: #777;
	font-size: .92em;
}
.more {
	clear: both;
	margin: 10px 0;
	color: #00a6f4;
	letter-spacing: 0;
	font-size: .92em;
	line-height: 150%;
	text-align: right;
	margin-right: 12px;
}
.more a {
	text-decoration: none;
	background: url(../images/more.png) no-repeat right 2px;
	padding: 0 10px 4px 0;
	*padding:2px 10px 2px 0;
	color: #ff6c00;
}
.more a:hover {
	background-position: right -29px;
	color: #0067a4 ;
	background: url(../images/more.png) no-repeat right 2px;
}
/*-------------------------------------*/
.hidden {
	display: none
}/*for gip, to control column display*/
/*------------------------------------------------------------------------------------------layout*/
.layout { width: 100%; margin: 0; background-color: #FFF; }
.layout td.leftbg {
	vertical-align: top;
	width: 220px;
	padding: 10px 0 0 5px;
}
.layout td.rightbg {
	vertical-align: top;
	width: 220px;
	padding: 10px 5px 0 0;
}
.layout td.center {
	vertical-align: top;
	padding: 10px 0 32px;
}
/*----------------------------------------------------------------------header: site header*/
.header {
	padding: 0;
	margin: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: 2px 100px;
	height: 255px;
	z-index: 9999;
}
.header>h1 {
	padding: 0;
	margin: 0 0 0 5px;
	font-size: 20px;
	color: transparent;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.header>h1 img {
	height: 55px;
	width: 360px;
	margin: 22px 0 0 0;
}
.header2 {
	padding: 0;
	margin: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: 2px 100px;
	height: 222px;
	z-index: 9999;
}
.header2>h1 {
	padding: 0;
	margin: 0 0 0 5px;
	font-size: 20px;
	color: transparent;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}
.header2>h1 img {
	height: 55px;
	width: 360px;
	margin: 22px 0 0 0;
}
/*---------------------------------------------------------------------navigation : at top, inside header */
.navigation {
	position: absolute;
	right: 170px;
	top: 5px;
}
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #444;
}
.navigation ul li {
	padding: 0 0 0 11px;
	margin: 0 0 0 6px;
	display: inline;
	background: url(../images/nav_li.gif) no-repeat 0 center;
}
.navigation ul li:first-child {
	background: none;
}
.navigation ul li a {
	text-decoration: none;
	color: #390;
	font-weight: bold;
	font-family: Verdana;
}
.navigation ul li a:hover {
	color: #069;
}
/*-------------------------------------------------------fontSize*/
.fontSize {
	width: 150px;
	position: absolute;
	top: 3px;
	right: 0px;
	border-top: none;
	padding: 0px 0 0px;
}
.fontSize h1 {
	margin: 6px 8px 0 0px;
	padding: 0;
	float: left;
	color: #555;
	font-weight: normal;
	font-size: 1em;
}
.fontSize ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 0;
}
.fontSize ul li {
	padding: 0;
	display: inline;
	margin: 0;
}
.fontSize ul li a {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 24px;
	height: 24px;
	background: url(../images/font_size.png) no-repeat 0 0;
}
.fontSize ul li.fontSize_S a {
	background-position: 0 0;
}
.fontSize ul li.fontSize_M a {
	background-position: 0 -30px;
}
.fontSize ul li.fontSize_L a {
	background-position: 0 -60px;
}
.fontSize ul li.fontSize_S a.here {
	background-position: -30px 0;
}
.fontSize ul li.fontSize_M a.here {
	background-position: -30px -30px;
}
.fontSize ul li.fontSize_L a.here {
	background-position: -30px -60px;
}
/*----------------------------------------------------------------------------------search*/
.search {
	position: absolute;
	top: 30px;
	right: 10px;
	font-size: 1em;
	letter-spacing: 0;
	width: 45%;
	float: right;
	padding: 0;
}
.search form {
	margin: 4px 10px 4px 0;
	float: left;
	border: 1px solid #c4c3c4;
	border-radius: 3px;
	background-color: #FFF;
	padding: 2px 0 0;
}
.search input[type="text"] {
	width: 180px;
	*width:180px;
	border-radius: 0px;
	padding: 4px 4px 0;
	margin: 0 2px 0px 0;
	font-size: inherit;
	border: none;
}
.search form input.btn {
	width: 26px;
	height: 22px;
	vertical-align: top;
	margin: -2px 0 0;
	background: url(../images/search_btn.png) no-repeat 0 0;
	font-size: 0;
	color: transparent;
	border: none;
	*color:#0984cb;
}
.search form a {
	text-decoration: none;
	background: url(../images/more.png) no-repeat 0 1px;
	padding: 0 0 4px 17px;
	color: #00a6f1;
}
.search form a:hover {
	background-position: 1px 1px;
	color: #fff;
}
.search form ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 110%;
}
.search form li {
	margin: 0 .6em 0 0;
	padding: 0;
	display: inline;
}
.search .keywordHot {
	margin: 0;
	padding: 6px 0 0;
}
.search .keywordHot ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 150%;
	line-height: 140% \9;
}
.search .keywordHot ul li {
	margin: 0 .4em 0 0;
	padding: 0;
	display: inline;
}
.search .keywordHot ul li a {
	white-space: nowrap;
	text-decoration: none;
	color: #7d7d7d;
}
.search .keywordHot ul li a:hover {
	color: #990000;
}
/*------------------------------------------------------------------------------header_banner*/
.header_banner {
	margin: 0;
	padding: 0;
	position: relative;
	top: 18px;
	height: 125px;
}
.header_banner figure {
	margin: 0;
	position: relative;
	z-index: 0;
	text-align:center;
}
.header_banner figure img{
	width:995px;
	height:125px;
}
/*----------------------------------------------------------------------------user分眾*/
.header_banner .user {
	margin: -30px 15px 0 0;
	padding: 0;
	float: right;
	position: relative;
	z-index: 0;
}
.header_banner .user ul {
	margin: 0;
	padding: 0;
}
.header_banner .user ul li {
	float: left;
	list-style-type: none;
	margin: 0;
}
.header_banner .user ul li a {
	display: block;
	background-color: #92b8d6;
	border-radius: 10px 10px 0 0;
	border-top: 1px solid #638dae;
	border-left: 1px solid #638dae;
	border-right: 1px solid #638dae;
	padding: 5px 10px 4px;
	color: #FFF;
	text-decoration: none;
	width: 115px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
.header_banner .user ul li a:hover {
	background-color: #3489cd;
}
.header_banner .user ul li a.here {
	background-color: #3489cd;
}
/*----------------------------------------------------------------------------footer: site wide footer*/
footer {
	font-size: 13px;
	line-height: 125%;
	padding: 0;
	position: relative;
}
footer a {
	text-decoration: none;
}
/* ---------------site tree close/open control */
footer .sildeCtrl {
	text-align: right;
	background-color: #FFF;
}
footer .sildeCtrl span {
	cursor: pointer;
	color: #FFFFFF;
	padding: 4px 15px 2px 30px;
	*padding:5px 15px 0px 30px;
	margin-right: 5px;
	width: 55px;
	display: inline-block;
	letter-spacing: 5px;
	background: url(../images/footer_ctrl.png) no-repeat 0 0;
	font-size: 12px;
	line-height: 20px;
}
footer .sildeCtrl.close span {
	background-position: 0 -30px;
}
footer .sildeCtrl span:hover {
	text-decoration: none;
	color: #2dbeff;
	cursor: pointer;
}
/* site tree */
footer nav {
	clear: both;
	margin: 0;
	background: #196fb6;
	padding: 0 0 5px 15px;
	overflow: hidden;
}
footer nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 110%;
	overflow: hidden;
}
footer nav ul li {
	display: inline-block;
	width: 120px;
*float:left;
	margin: 0 6px 0 0;
	padding: 6px 0 0 6px;
	vertical-align: top;
}
footer nav ul li a {
	color: #FFF;
}
footer nav ul li a:hover {
	color: #FC0;
	text-decoration: none;
}
footer nav ul ul {
	margin: 4px 0 0 0;
	padding: 5px 0 0;
	display: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5594C8;
}
footer nav ul ul li {
	display: inline;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}
footer nav ul ul li a {
	display: block;
	color: #eeeeee;
	text-decoration: none;
	font-weight: normal;
	margin: 0 0 7px;
	padding: 0;
	background: none;
}
footer nav ul ul li a:hover {
	color: #eee;
}
footer nav ul ul ul {
	display: none;
}
/*------------------------------------------------------------------------------------------footer section*/
footer section {
	min-height: 80px;
	padding: 18px 180px 20px 20px;
	color: #000;
	position: relative;
	background: #0e6ba6;
	background-color: #dadada;
}
footer section ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
footer section ul li {
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #196fb6;
}
footer section a, footer section a:hover {
	color: #196fb6;
	font-weight: bold;
}
footer section a:hover {
	text-decoration: underline;
}
footer p {
	margin: 0 0 2px;
	padding: 0;
	line-height: 135%;
}
footer em {
	font-style: normal;
}
footer p em {
	letter-spacing: 1px;
	margin-left: 1em;
}
footer p a img {
	vertical-align: -30%;
	margin: 0 5px;
}
/*visitor, update , markA , egov */
footer .visitor, footer .update {
	position: absolute;
	top: 70px;
	right: 25px;
	text-align: right;
	padding: 5px 0 4px;
	line-height: 100%;
	width: 180px;
	top: 130px \9;
	color: #ccc \9;
	font-style: normal \9;
	font-size: 13px \9;
}
footer .visitor em, footer .update em {
	font-family: Arial, Helvetica, sans-serif;
	color: #F30;
	*margin-left:.6em;
}
footer .visitor em:before, footer .update em:before {
	content: '：'
}
footer .update {
	top: 90px;
	top: 90px \9;
}
footer .markA, footer .egov {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}
footer .egov {
	right: 125px;
}

/*====================================================== for all pages except mp */
.friendly {
	clear: both;
	margin: 0 15px;
	overflow: hidden;
}
/*------------------------------------------------path：瀏覽路徑*/
.path {
	color: #555;
	margin: 0 0 5px;
}
.path .before {
	padding-right: 20px;
	margin-right: 3px;
	background: url(../images/path.png) no-repeat right -1px;
	color: #000;
}
.path a {
	text-decoration: none;
	color: #196da8;
}
.path a:hover {
	color: #0096ff;
	text-decoration: none;
}
/*-----------------------------------------------function：友善列印, 轉寄友人, 回上一頁*/
.function {
	overflow: hidden;
	_width: 100%;
	margin: 10px 0;
	float: right;
}
.function ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 1em;
	line-height: 120%;
}
.function li {
	float: left;
	padding: 0;
	margin: 0 0 0 12px;
}
.function li a {
	display: block;
	padding: 0 0 1px 22px;
	text-decoration: none;
	background: url(../images/function.png) no-repeat 0 0;
	color: #666;
}
.function .print {
	background-position: 0 0;
}
.function .forward {
	background-position: 0 -30px;
}
.function .back {
	background-position: 0 -60px;
}
.function li a:hover {
	color: #F30;
}
/*------------------------------------------------------------share分享轉貼*/
.share {
	margin: 2px 15px 0;
	padding: 4px 0;
	float: left;
}
.share h1 {
	padding: 6px 3px 0 0;
	margin: 0;
	line-height: 100%;
	font-weight: normal;
	font-size: 1em;
	float: left;
}
.share ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.share ul li {
	margin: 0;
	padding: 0;
	float: left;
}
.share ul li a {
	text-decoration: none;
}
/*--------------------------------------------------------------quickLink: 
at page bottom, include [back] and [top] */
.quickLink {
	position: relative;
	height: 80px;
	padding-top: 30px;
	margin-top: 30px;
	overflow: hidden;
	clear: both;
}
.quickLink ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
.quickLink li {
	margin: 0;
	padding: 0;
	display: inline;
}
.quickLink li a {
	float: left;
}
.quickLink li a.gotop {
	position: absolute;
	left: 355px;
	top: 30px;
	background: url(../images/gotop.png) no-repeat 0 0;
	width: 50px;
	height: 80px;
	font-size: 0;
}
.quickLink li a.back {
	padding: 0 0 1px 22px;
	margin-top: 20px;
	text-decoration: none;
	background: url(../images/function.png) no-repeat 0 -60px;
	color: #777;
}
.quickLink li a:hover {
	color: #000;
}
/*---------------------------------------------------------------------------------------------------*/
.np, .lp, .cp, .qp, .sp, .sitemap, .forwardForm {
	clear: both;
	margin: 0 15px;
}
.center>section>header {
	clear: both;
	position: relative;
	padding: 8px 0 5px;
	margin: 0 0 8px;
	border-bottom: 2px solid #004477;
}
.center>section>header h1 {
	font-size: 16px;
	line-height: 140%;
	margin-right: 180px \9;
}

.center>section h2 {
	font-size: 15px;
	margin: 10px 0;
	background-image: url(../images/link_li.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 20px;
}
.center>section>header h1:nth-last-child(2) {
	margin-right: 110px;
}
.center>section>header h1:nth-last-child(3) {
	margin-right: 180px;
}
.center>section * {
	border-color: #ccc;
}
