@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, simsun, sans-serif;
	font-size: 12px;
	color: #A19D9A;
}
h1 {
	text-align: center;
	color:#900;
	font-size: 30px;
	font-weight: bold;
	font-family: simhei;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
}
.header {
	margin: 0 auto;
	width: 1000px;
}
.sub-header {
	width: auto;
	background: #94bdd0;
	height: 20px;
}
.main-content-top {
	margin: 0 auto;
	width: 1000px;
	height: 30px;
	background: url(../image/side_Top.png);
}
.main {
	margin: 0 auto;
	width: 1000px;
}
.main-content {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 100%;
	background:url(../image/side_body.png);
	z-index: 1;
}
.main-content-footer {
	margin: 0 auto;
	width: 1000px;
	height: 50px;
	background: url(../image/side_footer.png);
	position: relative;
	float: left;
}
.footer {
	width: 100%;
	background: #94bdd0;
	height: 40px;
	float: left;
}
.footer-content {
	margin: 0 auto;
	width: 1000px;
	height: 40px;
	padding: 5px 5px;
}
.footer-content div {
	text-align: center;
	color: #fff;
}
.left-content {
	position: relative;
	float: left;
	width: 664px;
}
.right-content {
	width: 256px;
	position: relative;
	float: right;
	top: 0px;
	min-height: 200px;
	padding: 5px 40px;
}
.div-header {
	position: relative;
	left: 5px;
	font-family: simhei;
	font-weight: bold;
	color: #1e6792;
	font-size: 30px;
}
.div-body {
	line-height: 25px;
	position: relative;
	top: 5px;
	left: 5px;
	right: 5px;
	font-family: Arial, PMingLiU, sans-serif;
	color: #333;
	font-size: 16px;
	letter-spacing: 2px;
}
.title {
	position: relative;
	left: 5px;
	font-family: simhei;
	font-weight: bold;
	color: white;
	font-size: 26px;
}
.title-body {
	position: relative;
	left: 5px;
	right: 5px;
	top: 5px;
	font-family: 新細明體;
	color: white;
	line-height: 18px;
}
.logo-div {
	font-family: 微軟正黑體;
	font-weight: bold;
	height: 134px;
}
.name-div {
	height: auto;
	float:left;
	position: relative;
	top: 50px;
}
.logo-div img {
	float: left;
}
a {
	text-decoration: none;
}
#column {
	float: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tab-header {
}
.tab a {
	font-size: 12px;
	text-align: center;
	padding: 8px 10px;
	float: left;
	color: #4093ba;
}
.tab a:hover {
	background: #4093ba;
	color: white;
}
.tab-body {
	width: 100%;
	float: left;
	border: solid 1px #999;
}
.textarea {
	width:400px;
	height: 100px;
}
table {
	width: 100%;
}
table tr.even {
	background:#eaf6ff;
}
table tr.odd {
	background:#f8fcff;
}
table td {
	padding: 2px;
}
table thead td{
	background-color: #4093ba;
	color: #fff;
	font-weight: bold;
	text-align:center;
}
table span{
	color:red;	
}
.input-long{
	width: 350px;
}
.input-short{
	width: 20px;
}