html {
	overflow-y: scroll; /* IE */
	height: 100%;/* Moz */
	margin-bottom: 0.1em;
}

body {
	background:#FFFFFF;
	margin: 0;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
	line-height:14pt;
	color: #000000;
}

img { border: 0; }

h2,h3,h4 { font: bold 16px "新細明體", Arial, Helvetica, sans-serif; }

a {color:#017ca5;text-decoration:none;}
a:visited {color:#660099;}
a:hover {color:#6e4e3a;text-decoration:underline;}

#page {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

* html #page { width: 998px } /* IE hack */

#header {
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/header2.png) no-repeat;
	position: relative;
	width: 998px;
	height: 155px;
	margin: 0;
	padding: 0;
}

#header .logo {
	position:absolute;
	left:35px;
	top: 15px;
}

/*- navMenu in Header */
.navMenu01 {
	background-color:#120760;
	position:absolute;
	top:0px;
	left:650px;
	width:280px;
	margin: 0;
	padding: 5px;
	color:#FFFFFF;
}

.navMenu01 ul {
	margin: 0;
	padding: 0;
}

.navMenu01 ul li {
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
}

.navMenu01 ul li a:link, .navMenu01 ul li a:visited, .navMenu01 ul li a:hover{
	color:#FFFFFF;
}

/* mainMenu in Header */

.mainMenu {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/menu_bg.png);
	position:absolute;
	bottom:0px;
	width: 998px;
	height: 32px;
	font:bold 15px Tahoma, Arial, Helvetica, Sans-Serif;
}

.mainMenu ul {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

.mainMenu ul li {
	position:relative;
	float:left;
}

.mainMenu ul li a { width: 110px;height: 32px;display:block;float:left;text-decoration:none;text-indent: -1000em; }

.mainMenu ul .News a { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/mainmenu01.gif) no-repeat left top; }
.mainMenu ul .LawAffair a { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/mainmenu02.gif) no-repeat left top; }
.mainMenu ul .LawSearch a { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/mainmenu03.gif) no-repeat left top; }
.mainMenu ul .SorderSearch a { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/mainmenu04.gif) no-repeat left top; }
.mainMenu ul .TorderSearch a { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/mainmenu05.gif) no-repeat left top; }
.mainMenu ul .DraftList a { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/mainmenu06.gif) no-repeat left top; }
.mainMenu ul .LinkList a { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/mainmenu07.gif) no-repeat left top; }
.mainMenu ul .EngLawName a { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/mainmenu08.gif) no-repeat left top; }
.mainMenu ul .RSS a { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/mainmenu09.gif) no-repeat left top; }

.mainMenu ul .News a:hover,
.mainMenu ul .LawAffair a:hover,
.mainMenu ul .LawSearch a:hover,
.mainMenu ul .SorderSearch a:hover,
.mainMenu ul .TorderSearch a:hover,
.mainMenu ul .DraftList a:hover,
.mainMenu ul .LinkList a:hover,
.mainMenu ul .EngLawName a:hover { background-position:bottom; }
.mainMenu ul .RSS a:hover { background-position:bottom; }
.mainMenu ul .current a { background-position:bottom; }

/* content */
#content {
	clear:both;
	border-left:1px solid #999;
	border-right:1px solid #999;
	position: relative;
	float:left;
	width: 998px;
	height:auto!important;/* IE7 */
	margin: 0;
	padding: 0;
}

/* sidebar */	
.sidebar {
	position: relative;
	float: left;
	width: 200px;
	margin-top:5px;
}

.sideblock {
	position:relative;
	width:190px;
	margin:  auto;
	padding: 0;
}

.sideblock .body { clear:both; }

.sideblock .sideframe {

}

.sideblock .sideframe .sidesearch {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/search_bg.png) no-repeat;
	position:relative;
	width:190px;
	height:93px;
}

.sideblock .sideframe .sidesearch .sideform {
	position:absolute;
	top:45px;
	left:5px;
	width:180px;
}

.sideblock .sideframe .sidesearch .sideform input.text {
	width:119px;
    font:bold 13px Tahoma, Arial, Helvetica, Sans-Serif;
}

.sideblock .sideframe .banner {
	position:relative;
	width:190px;
	margin:5px 0;
	text-align:center;
}

/* primary */
.primary {
	position: relative;
	width: 978px;
	margin: 0px auto;
}

.float {
	float:left;
}

.content-bottom {
	border-left:1px solid #999;
	border-right:1px solid #999;
	position: relative;
	float:left;
	width:998px;
	height:15px;
	margin: 0;
	padding: 0;
}

/*- footer */

#footer {
	clear: both;
}

#footer .main {
	border:1px solid #999;
	border-top:none;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/footer-bg.gif) repeat-x;
	position: relative;
	width: 998px;
	height: 140px;
	margin: 0 auto;
	bottom: 0;
}

#footer .main .logo {
	position:absolute;
	top:0px;
	left:10px;
}

#footer .main .line {
	position:absolute;
	top:25px;
	left:260px;
}

#footer .main .contact {
	position:absolute;
	top:48px;
	left:290px;
	margin: 0;
	padding: 0;
	color: #333333;
}

#footer .main .original_khh {
	position:absolute;
	top:28px;
	left:290px;
	margin: 0;
	padding: 0;
	color: #333333;
}

#footer .main .copyright {
	position:absolute;
	top:68px;
	left:290px;
	margin: 0;
	padding: 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#footer .main .view {
	position:absolute;
	top:85px;
	left:290px;
	margin: 0;
	padding: 0;
	color: #333333;
}

#footer .main .aplus {
	position:absolute;
	top:30px;
	right:10px;
	margin: 0;
	padding: 0;
}

/* ListStyle */
.position {
	position:relative;
	width: 970px;
	margin: 0 auto;
	line-height:30px;
}

.wordsize {
	position:absolute;
	right: 15px;
	top: 10px;
}

.wordsize a {
	display:inline-block;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/wordsize_01.gif);
	width:19px;
	height:19px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	color:#000000;
}

.wordsize a:hover {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/wordsize_02.gif);
}

.wordsize a.current {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/wordsize_02.gif);
}

.FuncTitle {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 0;
}

.FuncTitle h2 {
	position:absolute;
	top: 10px;
	left: 25px;
	color:#0681b9;
}

/* detailStyle */
.law {
	position: relative;
	width: 920px;
	margin: 0 auto;
	margin-bottom:10px;
	padding: 0;
}

.law .lawframe {
	border-left: 1px solid #ab9963;
	border-right: 1px solid #ab9963;
	background-color:#f8f6f0;
	position: relative;
	float:left;
	width:918px;
}

.law .lawframe .info {
	position:relative;
	width:900px;
	margin: 10px auto;
	font:16px Geneva, Arial, Helvetica, sans-serif;
}

.law .lawframe .lawfun {
	position:relative;
	width:763px;
	margin: 10px auto;
}

.law .lawframe .lawfun ul li {
	float:left;
	width:80px;
	margin: 0 auto;
	text-align:center;
}

.law .body { clear:both; }

.detail {
	position: relative;
	width: 970px;
	margin: 0 auto;
	margin-bottom:10px;
	padding: 0;
}

.detail h3 {
	background-color:#FFFFFF;
	position:absolute;
	top: 25px;
	left: 20px;
	padding-right:5px;
	color:#0681b9;
	z-index:99;
}

.detail h3 img {
	margin:0 3px -3px 0 !important;
	vertical-align:baseline !important;
}

.detail .h3bg {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/h3bg.gif) repeat-x;
	position:absolute;
	top: 28px;
	left: 20px;
	width:930px;
	height:13px;
}

.detail .body { clear:both; }

.detail .frame {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	position: relative;
	float:left;
	width:968px;
}

.detail .frame .NewsCont {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:745px;
}

.detail .frame .AffairMenu {
	position:relative;
	float:left;
	width:235px;
	margin-top:5px;
}

.detail .frame .AffairMenu td {
	vertical-align:top;
	padding:2px;
}

.detail .frame .AffairMenu .sideblock {
	position:relative;
	width:220px;
	margin:  auto;
	padding: 0;
}

.detail .frame .AffairMenu .sideblock .sideframe {
	border-left:1px solid #1c92c6;
	border-right:1px solid #1c92c6;
	padding:0 5px;
}

.detail .frame .AffairMenu .sideblock .sideframe .sidecont {
	background:#f9fdff;
}

.AffairMenu .body { clear:both; }


.detail .frame .AffairCont {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:700px;
}

.detail .frame .fun {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/fun_bg01.gif) bottom repeat-x;
	position:relative;
	width:950px;
	height:40px;
	margin: 5px auto;
}

.detail .frame .fun .item01 {
	position:absolute;
	top:9px;
	left:10px;
}

.detail .frame .fun .item02 {
	position:absolute;
	right:10px;
}

.detail .frame .status {
	position:relative;
	width:95%;
	height:30px;
	margin: 5px auto;
	font-size:13px;
	line-height:30px;
}

.detail .frame .status .info,
.detail .frame .status .page {
	position:relative;
	float:left;
	width:50%;
}

.detail .frame .status .page {
	float:right;
	text-align:right;
}

.detail .frame h4 {
	position:relative;
	width:95%;
	margin: 10px auto 5px;
	font:bold 15px "新細明體";
	line-height:24px;
}

.detail .frame .cont {
	position:relative;
	width:95%;
	line-height:24px;
	margin: 5px auto;
}

.detail .frame .cont table.form {
	table-layout:fixed;
	width:100%;
	margin: 10px auto;
	padding:0px;
	border-collapse:collapse;
}

.detail .frame .cont table.form th {
	border:1px solid #54a6cc;
	background:#f0f5f8;
	padding:10px;
	width:130px;
	text-align:center;
	vertical-align:top;
	line-height:32px;
	font-weight:bold;
	color:#525252;
}

.detail .frame .cont table.form td {
	border:1px solid #54a6cc;
	padding:10px;
	line-height:32px;
}

.detail .frame .cont .submit {
	position:relative;
	width:100%;
	margin: 10px auto;
	text-align:center;
}

.detail .frame .cont ol {
	width:90%;
	list-style:decimal;
	margin-left: 45px;
	line-height:28px;
}

.detail .frame .cont .ValidateCode {
	position:relative;
	width:100%;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
}

.detail .frame .cont .ValidateCode img {
	margin:0 3px -8px 0 !important;
	vertical-align:baseline !important;
}

.detail .frame .cont table.Compare {
	border-top: 1px solid #6699cc;
	border-left: 1px solid #6699cc;
	table-layout:fixed;
	width:100%;
}

.detail .frame .cont table.Compare td {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #6699cc;
	border-bottom: 1px solid #6699cc;
	border-spacing: 0px;
	border-collapse: collapse;
	padding:8px;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
}

.detail .frame .cont .textdata {
	width:100%;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	line-height:28px;
}

.detail .frame .cont .textdata ul {
	list-style-image:url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/icon009.gif'); 
	margin-left:25px;
}

.detail .frame .attch-body {
	position:relative;
	width:920px;
	margin: 0 auto;
}

.detail .frame .attch {
	border-left:1px solid #e4ecdd;
	border-right:1px solid #e4ecdd;
	background:#f8fcf6;
	position:relative;
	width:918px;
	margin: 0 auto;
}

table.attch-table {
	table-layout:fixed;
	border-collapse:collapse;
	width:95%;
}

table.attch-table td{
	border-bottom:1px solid #ddd;
	vertical-align:top;
	padding:4px;
}

/* 分隔線 */
.detail .frame .divider {
	position:relative;
}

/* formStyle */
input,select { vertical-align:middle; }

input.text {
	border:#c7c7c7 solid 1px;
	padding:4px;
	line-height:20px;
}

input.edit {
	border:#c7c7c7 solid 1px;
	padding:4px;
	margin-bottom:4px;
	line-height:20px;
	font:15px Verdana, Arial, Helvetica, sans-serif;
}

select { 
	border:#c3c3c3 1px solid;
	margin:1px;
	padding:2px;
	color:#000033;
}

textarea {
	border:1px solid #ccc;
	font: 14px "微軟正黑體", Arial, Helvetica, sans-serif, "細明體";
	line-height:18px;
}

input.submit {
	BORDER-TOP: #ccc 1px solid;
	BORDER-RIGHT: #999 1px solid;
	BORDER-LEFT: #ccc 1px solid;
	BORDER-BOTTOM: #999 1px solid;
	BACKGROUND: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/fade-butt.gif);
	padding:1px 2px 1px 2px;
	cursor:pointer;
	font-size:12px;
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	line-height:16px;
	COLOR: #333;
}

button, a.button {
	border:1px solid #dedede;
	border-right:1px solid #bbb;
	border-bottom:1px solid #BFBFBF;
	overflow:visible;
	margin:0 2px;
	cursor:pointer;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size:12px;
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	line-height:16px;
	text-decoration:none;
}

button {
	/*	background-color:#f5f5f5;*/
	background-color:#fff;
	padding:4px 10px 3px 7px;
}

button img {
	margin:0 3px -3px 0 !important;
	vertical-align:baseline !important;
}

button:hover {
	background-color:#dff4ff;
	border:1px solid #A7CEDF;
	color:#336699;
}

a.button {
	background-color:#f5f5f5;
	display: inline-block;
	padding:3px 6px;
	color:#000000;
}

a.button:hover {
	background-color:#dff4ff;
	border:1px solid #A7CEDF;
	color:#336699;
}

blockquote {
	border:1px dotted #666;
	background:#FAFAFA;
	margin:10px;
	padding:5px;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
	line-height:24px;
}

.List-Custom {
	width:95%;
	margin: 0 auto;
	border-collapse:collapse;
}

.List-Custom th {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/list_titlebg01.gif) repeat-x;
	height:30px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	color:#000;
	z-index:1000;
}

.List-Custom td {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/dot01.gif) bottom repeat-x;
	font: Verdana, Arial, Helvetica, Sans-Serif;
	padding:5px;
	line-height:23px;
	vertical-align:top;
}

.List-Single {
	table-layout:fixed;
	width:95%;
	margin: 0 auto;
	border-collapse:collapse;
}

.List-Single th {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/list_titlebg01.gif) repeat-x;
	height:30px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	color:#000;
	z-index:1000;
}

.List-Single td {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/dot01.gif) bottom repeat-x;
	font: Verdana, Arial, Helvetica, Sans-Serif;
	padding:5px;
	line-height:23px;
	vertical-align:top;
}

.List-Single tr:hover{ background-color:#fffbc8;}
.List-Single tr.gvEmpty:hover{ background:none; }

.List-Single .gvCount {
	width:40px;
	text-align:right;
}

.List-Single .gvDate {
	width:85px;
	text-align:center;
}

.List-Single .gvType {
	width:90px;
	text-align:center;
	color:#333333;
}

.List-Single td .LawAtt {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/icon008.gif) 0 5px no-repeat;
	padding-left:25px;
}

.List-Multi {
	table-layout:fixed;
	width:95%;
	margin: 0 auto;
	border-collapse:collapse;
}

.List-Multi td {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/dot01.gif) bottom repeat-x;
	padding:5px;
	line-height:24px;
	vertical-align:top;
}

.List-Multi td.gvCount {
	width:45px;
	line-height:24px;
	line-height:18px \9; /*IE8*/
	text-align:right;
}

.List-Multi td.gvDate {
	width:85px;
	text-align:center;
}

.List-Multi td .gth {
	position:relative;
	float:left;
	width:90px;
}

.List-Multi td .gtd {
	position:relative;
	float:left;
	width:860px;
}

.gvArticle {
	width:100%;
	margin: 0 auto;
	border-collapse:collapse;
}

.gvArticle td {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/dot01.gif) bottom repeat-x;
	vertical-align:top;
}

.gvArticle td .AritcleNo {
	width:100%;
	height:33px;
	margin:10px 0;
	margin-left:10%;
	line-height:33px;
}

.gvArticle td pre {
	width:100%;
	margin:10px 0;
	margin-left:10%;
	font-family: "細明體", Verdana, Arial, Helvetica, sans-serif;
}

.gvArticle td a {
	text-decoration:underline;
}

.gvArticle td .LawAtt {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/icon008.gif) 0 5px no-repeat;
	padding-left:25px;
	width:100%;
	margin-left:10%;
	line-height:26px;
}

.gvArticle td.LawRef {
	text-align:right;
	line-height:33px;
}

.gvArticle td .LawRefS,
.gvArticle td .LawRefT {
	display:inline-block;
	width:150px;
	height:33px;
	margin:10px 0;
	line-height:33px;
}


.gvContent {
	table-layout:fixed;
	width:85%;
	margin: 0 auto;
	border-collapse:collapse;
}

.gvContent td {
	padding:5px;
	line-height:24px;
	vertical-align:top;
}

.gvContent td div {
	display:inline-block;
}

.gvContent td .gth {
	position:relative;
	float:left;
	width:100px;
	font-weight:bold;
	text-align:right;
}

.gvContent td .gtd {
	position:relative;
	float:left;
	width:625px;
}

.gvContent td pre{
	font-family: "細明體", Verdana, Arial, Helvetica, sans-serif;
}

.gvContent td .LawAtt {
	width:525px;
	margin-top:20px;
	margin-left:120px;
}

.gvContent td .LawAtt ul {
	list-style-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/icon008.gif');
}

.gvContent td .LawAtt ul li {
	margin:5px 0;
}

.List-Table {
	table-layout:fixed;
	width:95%;
	margin: 0 auto;
	border-collapse:collapse;
}

.List-Table th {
	border:1px solid #CCC;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/list_titlebg01.gif) repeat-x;
	height:30px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	color:#000;
	z-index:1000;
}

.List-Table td {
	border:1px solid #CCC;
	padding:8px;
	font:15px Verdana, Arial, Helvetica, Sans-Serif;
}


.List-Basis {
	table-layout:fixed;
	width:95%;
	margin: 0 auto;
	border-collapse:collapse;
}

.List-Basis td {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/dot01.gif) bottom repeat-x;
	font:15px Verdana, Arial, Helvetica, Sans-Serif;
	padding:5px;
	line-height:24px;
	vertical-align:top;
}

.List-Basis .gvCount {
	width:40px;
	line-height:24px;
	line-height:18px \9; /*IE8*/
	text-align:right;
}

.BasisArticle {
	width:100%;
	margin: 0 auto;
	border-collapse:collapse;
}

.BasisArticle td {
	background:none;
	vertical-align:top;
}

.BasisArticle td .AritcleNo {
	width:100%;
	height:33px;
	margin:10px 0;
	line-height:33px;
}

.BasisArticle td pre {
	margin:10px 0;
	width:100%;
	font-family: "細明體", Verdana, Arial, Helvetica, sans-serif;
}

.BasisArticle td a {
	text-decoration:underline;
}

.BasisArticle td .LawAtt {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511175522/https://weblaw.exam.gov.tw/images/icon008.gif) 0 5px no-repeat;
	width:100%;
	padding-left:25px;
	line-height:26px;
}

.BasisArticle td.LawRef {
	text-align:right;
	line-height:33px;
}

.BasisArticle td .LawRefS,
.BasisArticle td .LawRefT {
	display:inline-block;
	width:150px;
	height:33px;
	margin:10px 0;
	line-height:33px;
}

.gvEmpty td {
	background-image:none;
	border:none;
	text-align:center;
}

a.nonlink, a.nonlink:hover {color:#000;text-decoration:none;}

/* 導盲磚：QuickLink */
.navMenu01 .qLink01 a:link,
.navMenu01 .qLink01 a:hover,
.navMenu01 .qLink01 a:visited {color:#120760; font-size:70%; text-decoration:none;}

/* 導盲磚：主選單 */
.mainMenu .qLink02 a:link,
.mainMenu .qLink02 a:hover,
.mainMenu .qLink02 a:visited {color:#120760; font-size:70%; text-decoration:none;}


/* 導盲磚：目前位置 */
.qLink03 a:link,
.qLink03 a:hover,
.qLink03 a:visited {color:#FFFFFF; font-size:70%; text-decoration:none;}


/* Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{

}






/*
     FILE ARCHIVED ON 17:55:22 五月 11, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 2:33:04 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
