/* CSS Document */
body {
margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg); background-repeat:no-repeat; background-position:center top;
}
body,td,th {
	font-size: 10pt;
}
#left {
	float: left;
	width: 188px;
	padding-bottom: 30px;
}
#menu_title{
	font-size: 15px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
}

#menu_link {
	margin-bottom: 20px;
	background-image: url(../images/bar_down.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;

}
#menu_link ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu_link ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4A0A0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#menu_link ul li .menu_link_a1{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background:url(../images/icon1.png) no-repeat 15px 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 26px;
	text-align: left;
}
#menu_link ul li .menu_link_a2{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 26px;
	text-align: left;
}

#menu_title{
	color: #FFFFFF;
	background-color:#51B3AB;	
}

#menu_link ul a {
	color: #363035;
	background-color: #B3f2EE;
}
#menu_link ul a:hover {
	color: #6589A3;
	background-color: #B3f2EE;
}


.top{
	position:absolute;
	z-index:100;
	top:-3px;
	/*width:1044px;*/
	background:url(../images/menu_bg.png);
	color: #000000;
	font-size:15px;
	padding:10px 20px;
	/*text-align:right;*/
	/*left: 84px;*/
	height: 21px;
	left:50%;
	margin-left:-422px;

}
.top a{
	color: #000;
	font-size:15px;
	text-decoration:none;
}
.content_bar {
	font-family: "微軟正黑體";
	color: #AE00B8;
	line-height: 24px;
    font-size: 20px;
	background-image: url(../images/p3.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 3px;
	padding-right: 100px;
	padding-left: 30px;
    letter-spacing: 2px;
}
