@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #fff;
	font-family: 'Arial';
}
#wrap {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	min-height: 600px;
}
#header {
	height: 200px;
}
#search {
	height: 50px;
}
#sitelink {
	font-size: 0.7em;
	color: #00a;
	float: right;
	padding-top: 3px;
}
#sitelink a {
	color: #00a;
	text-decoration: none;
}
#headimg {
	background: #24685f url('headimg.png');
	height: 150px;
}
#nav {
	height: 25px;
	background-color: #409488;
	padding-left: 250px;
	overflow: hidden;
}
#main {
	width: 800px;
	overflow: hidden;
}
#menu {
	float: left;
	padding-left: 20px;
	width: 180px;
	background: #24685f url('menu.png') repeat-y;
	padding-bottom: 9999px; margin-bottom: -9999px;
}
#content {
	float: right;
	width: 580px;
	background-color: #eec;
	padding: 10px;
	font-size: 0.8em;
	padding-bottom: 9999px; margin-bottom: -9999px;
	min-height: 400px;
	height: auto !important;
	height: 500px;
}
#footer {
	width: 790px;
	height: 25px;
	background-color: #72b8ad;
	font-size: 0.6em;
	text-align: center;
	padding: 5px;
}

#menu a {
	padding: 2px;
	padding-left: 30px;
	margin: 5px -2px;
	display: block;
	text-decoration: none;
	color: #eec;
	font-weight: bold;
}
#menu a:hover, #menu .active {
	background-color: #eec;
	color: #24685f;
}
#nav a {
	display: block;
	float: left;
	margin: 5px 5px;
	margin-bottom: 0px;
	padding: 2px 10px;
	text-decoration: none;
	color: #eec;
	font-weight: bold;
	background-color: #226050;
}
#nav a:hover, #nav .active {
	background-color: #eec;
	color: #226050;
}
#footer a {
	color: #000;
	text-decoration: none;
}
.ch {
	font-family: 'DFKai-sb', '標楷體';
}
.en {
	font-family: 'Arial';
}
.just {
	text-align: justify;
}
#content h1 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	background-color: #00a;
	width: 300px;
	color: #fff;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	margin-bottom: 5px;
}
#content h3 {
	font-size: 1.1em;
	display: inline;
	color: #00e;
	font-weight: bold;
}
#content table {
	margin: 20px;
	border-collapse: collapse;
}
#content table table td {
	vertical-align: top;
	/*border-bottom: 1px solid #00a;*/
}
#content table th {
	text-align: left;
}
#content .course {
	border: 1px solid #24685f;
	border-collapse: separate;
}
#content .course td {
	vertical-align: top;
	border: 1px solid #24685f;
}
#content .course th {
	vertical-align: top;
	text-align: center;
	border: 1px solid #24685f;
	color: #eec;
	background-color: #24685f;
}
#content .anno th {
	font-size: 1.2em;
	font-weight: bold;
	color: #00a;
}

#content .course  tr > td{
	padding-top: .5em;
    padding-bottom: .5em;
}
#content .course tr > td {
    padding-top: .5em;
    padding-bottom: .5em;
    border-radius: 10px;
}