@charset "UTF-8";

/*
* rgb(63, 189, 224) -> light blue
* rgb(223, 242, 252) -> light blue
* #0a32cf -> dark blue for logo
* rgb(69, 176, 53) -> green
*/

body {
	background: #f2f2f2;
	/*color: #000;*/
	color: rgb(101, 101, 101);
	/*font-family: Arial, Helvetica, sans-serif, "新細明體", Osaka, "標楷體";*/
	font-family: "Microsoft JhengHei", "微軟正黑體", 
				"PMingLiU", "新細明體", "MingLiU", "細明體", 
				"DFKai-sb", "標楷體",
				"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 175%;
	letter-spacing: 2px;
	margin: 0 auto;
	text-align: center;
}
	
p { line-height: 1.3em; margin: 0; padding: 2px 0; }
h1,h2,h3,h4 {
	font-weight: bold; font-size: 16px; line-height: 1em;
	margin:0; padding: 0;
}
	
a, a:link { color: rgb(101, 101, 101); text-decoration: none; }
a:hover { color: rgb(101, 101, 101); text-decoration: underline; }

#wrapper { margin: 0 auto; width: 810px; }

/*　========== HEADER ===========　*/
#header {
	background: url(header_bg.png) no-repeat;
	/*background-color: rgb(63, 189, 224);*/
	background-color: rgb(249, 243, 69);
	height: 142px;
	padding-right: 0px;
	text-align: right;
	letter-spacing: 0px;
	font-size: 10pt;
}
#header img { float: left; padding: 20px 0 0 20px; }
#header h1 { font-size: 12px; font-weight: normal; color: #FFF; padding: 15px 0; }
#header div { margin: 15px 10px 0px; line-height: 140%; font-weight: bold; }
/*　=====================　*/

/*　========== MENU ===========　*/
#menubar {
	margin: 0px;
	background-image: url(menubar_bg.gif);
	/*border-bottom: 5px solid rgb(63, 189, 224);*/
	border-bottom: 5px solid rgb(249, 243, 69);
}
#menubar a {
	background: url(btn_bg.gif) no-repeat;
	/*background-position: -10px 0px;*/
	display: block;
	float: left;
	height: 50px;
	width: 100px;
	border-right: 1px solid #cccccc;
}
.menu_last { border-right: 0px solid grey !important; }
#menubar a:hover { background-position: 0px -55px; text-decoration: none; }	
#menubar a h2 {
	margin-top: 19px;
	/*color: #0a32cf;*/
	color: rgb(101, 101, 101);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/*　=====================　*/

#content { padding: 10px 5px; }
#content2 { padding: 10px 20px; }
#content_wrap {
	/*background: url(content_bg.gif) repeat-y;*/
	background-color: white;
	text-align: left;
	width: 810px;
}

#footer {
	clear: both;
	/*color: #FFF;*/
	/*background-color: rgb(63, 189, 224);*/
	background-color: rgb(249, 243, 69);
	height: 32px;
	padding: 8px 10px;
	text-align: right;
	line-height: 100%;
	letter-spacing: 0px;
	font-size: 8pt;
}
#footer a, #footer a:link { color: rgb(101, 101, 101); }

.classTitle {
	height: 60px;
	background-image: url(title_bg.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 45px;
	font-size: 18pt;
	color: #5F9EA0;
	letter-spacing: 2px;
	font-weight: bold;
}

.text_orange { color: #D46E00; }

.clear_both { clear: both; font-size: 1px; height: 1px; }

/* left conent */
#content2_with_left { padding: 0px; overflow: auto; background-color: rgb(223, 242, 252); }
 
#left_content { width: 215px; float: left }
#right_content { padding: 10px; margin-left: 215px; background-color: white; }

#left_content_title {
	margin: 10px;
	width: 195px;
	height: 35px;
	/*background-image: url(navi_title_bg.gif);*/
	/*background-color: rgb(63, 189, 224);*/
	/*background-color: #0a32cf;*/
	background-color: #d46e00;
	color: white;
	line-height: 200%;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 10px; border-radius: 10px;
}

#submenu { font-size: 10pt; font-weight: bold; list-style-type: none; margin: 0px 10px; padding: 0px;  }
#submenu li {
	background-image: url(navi_li_bullet.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left center;
	border-bottom: 1px dotted #999;
}
#submenu li a { color: #444; }
#submenu li a:link { text-decoration: none; }
/* left conent */