@charset "utf-8";
@font-face {
  font-family: TimesNewRomanSubset; /* 定義有限的範圍的英數符號字型 */
  src: local("Times New Roman");
  unicode-range: U+00-FF,U+0101-01DC; /* Define the available characters */
}
@font-face {
  font-family: tw-symbols;
  src: url("./tw-symbols.woff") format("woff");
  unicode-range: U+02C7,U+02CA-02CB,U+02D9,U+3000-3002,U+3008-3011,U+3014-3017,U+3105-3129,U+FF01,U+FF08-FF09,U+FF0C-FF0D,U+FF0F,U+FF1A-FF1B,U+FF1F,U+FF5E;
}
.font_zh_TW {
	font-family: TimesNewRomanSubset, tw-symbols, 標楷體, 全字庫正楷體, serif;
}
.font_en {
	font-family: "Times New Roman", tw-symbols, "Standard Symbols L", serif;
}
.font_ja_JP {
	font-family: 標楷體, tw-symbols, 全字庫正楷體, serif;
}
.font_ko_KR {
	font-family: TimesNewRomanSubset, tw-symbols, Batang, UnBatang, serif;
}
.variant {
	font-family: 標楷體, 全字庫正楷體, 教育部宋體大字集F字面, 教育部宋體大字集2字面, 教育部宋體大字集0字面, serif;
	font-size:40px;
	font-weight:bold;
}
/* 注音直式的「ㄧ」，20160803依專案需求停用
.phonetic-font {
	font-family: simsun;
} */
.variant a:link {
	color: #900;
	text-decoration: none;
}
.variant a:visited {
	text-decoration: none;
	color: #900;
}
.variant a:hover {
	color: #00F;
	text-decoration: none;
}
.customize_table {
	border:1px solid #d5bc7f
}
.customize_table tr th {
	background-image:url(../images/table_head.gif);
	font-size:18px;
	height:29px;
	border-bottom:1px dotted #ab7a00;
	font-weight: normal;
	border-right:1px dotted #ab7a00;
}
.customize_table tr td {
	background-image:url(../images/table_row.gif);
	background-repeat:repeat-x;
	height:20px;
	border-bottom:1px dotted #ab7a00;
	border-right:1px dotted #ab7a00;
}
.radical {
	font-family: 標楷體, 全字庫正楷體;
}
.radical a:link {
	color: #900;
	text-decoration: none;
}
.radical a:visited {
	text-decoration: none;
	color: #900;
}
.radical a:hover {
	color: #F90;
	text-decoration: none;
}
