body {
	margin: 0;
	padding: 0;
	font-family: 微軟正黑體;
	font-size: 15px;
	line-height: 1.5em;
	letter-spacing: 0.1px;
}

ul{
	padding-left: 25px;
	padding-top: 0px;
	margin-top: 0px;
}
nav, {
  display: block; }


nav,
nav a, {
  color: #FFF; }

header nav {
  margin-top: 10px; }

nav {
	float: right;
	margin: 0 20px;
	padding: 1px 10px;
	font-weight: bold;
	background: #222;
	background-color: #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
  nav ul {
	margin: 0;
	/* [disabled]padding-left: 10px; */
	list-style: none;
		}
  nav li {
    float: left;
    margin: 0 10px; }
  nav a {
    color: #FCFCFC;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000; }
    nav a:hover, nav a:focus {
      text-decoration: underline; }

.nav,
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Top level nav */
.nav {
	float: left;
	margin: 0;
	text-align: left;
}

/* Dropdowns */
.nav ul {
	display: none;
	position: absolute;
	top: 2.10em;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.1s linear opacity;
	min-width: 210px;
	background: #000000;
	-webkit-box-shadow: 0 3px 3px #000000;
	-moz-box-shadow: 0 3px 3px #000000;
	box-shadow: 0 3px 3px #000000;
	padding-left: 0px;
}

.nav li {
	float: left;
	position: relative;
}

/* Top level nav items */
.nav li > a {
	float: left;
	padding: 7px 16px;
	color: #000;
	text-decoration: none;
	font-family: 微軟正黑體;
	font-weight: bold;

}
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4), 0 -1px 0 rgba(0,0,0,0.2);
	text-decoration: none;
}

/* Top level hover state, preserve hover state when hovering dropdown  */
.nav li > a:hover,
.nav li > a:focus,
.nav li:focus > a,
.nav li:hover > a {
	background-color: #000000;
	-webkit-box-shadow: 0 3px 3px #000000;
	-moz-box-shadow: 0 3px 3px #000000;
	box-shadow: 0 3px 3px #000000;
}


/* Rounded corners for first top level nav item */
.nav > li:first-child > a {

}

/* Rounded corners for last top level nav item */
.nav > li:last-child > a {
	border-right: 0;

	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.nav li:hover ul,
.nav li:focus ul,
ul.show-menu {
	display: block;
	opacity: 0.99;
}

.nav ul li {
	float: none;
	position: static;
}

.nav ul a {
	float: none;
	display: block;
	font display: block;
	color: #FFF;


	-webkit-transition: 0.1s linear all;
}

/* Rounded corners for ul and last list item */
.nav ul,
.nav ul li:last-child a {
	border: 0;

}

.nav ul a:hover,
.nav ul a:focus {
	background: #EEE;
	color: #333;
	text-shadow: none;
}

p { clear: both; }


#web_wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#web_content {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#web_top {
	height: 150px;
	margin-top: 10px;
	margin-bottom: -5px;
}

#web_maincontent {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 0px;
}

#web_footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 0px;
}

#web_header {
	width: 1024px;
}
#menus {
	padding: 0;
	float: left;
	z-index: 99999;
	margin-top: 0px;
	position: relative;
	margin-bottom: 0px;
}
.course {
	font-style: normal;
	font-size: 13px;
}
.footer {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
}
.contact {
	font-style: normal;
	font-size: 15px;
}
.course thead th {
    background: url(../images/courseheader.jpg);
    background-size: 100% 100%; /* CSS 3 */
	
}