﻿@charset "utf-8";
/* CSS Document */

/*--header design--*/
.header {
	background: url(../images/header_bg.gif) no-repeat left top;
}
.header h1{
	display: inline;
	height: 110px;
	width: 265px;
}
a:link {
	color: #005588;
	text-decoration: underline;
}
a:visited {
	color: #005588;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
h1 {
	color: #777;
	margin: 0px;
}
.header h1{
	display: inline;
}
.nav {
	text-align: right;
	top: 0px; /*Firefox */
	top: 10px \9; /*IE8 */
	*top: 10px; /*IE7 */
	_top: 10px; /*IE6 */
	position: absolute \9; /*IE8 */
	*position: absolute; /*IE7 */
	_position: absolute;/*IE6 */
	right: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	width: 50%;
	color: #C611A2;
	
}
.nav li {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 6px;
	background: url(../images/next.gif) no-repeat left 2px;
}
.nav li a,.nav li a:visited {
	color: #666666;
	text-decoration: none;
}
.nav li a:hover {
	color: #FF6600;
}
.nav img {
	padding-left:5px;
	padding-top: -6px;
}
/*-------------------------------------------------------------------------------------------------------*/

.accesskey {
	FONT-FAMILY: "新細明體";
	COLOR: #7A7B75;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	line-height: 1.3;
}
A.accesskey:link {
	FONT-FAMILY: "新細明體"; COLOR: #7E7F77; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
A.accesskey:visited {
	FONT-FAMILY: "新細明體"; COLOR: #7E7F77; FONT-SIZE: 11px; TEXT-DECORATION: none
}
A.accesskey:hover {
	FONT-FAMILY: "新細明體"; COLOR: #ff6600; FONT-SIZE: 11px; TEXT-DECORATION: none
}
/*--top static login design--*/

.login {
	text-align: right;
	margin-top:75px; /*Firefox */
	margin-top:-35px \9; /*IE8 */
	*margin-top:-35px; /*IE7 */
	_margin-top:-35px; /*IE6 */
	right: 10px;
	display: inline;
	float: right;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;	
	position: absolute; /*Firefox */
	position:   \9; /*IE8 */
	*position:  ;  /*IE7 */
	_position:  ;  /*IE6 */
	
}
.login span {
	font-size:11px;
}
.login b {
	color:#990000;
	font-weight:normal;
}
.login li a {
	color: #8b5147;
	padding-left: 5px;
}
.login img {
	padding:2px 5px 5px 8px;
	vertical-align: middle;
}
#right_login {
	width:190px;
	border: 1px solid #CBCBCB;
	overflow: hidden;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#right_login p{
	padding: 2px;
	margin: 0px;
}
#right_login h2 {
	background-image: url(../images/h2_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1.6;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	margin: 0px;
	color: #784512;
}
/*-------------------------------------------------------------------------------------------------------*/
/*--top static menu design--*/
.top {

}
.top .menu {
	background: url(../images/hearder_20.gif) repeat-x left top;
	text-align:left;
	width:100%;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	height: 32px;
}

/*-------------------------------------------------------------------------------------------------------*/
#leftbox {
	width: 19%;
	float: left;
	overflow: hidden;
}
#Contents .box {
	width: 99%;
	float: left;
	overflow: hidden;
	border: 1px solid #DDCAB0;
	background-color: #FFFFFF;
}
#Contents .box h2 {
	background-image: url(../images/h2_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1.6;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDCAB1;
	margin: 0px;
	color: #784512;
}
.box ul{
	margin:10px 10px 5px 10px;
	padding:0 0 5px;
	font-size:13px;
	list-style-type:none;
	background-image: none;
}
.box li{
	color: #de72c5;
	display: block;
	line-height:180%;
	border-bottom:1px dotted #ddd;
	background: url(../images/icon_arrow.gif) no-repeat 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.box li a, .box li a:visited { margin:0 2px 0; color: #555; text-decoration:none; }
.box li a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.box .more {
	text-align: right;
	padding-right: 15px;
	margin: 0px;
	padding-bottom: 5px;
	}
.path {
	padding:0;
	font-size: 12px;
	text-align: left;
	margin-bottom: 0px;
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0px;
}
.path a {
	padding: 0 4px 0 4px;
	color: #336699;
	text-decoration: underline;
}
.path a:hover {
	color: #D75116;
	text-decoration: underline;
}
.path img {
	padding: 0px 4px 0 0;
	vertical-align:middle;
}
#major {
	width: 58%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1%;
}
#rightbox {
	width: 194px;
	float: right;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
}
#bannerNew {
	clear:both;
	display:block;
	width: 192px;
	padding: 0px;
	margin: 0px;
}
#bannerNew ul {
	margin: 0px;
	padding: 0px;
}
#bannerNew ul li {
	display:block;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CBCBCB;
	height:auto;
	width: 190px;
	overflow: hidden;
	list-style-image: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.search {
	/*text-align:center;*//*20090730*/
	/*white-space: nowrap;*/
	text-align:left;
	padding-left: 165px;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
	height: 211px;
	width: auto;
	float: left;
	clear: both;
    display: table;
}
.search h2 {
	font-size: 20px;
	color: #784512;
	letter-spacing: 2px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: none;
	padding-left: 0px;
    display: table-row;
	line-height:50px
}
.hotTerm {
	font-size: 15px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
	height: 22px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
    word-wrap: break-word; 
    word-break: normal; 
    display: table-row;

}
.hotTerm ul {
	list-style: none;
	display: block;
	margin: 0;
	padding-left: 0;
}
.hotTerm li {
	display: inline-block;
	margin-right: 1em;
	width: auto;
	list-style-type: none;
	font-size:12px;
	*display: inline;
}

.hotTerm .hotRank{ text-align:right;}
.searchBlock {
	text-align:left;
	background: url(../images/searchBlockbg.jpg) no-repeat 0px 0px;
	width:190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CBCBCB;
	height: 30px;
	clear: both;
}
.searchBlock form {
	clear:both;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
.searchBlock input, .searchBlock img {
	vertical-align:middle;
}
.searchBlock label{ color:#333; }
.searchBlock input {
	margin:0 0 0 0px;
	width:100px;
}
#hotnews {
	DISPLAY: block;
	OVERFLOW: hidden;
	clear: both;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	display: block;
	border: 1px solid #DDCAB1;
}
#hotnews h2 {
	background-image: url(../images/h2_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1.6;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDCAB1;
	margin: 0px;
	color: #784512;
}
#hotnews .Singular {
	LINE-HEIGHT: 24px;
	BACKGROUND-COLOR: #ffecfc;
	COLOR: #000000;
	FONT-SIZE: 13px;
	overflow: hidden;
	text-decoration: none;
	letter-spacing: 1px;
}
#hotnews .Singular A:link, #hotnews .Singular A:visited {
BACKGROUND-IMAGE: url(../images/icon_news.gif);
BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: 5px 5px;
	padding-left: 22px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}
#hotnews .Singular A:hover {
	color: #D75116;
	text-decoration: underline;
}
#hotnews .Singular IMG{
	display: inline;
	height: 9px;
	width: 27px;
	overflow: hidden;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#hotnews .Plural {
	LINE-HEIGHT: 24px;
	BACKGROUND-COLOR: #ffffff;
	COLOR: #000000;
	FONT-SIZE: 13px;
	letter-spacing: 1px;
}
#hotnews .Plural A:link, #hotnews .Plural A:visited {
BACKGROUND-IMAGE: url(../images/icon_news.gif);
BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: 5px 5px;
	padding-left: 22px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}
#hotnews .Plural A:hover {
	color: #D75116;
	text-decoration: underline;
}
#hotnews .Plural IMG{
	display: inline;
	height: 9px;
	width: 27px;
	overflow: hidden;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#hotnews .date {
	LINE-HEIGHT: 24px;
	PADDING-LEFT: 5px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #9e9e9e;
	FONT-SIZE: 13px;
	padding-right: 5px;
}
#NewMore {
	TEXT-ALIGN: right;
	MARGIN-BOTTOM: 3px;
	COLOR: #9e9e9e;
	margin-top: 3px;
	display: block;
	clear: both;
	margin-right: 5px;
}
.footer {
	color:#666666;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif, "新細明體";
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 20px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left 2px;
}
.footer p{
	padding-left: 15px;
}
.footer a {color:#873702;}

.footer .visitor {
	color: #575757;
	padding-left: 14px;
}
.footer em {
	margin-left: 4px;
	margin-right: 4px;
	color: #FF7E02;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.footer .visitor {
	text-align:left;
	color: #575757;
	line-height: 16px;
	font-size: 12px;
}
#PublishContent {
	BORDER-BOTTOM: #00cccc 0px solid;
	BORDER-LEFT: #00cccc 0px solid;
	PADDING-BOTTOM: 6px;
	LINE-HEIGHT: 1.7;
	PADDING-LEFT: 0px;
	WIDTH: 90%;
	PADDING-RIGHT: 0px;
	FONT-SIZE: 15px;
	BORDER-TOP: #00cccc 0px solid;
	BORDER-RIGHT: #00cccc 0px solid;
	PADDING-TOP: 6px;
	margin-right: auto;
	margin-left: auto;
}
#PublishContent BLOCKQUOTE {
	MARGIN-TOP: 0px; MARGIN-RIGHT: 0px
}
#PublishContent OL {
	MARGIN-TOP: 0px; MARGIN-RIGHT: 0px
}
#PublishContent P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	margin-bottom: 20px;
	display: block;
	font-variant: normal;
}
#PublishContent P A:link {
	font-size: 15px;
	line-height: 1.7;
	COLOR: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#PublishContent P A:hover {
	font-size: 15px;
	line-height: 1.7;
	COLOR: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#PublishContent P A:visited {
	font-size: 15px;
	line-height: 1.7;
	COLOR: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#PublishContent H2 {
	background-image: none;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 10px;
	COLOR: #663399;
	FONT-SIZE: 21px;
	line-height: 1.7;
	font-variant: normal;
	letter-spacing: 1px;
	display: block;
	padding: 0px;
}
#PublishContent H3 {
	background-image: none;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 10px;
	COLOR: #000000;
	FONT-SIZE: 18px;
	line-height: 1.5;
	font-variant: normal;
	letter-spacing: 1px;
	display: block;
	padding: 0px;
}
#PublishContent .DateTime {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; MARGIN-BOTTOM: 12px; COLOR: #666666; FONT-SIZE: 13px}
#PublishContent .Publisher {
	MARGIN-TOP: 16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FLOAT: left; COLOR: #990000; FONT-SIZE: 13px}
#PublishContent .NeedMark {
	COLOR: #3399ff; FONT-SIZE: 21px; FONT-WEIGHT: bold; MARGIN-RIGHT: 2px
}
#AttFile{
	display: block;
}
#AttFile A:visited {
	COLOR: black; TEXT-DECORATION: none
}
#AttFile A:link {
	COLOR: black; TEXT-DECORATION: none
}
#AttFile A:hover {
	COLOR: red; TEXT-DECORATION: underline
}
#AttFile A:active {
	COLOR: red; TEXT-DECORATION: underline
}
#AttFile IMG {
	MARGIN: 3px
}
#bottomNav, #bottomNav_en {
	TEXT-ALIGN: center; MARGIN-TOP: 20px
}
.dg_List_empty {
	MARGIN-TOP: 20px; WIDTH: 100%; MARGIN-LEFT: 0px; BORDER-TOP: #000 1px solid; MARGIN-RIGHT: auto
}
.dg_List {
	BORDER-BOTTOM-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	MARGIN-TOP: 20px;
	WIDTH: 95%;
	BORDER-TOP-STYLE: none;
	MARGIN-LEFT: auto;
	BORDER-LEFT-STYLE: none;
	MARGIN-RIGHT: auto;
	line-height: 1.7;
	font-variant: normal;
}
.dg_List_cation {
	FONT-WEIGHT: bold
}
.dg_List_cation_img {
	MARGIN-RIGHT: 5px
}
.dg_List_Header {
	BORDER-BOTTOM: gainsboro 1px dotted;
	TEXT-ALIGN: left;
	BORDER-RIGHT-STYLE: none;
	BACKGROUND-COLOR: #ffb6e2;
	TEXT-INDENT: 6px;
	PADDING-LEFT: 6px;
	BORDER-TOP-STYLE: none;
	line-height: 1.7;
	COLOR: #333;
	BORDER-LEFT-STYLE: none;
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	white-space: nowrap;
}
.dg_List_Header TH{
	white-space: nowrap;
	text-decoration: none;
}
.dg_List_Item {
	BACKGROUND-IMAGE: url(images/Icon_DocList2.gif);
	BORDER-BOTTOM: #cccccc 1px dashed;
	TEXT-ALIGN: left;
	BACKGROUND-COLOR: #ffffff;
	PADDING-LEFT: 38px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-POSITION: left 50%;
	HEIGHT: 25px;
	COLOR: #666666;
	font-size: 15px;
	line-height: 1.7;
}
.dg_List_Item_havedate {
	BACKGROUND-IMAGE: url(images/Icon_DocList2_Have_Date.gif); BORDER-BOTTOM: #cccccc 1px dashed; TEXT-ALIGN: left; PADDING-LEFT: 22px; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-POSITION: left 50%; HEIGHT: 25px; COLOR: #666666
}
.dg_List_Date {
	BORDER-BOTTOM: #cccccc 1px dashed;
	TEXT-ALIGN: left;
	PADDING-LEFT: 20px;
	WIDTH: 100px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 25px;
	COLOR: #666666;
	font-size: 13px;
	line-height: 1.7;
}
.dg_List_cell_node {
	BORDER-BOTTOM: gainsboro 1px dotted;
	BORDER-RIGHT-STYLE: none;
	BACKGROUND-COLOR: #ffecfc;
	WIDTH: 100%;
	BORDER-TOP-STYLE: none;
	COLOR: #ff6600;
	BORDER-LEFT-STYLE: none;
	FONT-WEIGHT: bold;
	font-size: 15px;
	line-height: 1.7;
}
.dg_List_cell_node A:visited {
	COLOR: #ff6600;
	font-size: 15px;
	line-height: 1.7;
	text-decoration: none;
}
.dg_List_cell_node A:link {
	COLOR: #ff6600;
	font-size: 15px;
	line-height: 1.7;
	text-decoration: none;
}
.dg_List_cell_node IMG {
	MARGIN: 1px 4px; VERTICAL-ALIGN: middle
}
.dg_List_cell0 {
	BORDER-BOTTOM: gainsboro 1px dotted;
	BORDER-RIGHT-STYLE: none;
	BORDER-TOP-STYLE: none;
	BORDER-LEFT-STYLE: none;
	WIDTH: 16%;
	line-height: 1.7;
	font-size: 15px;
	font-variant: normal;
	vertical-align: top;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}
.dg_List_cell0 A:link, .dg_List_cell0 A:visited {
	line-height: 1.7;
	font-size: 15px;
	font-variant: normal;
	vertical-align: top;
	font-weight: bold;
	display: block;
	height: auto;
	width: 80%;
	overflow: hidden;
	text-decoration: none;
	color: #000000;
}
.dg_List_cell0 IMG{
	vertical-align: top;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 19px;
	width: 18px;
	float: left;
}
.dg_List_cell1 {
	BORDER-BOTTOM: gainsboro 1px dotted;
	BORDER-RIGHT-STYLE: none;
	BORDER-TOP-STYLE: none;
	VERTICAL-ALIGN: top;
	BORDER-LEFT-STYLE: none;
	line-height: 1.7;
	font-size: 15px;
	font-variant: normal;
}
.dg_List_cell1 A:link, .dg_List_cell1 A:visited {
	line-height: 1.7;
	font-size: 15px;
	font-variant: normal;
	vertical-align: top;
	height: auto;
	width: 92%;
	overflow: hidden;
	text-decoration: none;
	color: #333333;
}
.dg_List_cell1 A:hover {
	line-height: 1.7;
	font-size: 15px;
	font-variant: normal;
	vertical-align: top;
	color: #FF6600;
	text-decoration: none;
}
.dg_List_cell1 IMG{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dg_List_cell2 {
	BORDER-BOTTOM: gainsboro 1px dotted;
	BORDER-RIGHT-STYLE: none;
	WIDTH: 22%;
	BORDER-TOP-STYLE: none;
	COLOR: #666666;
	VERTICAL-ALIGN: top;
	BORDER-LEFT-STYLE: none;
	line-height: 1.7;
	font-size: 15px;
	font-variant: normal;
}
.dg_List_cell3 {
	BORDER-BOTTOM: gainsboro 1px dotted;
	BORDER-RIGHT-STYLE: none;
	WIDTH: 10%;
	BORDER-TOP-STYLE: none;
	COLOR: #ff6600;
	VERTICAL-ALIGN: top;
	BORDER-LEFT-STYLE: none;
	text-align: center;
	line-height: 1.7;
	font-size: 15px;
	font-variant: normal;
}
.dg_List_cell4 {
	BORDER-BOTTOM: gainsboro 1px dotted;
	BORDER-RIGHT-STYLE: none;
	WIDTH: 10%;
	BORDER-TOP-STYLE: none;
	COLOR: #666666;
	BORDER-LEFT-STYLE: none;
	line-height: 1.7;
	font-size: 15px;
	font-variant: normal;
	text-align: center;
	vertical-align: top;
}
.dg_List_more {
	BORDER-BOTTOM: gainsboro 1px dotted; TEXT-ALIGN: right; BORDER-RIGHT-STYLE: none; WIDTH: 15%; BORDER-TOP-STYLE: none; VERTICAL-ALIGN: top; BORDER-LEFT-STYLE: none; FONT-WEIGHT: bold
}
.dg_List_more A:link {
	MARGIN: -20px 0px 0px 22px; WIDTH: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; HEIGHT: 10px; COLOR: #0066cc; TEXT-DECORATION: none
}
.dg_List_more A:visited {
	MARGIN: -20px 0px 0px 22px; WIDTH: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; HEIGHT: 10px; COLOR: #0066cc; TEXT-DECORATION: none
}
.dg_List_more A:active {
	COLOR: #ff0000
}
.dg_List_more A:hover {
	COLOR: #ff0000
}
.dg_List_Item A:link {
	COLOR: #339900; TEXT-DECORATION: none
}
.dg_List_Item A:visited {
	COLOR: #339900; TEXT-DECORATION: none
}
.dg_List_Item_havedate A:link {
	COLOR: #339900; TEXT-DECORATION: none
}
.dg_List_Item_havedate A:visited {
	COLOR: #339900; TEXT-DECORATION: none
}
.dg_List_Item A:hover {
	BACKGROUND-COLOR: #fee89a; DISPLAY: block; COLOR: #ff3300; TEXT-DECORATION: none
}
.dg_List_Item_havedate A:hover {
	BACKGROUND-COLOR: #fee89a; DISPLAY: block; COLOR: #ff3300; TEXT-DECORATION: none
}
.dg_List_Footer {
	TEXT-ALIGN: left;
	BACKGROUND-COLOR: #ececec;
	TEXT-INDENT: 5px;
	PADDING-LEFT: 20px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 28px;
	COLOR: #333333;
	font-size: 13px;
	line-height: 1.7;
	font-variant: normal;
}
.dg_List_NodeText0 {
	BACKGROUND-IMAGE: url(Publisher/icon_DocListFolder.gif); BORDER-BOTTOM: #bbb 1px solid; TEXT-ALIGN: left; MARGIN-TOP: 6px; PADDING-LEFT: 30px; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-POSITION: left 50%; HEIGHT: 28px; COLOR: #cc3333; FONT-SIZE: 17px; BORDER-TOP: #fff 1px solid; FONT-WEIGHT: bold
}
.dg_List_NodeText1 {
	BACKGROUND-IMAGE: url(Publisher/icon_DocListFolder.gif); BORDER-BOTTOM: #bbb 1px solid; TEXT-ALIGN: left; MARGIN-TOP: 6px; PADDING-LEFT: 30px; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-POSITION: left 50%; HEIGHT: 28px; COLOR: #cc3333; FONT-SIZE: 17px; BORDER-TOP: #fff 1px solid; FONT-WEIGHT: bold
}
.dg_List_NodeText1 IMG {
	MARGIN-TOP: -10px; FLOAT: right; MARGIN-RIGHT: 5px
}
.DgNodeText0 IMG {
	MARGIN-TOP: -10px; FLOAT: right; MARGIN-RIGHT: 5px
}
.dg_List_NodeText1 A:link {
	COLOR: #cc3333; TEXT-DECORATION: none
}
.dg_List_NodeText0 A:link {
	COLOR: #cc3333; TEXT-DECORATION: none
}
.dg_List_NodeText1 A:visited {
	COLOR: #cc3333; TEXT-DECORATION: none
}
.dg_List_NodeText0 A:visited {
	COLOR: #cc3333; TEXT-DECORATION: none
}
.dg_List_NodeText1 SPAN {
	DISPLAY: none
}
.dg_List_NodeText0 SPAN {
	DISPLAY: none
}
.dg_List_Nothing {
	DISPLAY: block; HEIGHT: 8px
}
.AppTable .DgPager TD {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.AppTable .DgPager TD A:before {
	page-break-before: always;
}
.AppTable .DgPager TD SPAN:before {
 	page-break-before: always;
}
.AppTable .DgPager TD A:link {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #ffecfc; MARGIN: 0px 2px 0px 0px; PADDING-LEFT: 3px; WIDTH: 20px; PADDING-RIGHT: 3px; DISPLAY: inline; HEIGHT: 16px; COLOR: #666666; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid
}
.AppTable .DgPager TD A:visited {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #ffecfc; MARGIN: 0px 2px 0px 0px; PADDING-LEFT: 3px; WIDTH: 20px; PADDING-RIGHT: 3px; DISPLAY: inline; HEIGHT: 16px; COLOR: #666666; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid
}
.AppTable .DgPager TD A:hover {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #663399; MARGIN: 0px 2px 0px 0px; WIDTH: 20px; PADDING-RIGHT: 3px; DISPLAY: inline; HEIGHT: 16px; COLOR: #ffffff; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid
}
.AppTable .DgPager TD SPAN {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #ebebeb; MARGIN: 0px 2px 0px 0px; PADDING-LEFT: 3px; WIDTH: 20px; PADDING-RIGHT: 3px; DISPLAY: inline; HEIGHT: 16px; COLOR: #663399; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid
}
.AppTable .DgPager TD .PageInfo {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; PADDING-BOTTOM: 1px; BACKGROUND-COLOR: #efefef; MARGIN: 0px 2px 0px 0px; PADDING-LEFT: 3px; WIDTH: 20px; PADDING-RIGHT: 3px; DISPLAY: inline; HEIGHT: 16px; COLOR: #666666; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid
}
.status table td.DgPager Table {
	width: auto;
}
.DgPager A:before {
	page-break-before: always;
	font-family: "微軟正黑體";
}
.DgPager SPAN:before {
 	page-break-before: always;
}
.DgPager A:link {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #ffecfc; MARGIN: 0px 2px 0px 0px; PADDING-LEFT: 3px; WIDTH: 20px; PADDING-RIGHT: 3px; DISPLAY: inline; HEIGHT: 16px; COLOR: #666666; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; font-family: "微軟正黑體";
}
.DgPager A:visited {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #ffecfc; MARGIN: 0px 2px 0px 0px; PADDING-LEFT: 3px; WIDTH: 20px; PADDING-RIGHT: 3px; DISPLAY: inline; HEIGHT: 16px; COLOR: #666666; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; font-family: "微軟正黑體";
}
.DgPager A:hover {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #663399; MARGIN: 0px 2px 0px 0px; WIDTH: 20px; PADDING-RIGHT: 3px; DISPLAY: inline; HEIGHT: 16px; COLOR: #ffffff; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; font-family: "微軟正黑體";
}
.DgPager SPAN {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #ebebeb; MARGIN: 0px 2px 0px 0px; PADDING-LEFT: 3px; WIDTH: 20px; PADDING-RIGHT: 3px; DISPLAY: inline; HEIGHT: 16px; COLOR: #663399; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; font-family: "微軟正黑體";
}
.DgPager .PageInfo {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; PADDING-BOTTOM: 1px; BACKGROUND-COLOR: #efefef; MARGIN: 0px 2px 0px 0px; PADDING-LEFT: 3px; WIDTH: 20px; PADDING-RIGHT: 3px; DISPLAY: inline; HEIGHT: 16px; COLOR: #666666; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; font-family: "微軟正黑體";
}
.AppFormView {
	WIDTH: 100%
}
.AppTable {
	BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; MARGIN-TOP: 6px; WIDTH: 100%; BORDER-COLLAPSE: collapse; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; BORDER-TOP: #999999 1px solid; BORDER-RIGHT: #999999 1px solid
}
.AppTable TH {
	BORDER-BOTTOM: #999999 1px solid; TEXT-ALIGN: center; PADDING-BOTTOM: 3px; BACKGROUND-COLOR: #ffecfc; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; COLOR: #000000; FONT-SIZE: 15px; FONT-WEIGHT: bold; BORDER-RIGHT: #999999 1px solid; PADDING-TOP: 3px
}
.AppTable TH A:link {
	TEXT-ALIGN: center; PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; COLOR: #ff6600; FONT-SIZE: 15px; FONT-WEIGHT: bold; TEXT-DECORATION: underline; PADDING-TOP: 3px
}
.AppTable TH A:visited {
	TEXT-ALIGN: center; PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; COLOR: #ff6600; FONT-SIZE: 15px; FONT-WEIGHT: bold; TEXT-DECORATION: underline; PADDING-TOP: 3px
}
.AppTable TD {
	BORDER-BOTTOM: #999999 1px solid; PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-RIGHT: #999999 1px solid; PADDING-TOP: 3px
}
.AppTable .linetd {
	BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-RIGHT: #999999 1px solid
}
.AppTableAltItem TD {
	BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-RIGHT: #999999 1px solid
}
.AppTableItem TD {
	BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-RIGHT: #999999 1px solid
}
.AppTable TD P {
	PADDING-LEFT: 0px
}
.AppTablePager A {
	WIDTH: 20px
}
.AppTable td A:link {
	COLOR: #663399; TEXT-DECORATION: underline
}
.AppTable td A:visited {
	COLOR: #663399; TEXT-DECORATION: underline}
.AppTable td A:hover {
	COLOR: #cc0000; TEXT-DECORATION: none
}
.AppTable .tdSelect {
	BORDER-BOTTOM: #ffcc66 1px dashed; BORDER-LEFT: #ffcc66 1px dashed; PADDING-BOTTOM: 6px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; BORDER-TOP: #ffcc66 1px dashed; FONT-WEIGHT: bold; BORDER-RIGHT: #ffcc66 1px dashed; TEXT-DECORATION: underline; PADDING-TOP: 6px
}
.Apptable P {
	
}
.Btn {
	BORDER-BOTTOM: #e1b159 1px solid; BORDER-LEFT: #e1b159 1px solid; BACKGROUND: #cc3300; HEIGHT: 24px; COLOR: #fff; BORDER-TOP: #e1b159 1px solid; BORDER-RIGHT: #e1b159 1px solid
}
.ViewCss {
	WIDTH: 80%
}
.ViewTable {
	WIDTH: 95%
}
.ViewTableLeftCol {
	WIDTH: 100px
}
.ViewTableRightCol {
	WIDTH: 85%
}
.WebSiteMap A:link {
	COLOR: #333333; TEXT-DECORATION: none
}
.WebSiteMap A:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
.WebSiteMap A:hover {
	COLOR: #f00; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
.WebSiteMap A:active {
	COLOR: #f00; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
#CertIssuer {
	DISPLAY: none
}
.Col2Table {
	WIDTH: 100%
}
.Col2TableLeftTD {
	WIDTH: 72%; VERTICAL-ALIGN: top
}
.Col2TableRightTD {
	WIDTH: 26%; VERTICAL-ALIGN: top
}
.AppTable2 {
	BORDER-BOTTOM: #ffcc66 1px solid; BORDER-LEFT: #ffcc66 1px solid; WIDTH: 100%; BORDER-COLLAPSE: collapse; BORDER-TOP: #ffcc66 1px solid; BORDER-RIGHT: #ffcc66 1px solid
}
.AppTable2 .tdHead {
	BORDER-BOTTOM: #ffcc66 1px solid;
	PADDING-BOTTOM: 6px;
	PADDING-LEFT: 6px;
	PADDING-RIGHT: 6px;
	BACKGROUND: #cc3300;
	COLOR: #ffffff;
	FONT-SIZE: 15px;
	FONT-WEIGHT: bold;
	PADDING-TOP: 6px;
	line-height: 1.7;
}
.AppTable2 TD {
	BORDER-BOTTOM: #ffcc66 1px solid;
	PADDING-BOTTOM: 6px;
	PADDING-LEFT: 6px;
	PADDING-RIGHT: 6px;
	BACKGROUND: #fff;
	COLOR: #cc3300;
	FONT-SIZE: 15px;
	PADDING-TOP: 6px;
	line-height: 1.7;
}
.AppTable2 A:link {
	COLOR: #666666;
	TEXT-DECORATION: none;
	line-height: 1.7;
}
.AppTable2 A:visited {
	COLOR: #666666;
	TEXT-DECORATION: none;
	line-height: 1.7;
}
.AppTable2 A:hover {
	BORDER-BOTTOM: #cc0000 1px dashed;
	COLOR: #cc0000;
	TEXT-DECORATION: none;
	line-height: 1.7;
}
.AppTable2 A:unknown {
	BORDER-BOTTOM: #cc0000 1px dashed; COLOR: #cc0000; TEXT-DECORATION: none
}
.FriendlyPrint {
	COLOR: #cc0000; TEXT-DECORATION: none
}
.NationArcTableHome {
	WIDTH: 100%
}
.NationArcTableHome TD {
	BORDER-BOTTOM: #ddd 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #ddd 1px solid; PADDING-BOTTOM: 5px; PADDING-LEFT: 8px; PADDING-RIGHT: 8px; BORDER-TOP: #ddd 1px solid; BORDER-RIGHT: #ddd 1px solid; PADDING-TOP: 8px
}
.NationArcTableHome A {
	BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; PADDING-BOTTOM: 6px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; BORDER-TOP: #ddd 1px solid; BORDER-RIGHT: #ddd 1px solid; PADDING-TOP: 6px
}
.NationArcTable {
	BORDER-BOTTOM: #bbb 1px solid; BORDER-LEFT: #bbb 1px solid; WIDTH: 100%; BORDER-COLLAPSE: collapse; BORDER-TOP: #bbb 1px solid; BORDER-RIGHT: #bbb 1px solid
}
.NationArcTable TD {
	BORDER-BOTTOM: #bbb 1px dashed; TEXT-ALIGN: center; BORDER-LEFT: #bbb 1px dashed; PADDING-BOTTOM: 5px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: #bbb 1px dashed; BORDER-RIGHT: #bbb 1px dashed; PADDING-TOP: 0px
}
.NationArcTable .tdHead {
	BORDER-BOTTOM: #bbb 1px dashed; TEXT-ALIGN: left; PADDING-BOTTOM: 6px; BACKGROUND-COLOR: honeydew; MARGIN: 0px 0px 13px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; HEIGHT: 24px; PADDING-TOP: 6px
}
.NationArcTable .tdBody {
	PADDING-BOTTOM: 0px; MARGIN-TOP: -6px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 110px; VERTICAL-ALIGN: middle; PADDING-TOP: 0px
}
.NationArcTable .imgBorder {
	BORDER-BOTTOM: #ddd 2px solid; TEXT-ALIGN: center; BORDER-LEFT: #eee 1px solid; PADDING-BOTTOM: 3px; OUTLINE-STYLE: solid; OUTLINE-COLOR: #ccc; PADDING-LEFT: 3px; OUTLINE-WIDTH: 3px; WIDTH: auto; PADDING-RIGHT: 3px; MAX-WIDTH: 131px; MAX-HEIGHT: 106px; OVERFLOW: hidden; BORDER-TOP: #eee 1px solid; BORDER-RIGHT: #ddd 2px solid; PADDING-TOP: 3px
}
.NationArcImg {
	BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; PADDING-BOTTOM: 5px; MARGIN-TOP: 4px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; FLOAT: left; BORDER-TOP: #ddd 1px solid; MARGIN-RIGHT: 10px; BORDER-RIGHT: #ddd 1px solid; PADDING-TOP: 5px
}
.SmallBlockTable {
	MARGIN-BOTTOM: 6px; MARGIN-LEFT: 6px
}
.SmallBlock {
	PADDING-BOTTOM: 5px; MARGIN: 0px; PADDING-LEFT: 5px; WIDTH: 90%; PADDING-RIGHT: 5px; FLOAT: left; PADDING-TOP: 5px
}
.VoteBlockSubject {
	BORDER-BOTTOM: #ff9933 3px solid; WIDTH: 100%; DISPLAY: block; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; MARGIN-BOTTOM: 3px; COLOR: #ff3300; FONT-SIZE: 13px}
.warning {
	MARGIN: auto; WIDTH: 90%; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #f00; FONT-SIZE: 11px
}
.FormTable {
	BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; MARGIN-TOP: 6px; WIDTH: 100%; BORDER-COLLAPSE: collapse; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid
}
.FormTable TH {
	BORDER-BOTTOM: #00417d 1px solid;
	TEXT-ALIGN: center;
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 3px;
	PADDING-RIGHT: 3px;
	BACKGROUND: #288095;
	COLOR: #ffffff;
	FONT-SIZE: 15px;
	FONT-WEIGHT: bold;
	PADDING-TOP: 3px;
	line-height: 1.7;
}
.FormTable TH A:link {
	TEXT-ALIGN: center;
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 3px;
	PADDING-RIGHT: 3px;
	BACKGROUND: #288095;
	COLOR: #ffffff;
	FONT-SIZE: 15px;
	FONT-WEIGHT: bold;
	PADDING-TOP: 3px;
	line-height: 1.7;
}
.FormTable TH A:visited {
	TEXT-ALIGN: center;
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 3px;
	PADDING-RIGHT: 3px;
	BACKGROUND: #288095;
	COLOR: #ffffff;
	FONT-SIZE: 15px;
	FONT-WEIGHT: bold;
	PADDING-TOP: 3px;
	line-height: 1.7;
}
.FormTable TD {
	BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 3px
}
.FormTable TD TD {
	BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px
}
.FormTable .tdHead {
	BORDER-BOTTOM: #00417d 1px solid; PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; BACKGROUND: #288095; COLOR: #ffffff; FONT-SIZE: 15px; FONT-WEIGHT: bold; PADDING-TOP: 3px
}
#WordAd_Link {
	BORDER-BOTTOM: gainsboro 1px solid; BORDER-LEFT: gainsboro 1px solid; PADDING-BOTTOM: 0px; MARGIN-TOP: 3px; PADDING-LEFT: 0px; WIDTH: 196px; PADDING-RIGHT: 0px; BORDER-TOP: gainsboro 1px solid; BORDER-RIGHT: gainsboro 1px solid; PADDING-TOP: 0px
}
#WordAd_Link A:link {
	COLOR: #2dac79
}
#WordAd_Link A:visited {
	COLOR: #2dac79
}
#WordAd_Link A:active {
	COLOR: #ff0000
}
#WordAd_Link A:hover {
	COLOR: #ff0000
}
.DgAltItem{
	line-height: 2;
	font-variant: normal;
	font-size: 15px;
}
.DgItem{
	line-height: 2;
	font-variant: normal;
	font-size: 15px;
}
#Table1 {
	font-family: "新細明體";
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	width: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#Table1 th, #Table1 td {
	right: -1px;
	bottom: -1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#Main {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px
}
#Nav3 {
	text-align: right;
	font-size: 12px;
	color: #555555;
	white-space: nowrap;
}
#Nav3 img {
	margin-left: 12px;
	margin-right: 3px;
	border: none;
}
#Nav3 a {
	color: #005533;
	text-decoration: none;
	vertical-align: 25%;
}
#Nav3 a:hover {
	color: #CC3300;
	text-decoration: underline;
}
h2 {
	color: #623e0c;
	font-size: 120%;
	padding-left: 50px;
	text-align:left;
	display: block;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}
#Main h2 {
	color: #003399;
	font-size: 120%;
	padding-left: 35px;
	text-align:left;
	display: block;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
.body {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/seting_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
#themeContent {
	PADDING-BOTTOM: 6px;
	LINE-HEIGHT: 1.7;
	PADDING-LEFT: 0px;
	WIDTH: 95%;
	PADDING-RIGHT: 0px;
	FONT-SIZE: 15px;
	PADDING-TOP: 6px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.theme {
	font-size: 13px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}
.theme ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.theme li {
	display: inline;
	margin-right: 1em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}
.theme_tab {
	font-size: 13px;
	text-align: left;
	line-height: 1.3;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 0px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.theme_tab TD {
	font-size: 13px;
	text-align: center;
	line-height: 1.3;
	color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.button {
	font-size: 13px;
	padding-top: 3px;
	color: #202624;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../images/hearder_31.gif);
	background-repeat: repeat-x;
	border: 1px solid #B8B3AA;
}
#Text1 {
	color: #CC3300;
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#Page {
	font-size: 13px;
	color: #555555;
	text-decoration: none;
	text-align: left;
	margin-left: 8px;
}
#Page select {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
#Page a {
	color: #005533;
	text-decoration: none;
}
#Page a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.table2 {
	font-family: "新細明體";
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	width: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFB6E2;
}
.table2 th{
	background-color: #FFC1E7;
}
.table2 td {
	right: -1px;
	bottom: -1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFB7E2;
	border-right-color: #FFB6E2;
	border-bottom-color: #FFB6E2;
	border-left-color: #FFB7E2;
}
.H3 {
	background-image: none;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 5px;
	COLOR: #000000;
	FONT-SIZE: 15px;
	line-height: 1.5;
	font-variant: normal;
	letter-spacing: 1px;
	display: block;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-weight: normal;
}
#faqform1 {
	text-align: left;
	background-color:#efefef;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10;
	margin-left:0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#faqform1 em{ color:#C60; font-weight:bold; font-style:normal; padding:0 2px;}
#faqform1 table {
	font-size: 95%;
	margin-top: 1.5em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBBBBB;
}
#faqform1 table td {
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: top;
}
#faqform1 label {
	color: #46534E;
	display: block;
	margin-left: 5px;
	vertical-align: middle;
	padding-top: 3px;
}
#Member{
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1px;
	display: block;
}
#Sitemap {
	font-size: 95%;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 20px;
	list-style: none;
	text-align: left;

}

#Sitemap li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	vertical-align: top;
}
#Sitemap li ul {
	font-size: 85%;
	list-style: none;
	margin-left: 15px;

}
#Sitemap a {
	text-decoration: none;
}
.aspNetHidden{
	display: none;
	overflow: hidden;
}
#Member{
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1px;
	display: block;
}
#Member ol {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	display: block;
	margin: 0px;
}
#Member li  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.memberfont15 {
	color: #006699;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1px;
}
.Star{
	color: #FF0000;
}
#Member table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-top: 5px;
	clear: both;
	width: 800px;
	border: 1px solid #CCCCCC;
}
#Member table td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#myfolder {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	letter-spacing: 1px;
	display: block;
}
.myfolder {
	font-size: 13px;
	letter-spacing: 1px;
	display: block;
	margin: 10px 0 10px 10px;
	padding:0;
	text-align: left;
}
/*-----------------------------------myfolder_btn*/
.myfolder_btn { margin:0 0px 0 0px; }
.myfolder_btn ul{ margin:5px 0; padding:0; border-bottom:1px solid #ffaadc; height:1.4em; overflow:hidden;}
.myfolder_btn li{
	background: url(../images/btn_tab1.gif) no-repeat right top;
	padding:0px 8px 0px 0;
	margin:0 2px 0 0;
	display:inline;
	float:left;	
	font-size: 13px;
	
}
.myfolder_btn li a{
	background: url(../images/btn_tab1.gif) no-repeat left top;
	padding:5px 0px 8px 8px;
	color:#666;
	display:block;
	
}
.myfolder_btn li.here{
	background: url(../images/btn_tab2.gif) no-repeat right top;
	padding:0px 8px 0px 0;
	margin:0 2px 0 0;
	display:inline;
	float:left;
	font-size:0.8em;	
	
}
.myfolder_btn li.here a{
	background: url(../images/btn_tab2.gif) no-repeat left top;
	padding:5px 0px 8px 8px;
	color:#fff;
	font-weight:bold;
}
.status{
	font-size: 13px;
	line-height: 1.5;
}
.status table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-top: 5px;
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
}
.status table th {
	word-break:break-all;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	background-color: #ffecfc;
}
.status table td {
	word-break:break-all;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	margin: 0px;
}
.status table td table, .status table td table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1.5;
	margin: 0px;
	width: auto;
}
#status2 table {
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1px;
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	margin: 0px;
}
#status2 table th {
	word-break:break-all;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	font-weight: normal;
}
#status2 table td {
	word-break:break-all;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	margin: 0px;
}
#certificate{
	width: 309px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/certificate_02.jpg);
	background-repeat: repeat-y;
	background-position: center 10px;
	color: #067000;
	height: auto;
	text-align: center;
	overflow: hidden;
}
.search_adv {
	text-align: left;
	background-color:#efefef;
}
.search_adv table {
	margin-top: 1.5em;
	margin-bottom: 1em;
	border: 1px solid #BBBBBB;
}
.search_adv table td {
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1px;
	padding: 5px;
}
.search_adv label {
	color: #46534E;
	letter-spacing: 1px;
	line-height: 1.5;
}
.search_adv select {
	margin-right: 5px;
}
#CodeQuery{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 450px;
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
}
#CodeQuery table {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 420px;
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
	border: 1px solid #CCCCCC;
}
#CodeQuery table th, #CodeQuery table td {
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 1px;
	padding: 5px;
}
.results {
	font-family: "微軟正黑體";
}
.results dl {}
.results dt {
	font-size: 15px;
	line-height: 1.5;
	color: #0066CC;
	letter-spacing: 1px;
}
.results dd {
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.results dd p{
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.results ul {
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 1.5;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.results ul li {
	font-family: "微軟正黑體";
	margin: 0px;
	display: block;
	background-image: url(../images/icon_news.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	list-style-type: none;
	font-size: 15px;
	color: #914D09;
}
.results TD {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.word {
	color: #333333;
}
.radiusBlock	{ padding:10px; border:1px solid #d0d0d0; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; outline: none; behavior: url(PIE.htc);}
h1.h-classResult	{ display:block; width:215px; height:21px; background:url(../images/h-classResults.png) no-repeat;}
h1 span			{ display:none !important;}
.classResbg		{ background:#f3f3f3; margin:0 5px; margin-bottom:20px;}
ul.clssResTree				{
	margin:0;
	margin-left:25px;
	font-family: "微軟正黑體";
	font-size: 13px;
}
ul.clssResTree li			{ list-style:url(../images/folder.png); line-height:200%;}
ul.clssResTree li.here {
	line-height:200%;
	list-style-image: url(../images/folder2.png);
}
ul.clssResTree li a			{ text-decoration:none;}
ul.clssResTree li a:hover	{ text-decoration:none;}

ul.clssResTree li ul			{ margin-left:20px;}
ul.clssResTree li ul li			{ list-style:url(../images/file.png); line-height:150%;}
ul.clssResTree li ul li a		{}
ul.clssResTree li ul li a:hover	{ color:#d92613; text-decoration:underline;}
#apply, #apply_en {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	letter-spacing: 1px;
	display: block;
}
.applyfont15 {
	color: #990000;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: bold;
}
.applyDate {
	TEXT-ALIGN: left;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #666666;
	font-size: 13px;
	line-height: 1.7;
	clear: both;
	margin: 0px;
	display: block;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	height: auto;
	padding-left: 345px;
}
#Help{
	font-size: 15px;
	color: #333333;
	line-height: normal;
}
.applylink {
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
}
.cptable {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #eeeeee;
}
.cptable th {
	border: 1px solid #FFFFFF;
	padding: 3px 5px;
	color: #055F5A;
	background: #F5F5F5;
}
.cptable td {
	border: 1px solid #eeeeee;
	padding: 3px 5px;
}
.cptable {
	border-collapse: collapse;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 97%;
	border: 1px solid #ffc0e6;
}
.cptable th {
	border: 1px solid #ffc0e6;
	padding: 4px 8px;
	text-align: left;
	color: #669900;
	font-weight: normal;
	background: #e9fa9b;
	vertical-align: top;
}
.cptable td {
	border: 1px solid #ffc0e6;
	padding: 4px 8px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
}
.cptable td a{ color:#cc3300; text-decoration:underline;}
.cptable td ul, .cptable td ol{ margin:5px 0 5px 20px; font-size:0.8em; list-style-type: none;}
.cptable td ul li{
	display:block;
	padding:0 0 8px 17px;
	background: url(../images/icon_here.gif) no-repeat 0 4px;
}
.h4 {
	border-bottom: 1px;
	margin-bottom: 10px;
	color: #333;
	font-size: 100%;
	margin-top: 15px;
	padding: 4px 2px 2px 25px;
	background-color: #ffc0e6;
	background-image: url(../images/icon_rss.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}
.fontcolor1 {
	color: #777;
	font-size: 12px;
	padding: 0 10px 2px 10px;
	text-align: left;
}
#Contents #leftbanner {
	width: 100%;
	float: left;
	overflow: hidden;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	display: block;
	position: relative;
	padding: 0px;
	clear: both;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftbanner {
	clear:both;
	display:block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#leftbanner ul {
	margin: 0px;
	padding: 0px;
}
#leftbanner ul li {
	display:block;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-image: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.tab2title {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDB178;
	font-weight: bold;
	font-size: 105%;
	line-height: 2;
}
#Help ol li{
	list-style-type: none;
	line-height: 1.8;
}
#Text {
	line-height: 160%;
	font-size: 95%;
	text-align: left;
}

#Text em {
	color: #990000;
	font-style: normal;

}

#Text h1 {
	color: #990000;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: bold;
}

#Text h2 {
	font-size: 115%;
	margin-left: 1.5em;
	margin-top: 1em;
	margin-bottom: 0px;
	color: #BE4816;
	font-weight: normal;

}

#Text p {
	margin-left: 2em;
	margin-top: 0.8em;
	margin-bottom: 0px;

}

#Text p.Right {

	text-align: right;

}
#Text .date {
	LINE-HEIGHT: 24px;
	PADDING-LEFT: 5px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #777777;
	FONT-SIZE: 13px;
	padding-right: 5px;
}
#Text ol {
	margin-left: 5em;
	line-height: 175%;
	margin-bottom: 1em;
	list-style-type: none;
}

#Text ul {
	margin-left: 5em;
	margin-top: 1em;
	line-height: 175%;
	list-style-type: none;
}

#Text ul.None {
	list-style-type: none;
	text-align: left;

}
/* 新增國家檔案查詢與應用指引CSS  */
.help2em {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2em;
	margin-bottom: 5px;
}
.help4em {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4em;
	margin-bottom: 5px;
}
.help-1em {
    font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -2em; 
	margin-left: 4em;
	margin-bottom: 5px;
}
.help-2em {
    font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -3em; 
	margin-left: 5em;
	margin-bottom: 5px;
}
.help7em {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 7em;
	margin-bottom: 5px;
}
/* 新增國家檔案查詢與應用指引CSS結束  */

.gridView, #GridView1 {
    border-collapse : collapse; /* 修正GridView在IE10 顯示格線不正常問題 */
}

.gridView tr, .DgItem {
    background-color:#F1F1F1;
}

.gridView .alt, .DgAltItem {
    background-color:#FFFFFF;
}
/* 2013-06-25 Change Rows 如果想要有單、雙列不同顏色替換, 在這裡更換 */

/*2013-08-09 客製確認視窗CSS調整*/
.ui-widget-overlay
{
    background: #000 !important;
}

.custom-dialog
{
    background: #fff !important;
    border: 5px solid #ccc !important;
}

.custom-dialog .ui-widget-content
{
    background: #fff !important;
}

.custom-dialog .ui-state-default, .custom-dialog .ui-widget-content .ui-state-default, .custom-dialog .ui-widget-header .ui-state-default
{
    font-size: 13px;
    padding-top: 3px;
    color: #202624;
    margin-top: 2px;
    margin-bottom: 2px;
    background-image: url(../images/hearder_31.gif);
    background-repeat: repeat-x;
    border: 1px solid #B8B3AA;
}

.custom-dialog h2
{
    color: #623e0c;
    font-size: 15px;
    padding-left: 50px;
    text-align: left;
    display: block;
    background-image: url(../images/h2_bg.gif);
    background-repeat: no-repeat;
    background-position: 20px 0px;
}

/* 2013-08-08 搜尋結果調整、錯誤提示頁面新增CSS設定 */
.synonym-div	{}
.synonym-div a	{ margin-right:10px;}

.error-msg					{ padding:20px;}
.error-msg td				{ vertical-align:top;}
.error-msg .oops-title		{ margin:10px 0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:22px; color:#008fd8;}
.error-msg p				{ margin:0; line-height:30px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#333;}
.error-msg .img-alert		{ padding:20px;}
.error-msg p .a-icon		{ vertical-align:middle; margin-right:5px;}

.ResleftPane .tree-header		{ height:47px; margin:0 5px; background:url(../images/tree-head-bg.jpg) repeat-x;}
.ResleftPane .tree-header h1	{ display:block; height:47px; background:url(../images/tree-head-img.jpg) no-repeat; padding-left:55px; font-family:Arial, Helvetica, sans-serif, '微軟正黑體'; font-size:18px; line-height:47px; color:#333;}
.ResleftPane .h-classResult		{ display:none;}

.results dd.org		{ color:#f09e11;}
.results dd.black	{ color:#000;}
.results dd.blue	{ color:#0068b7;}

/*2013-08-08*/

.btnstyle { display:inline-block; width:36px; height:36px; background:transparent url(../images/icon_4d_btn.png) no-repeat; cursor:pointer; text-indent:-9999px; text-transform: capitalize; border:none; *display:inline; *zoom:1; *font-size:0; *line-height:0; *text-indent:0;}
.btnstyle-left			{ background-position:0 0;}
.btnstyle-left:hover	{ background-position:0 -36px;}
.btnstyle-left:active	{ background-position:0 -72px;}
.btnstyle-right			{ background-position:-36px 0;}
.btnstyle-right:hover	{ background-position:-36px -36px;}
.btnstyle-right:active	{ background-position:-36px -72px;}
.btnstyle-up			{ background-position:-72px 0;}
.btnstyle-up:hover	{ background-position:-72px -36px;}
.btnstyle-up:active	{ background-position:-72px -72px;}
.btnstyle-down			{ background-position:-108px 0;}
.btnstyle-down:hover	{ background-position:-108px -36px;}
.btnstyle-down:active	{ background-position:-108px -72px;}

.btnstyle-s { display:inline-block; width:20px; height:20px; background:transparent url(../images/icon_4d_btn_20px.png) no-repeat; cursor:pointer; text-indent:-9999px; text-transform: capitalize; border:none; *display:inline; *zoom:1; *font-size:0; *line-height:0; *text-indent:0;}
.btnstyle-s.btnstyle-left			{ background-position:0 0;}
.btnstyle-s.btnstyle-left:hover		{ background-position:0 -20px;}
.btnstyle-s.btnstyle-left:active	{ background-position:0 -40px;}
.btnstyle-s.btnstyle-right			{ background-position:-20px 0;}
.btnstyle-s.btnstyle-right:hover	{ background-position:-20px -20px;}
.btnstyle-s.btnstyle-right:active	{ background-position:-20px -40px;}
.btnstyle-s.btnstyle-up				{ background-position:-40px 0;}
.btnstyle-s.btnstyle-up:hover		{ background-position:-40px -20px;}
.btnstyle-s.btnstyle-up:active		{ background-position:-40px -40px;}
.btnstyle-s.btnstyle-down			{ background-position:-60px 0;}
.btnstyle-s.btnstyle-down:hover		{ background-position:-60px -20px;}
.btnstyle-s.btnstyle-down:active	{ background-position:-60px -40px;}

/* 2013-10-14 同義詞CSS設定 */
.synonym-key { color:blue; margin-right:12px; }

#showKeyWord{height:50px;}