body {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	font-family: 'Noto Sans TC', sans-serif;
}
header {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	background-color: #e2d9bc;
}
section {
	position: relative;
	margin-top: 0;
	margin-bottom: 50px;
	padding: 0;
}
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-color: #bfbfbf;
	font-size: 12px;
}

.Div_Center {
	margin: auto;
	text-align: center;
}
.Div_Center td {
	padding: 0 10px;
}
.Div_Left {
	text-align: left;
}
.Header_Title {
	margin: 0 auto;
}


a {
	text-decoration: none;
	color: inherit;
	transition:all 0.1s ease-in-out;
}
a:hover {
	text-decoration: none;
	color: inherit;
	transition:all 0.1s ease-in-out;
}


table {
	border-collapse: collapse;
	/*border-spacing: 0;*/
	margin: 30px auto;
	padding: 0;
	min-width: 350px;
	max-width: 100%;
	text-align: center;
	widows: 100%;
}
/*.toc {
	border: 0;
	margin-top: 5px;
	margin-bottom: 0;
}
.toc tr th,
.toc tr td {
	border-right: 1px solid black;
}
.toc tr th:last-child,
.toc tr td:last-child {
	border-right: 0;
}*/
.tbl {
	border: 2px solid black;
}
.tbl tr th {
	background-color: #333333;
	color: white;
}
.tbl tr th,
.tbl tr td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.sn {
	border: 2px solid black;
/* 20250720 edit
	color: white;
*/
	color: black; /* 20250720 add */
}
.sn tr td:first-child {
	background-color: #333333;
	color: white; /* 20250720 add */
}
.sn tr th,
.sn tr td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


.link_idx:hover {
	background-color: inherit;
	color: #666666 !important;
	transition: all 0.1s ease-in-out;
}
.link_tbl {
	background-color: inherit;
	color: inherit;
}
.link_tbl_b {
	background-color: inherit;
	color: black;
}
.link_tbl_w {
	background-color: inherit;
/* 20250720 edit
	color: white;
*/
	color: black; /* 20250720 add */
}
.link_tbl:hover,
.link_tbl_b:hover,
.link_tbl_w:hover {
	background-color: #666666;
	color: white !important;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}


.current {
	background-color: #333333;
	color: white;
}
.hidden {
	background-color: inherit;
	color: white;
}

.hightlight {
	color: #d48b00;
}