html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h6 {
  font-size: 80%;
  font-weight: bold;
}

h5 {
  font-size: 80%;
}

p {
  font-size: 90%;
  line-height: 160%;
}

h4 {
  font-size: 100%;
  font-weight: bold;
}

h3 {
  font-size: 120%;
  font-weight: bold;
}

h2 {
  font-size: 150%;
  font-weight: bold;
}

h1 {
  font-size: 200%;
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


body {
	font-family: "微軟正黑體", "Microsoft YaHei";
	height: 100%;
}

#wrapper {
	width: 1000px;
	float: left;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	left: 0px;
}

#topheader {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	height: 143px;
	width: 1000px;
	z-index: 1;
	background-color: #FFFFFF;
	border-bottom: 15px solid #ffffff;
	visibility: visible;
}

#lang {
	height: 35px;
	font-size: 14px;
	padding-top: 4px;
	position: absolute;
	top: 40px;
	right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topnav {
	height: 35px;
	font-size: 16px;
	-webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.03);
	padding-top: 4px;
	padding-left: 142px;
	border-bottom: 7px solid #F36F20;
	position: absolute;
	top: 95px;
	left: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content {
	max-width: 1000px;
	margin: auto;  
}

.text-12 {
	font-size: 12px;
}

.small-text {
	font-size: 8px;
}


.narrow-text {
    transform: scaleX(0.8);
    transform-origin: 0 100%;
}


.langnav a {
  display: block;
  text-decoration: none;
}
.langnav > li {
	float: left;
	margin-right: 4px;
}
.langnav > li > a {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	border-radius: 4px 4px 4px 4px;
	border-bottom: 1px solid #F36F20;
	border-top: 1px solid #F36F20;
	border-right: 1px solid #F36F20;
	border-left: 1px solid #F36F20;
}
.langnav > li > a:hover {
	text-decoration: none;
	color: #F36F20;
}

.langnav > li.active > a, .nav > li > a:active, .nav > .dropdown:hover > a {
	background: white;
	color: #F36F20;
	text-shadow: none;
}

.langnav a.icon {
  position: relative;
  width: 40.8px;
  padding: 0;
}
.langnav a.icon > span {
  display: block;
  position: absolute;
  top: 9px;
  left: 12px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.langnav .active a.icon > span, .langnav a.icon:active > span {
  background-position: 0 -16px;
}



.nav a {
  display: block;
  text-decoration: none;
}
.nav > li {
	float: left;
	margin-right: 4px;
}
.nav > li > a {
	height: 34px;
	line-height: 38px;
	padding: 0 20px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	text-shadow: 0 -1px rgba(255,255,255,0.3);
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,244,224,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,244,224,1.00) 100%);
	background-image: -moz-linear-gradient(top, #9cb6c5, #759aaf);
	background-image: -o-linear-gradient(top, #9cb6c5, #759aaf);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,244,224,1.00) 100%);
	-webkit-box-shadow: inset 0px 1px rgba(255,255,255,0.3),inset 0 -2px 2px rgba(0, 0, 0, 0.03),0 2px white,0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px rgba(255,255,255,0.3),inset 0 -2px 2px rgba(0, 0, 0, 0.03),0 2px white,0 0 2px rgba(0, 0, 0, 0.2);
	background-color: #FFFFFF;
	border-radius: 4px 4px 0 0;
	border-bottom: 7px solid #F36F20;
	border-top: 1px solid #F36F20;
	border-right: 1px solid #F36F20;
	border-left: 1px solid #F36F20;
}
.nav > li > a:hover {
	text-decoration: none;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(top, #afc5d1, #85a6b8);
	background-image: -o-linear-gradient(top, #afc5d1, #85a6b8);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-color: #FFFFFF;
	color: #F36F20;
}

.nav > li.active > a, .nav > li > a:active, .nav > .dropdown:hover > a {
	background: white;
	color: #F36F20;
	text-shadow: none;
	-webkit-box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
	border-bottom: 8px solid #FFFFFF;
}

.nav a.icon {
  position: relative;
  width: 40.8px;
  padding: 0;
}
.nav a.icon > span {
  display: block;
  position: absolute;
  top: 9px;
  left: 12px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.nav .active a.icon > span, .nav a.icon:active > span {
  background-position: 0 -16px;
}

.dropdown {
	position: relative;
	border-bottom: 1px solid white;
}
.dropdown:hover ul {
  display: block;
  visibility: visible;
}
.dropdown ul {
	display: none;
	position: absolute;
	top: 44px;
	left: -1px;
	min-width: 160px;
	padding: 0 0 5px;
	background: white;
	border: 1px solid #dadada;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
	box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
	z-index: 9;
}
.dropdown ul.large {
  min-width: 200px;
}
.dropdown li {
  display: block;
  margin: 0 18px;
  overflow: visible;
}
.dropdown li + li {
  border-top: 1px solid #eee;
}
.dropdown li a {
	color: #777;
	padding: 8px 18px;
	margin: 0 -18px;
	font-weight: bold;
}
.dropdown li a:hover {
	color: #FFF;
	background-color: #F36F20;
	font-weight: bold;
}

header img {
	padding-left: 10px;
	padding-top: 10px;
}

#id_notice_side {
	border-top: 1px solid #FFD688;
}
#sidebar {
	width: 180px;
	float: left;
	font-size: 16px;
	position: absolute;
//	margin-bottom: 40px;
//	border: 1px solid #000000;
	margin-top: 30px;
//	height: 99999px;
	background-color: #EEEEEE;
	border-right: 2px solid #eee;
	top: 130px;
	bottom: 0px;
}

#sidemenu ul {
	width: 180px;
	list-style-type: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFD688;
}

#sidemenu li+li {
	border-top: 1px solid #FFD688;
}

#sidemenu ul li a {
	text-decoration: none;
	color: #777777;
	font-weight: bold;
	padding-left: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,244,224,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,244,224,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,244,224,1.00) 100%);
	padding-right: 10px;
}

#sidemenu ul li a:hover {
	color: #FFFFFF;
	background-color: #F36F20;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(243,111,32,1.00)),color-stop( 100% , rgba(243,111,32,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(243,111,32,1.00) 0%,rgba(243,111,32,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(243,111,32,1.00) 0%,rgba(243,111,32,1.00) 100%);
}

#sidemenu .class_active_side > a {
	color: #F36F20;
	font-weight: bold;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
}

.class_side_update {
	float: left; 
	position: relative; 
	width: 100%; 
	color: #555555;
//	font-weight: bold;
}

.class_update_title {
	float: left;
	position: relative;
	padding: 12px 0px 0px 10px;
	font-size: 13px;
	text-align: left;
}

.class_update_date {
	float: right;
	position: relative;
	margin: 12px 10px 0px 0px;
	font-size: 12px;
	text-align: right;
}

.class_update_title_eng {
	float: left;
	position: relative;
	padding: 12px 0px 0px 10px;
	font-size: 10px;
	text-align: left;
}

.class_update_date_eng {
	float: right;
	position: relative;
	margin: 12px 10px 0px 0px;
	font-size: 10px;
	text-align: right;
}

.line-separator{
	height:1px;
	margin: 0px 10px 0px 10px;
	background:#e9e9e9;
	border-bottom: 1px solid #d8d8d8;
}


#main {
	width: 805px;
	float: left;
	position: relative;
	margin-bottom: 40px;
//	border: 2px solid #000000;
	margin-top: 150px;
	min-height: 600px;
	margin-left: 185px;
}


footer {
	background-color: #eee;
	color: #333;
	font-size: 80%;
	height: 30px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	left: 185px;
	line-height: 30px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;

}
