@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	line-height: 1.5em;
	font-family: "Times New Roman", "新細明體", Verdana;
	font-size: 15px;
	color: #333;
}
#pagebody {
	overflow: auto;
	margin: 20px auto;
	padding: 5px;
	width: 820px;
	background: #FFF;
	border:2px #999 solid;
}
#top {
	width:100%;
}
#content {
	width:100%;
	text-align:center;
	margin:5px auto 5px auto;
	clear:both;
}
#left {
	float:left;
	text-align:center;
	width:220px;
}
#left img {
	margin-top:10px;
	}
#right {
	width:590px;
	float:right;
	text-align:left;
	padding:5px;
}
#tables {
	border-top:none;
	border-left:none;
}
#tables td {
	border-right:none;
	border-bottom:none;
}
#bg1 {
	background:#669900;
	text-align:center;
	color:#FFFFFF;
}
#bg2 {
	background:#d6f6b7;
	text-align:center;
}
#bg3 {
	background:#b4de8b;
	text-align:center;
}
.en {
	color:#3366FF;
}
.font {
	font-size:12px;
	padding-left:5px;
}
.tds {
	padding-left:5px;
}
h1 {
	font-size:21px;
	line-height:30px;
	margin-bottom:10px;
	width:100%;
	background:#CCCCCC;
}
h1 span {
	color:#0000FF;
}
h2 {
	font-size:17px;
	margin:10px 0px 5px 0px;
	line-height:25px;
	height:25px;
	color:#FF9900;
	}
h4 {
	margin-bottom:5px;
	font-size:15px;
	}
.red {
	color:red;
	font-weight:bold;
	}
.lu {
	color:#006600;
	font-weight:bold;
	}
