#container {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#container #Table_01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
#container #Table_01 p {
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*bg-line*/
#bgleft {
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
	width: 7px;
}
#bgright {
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
	width: 7px;
}

/*font*/
h1 {
	font-size: 15px;
	color: #333333;
	line-height: 20px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	letter-spacing: 1px;
}
.red {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
.pad_left {
	text-indent: 20px;
}


/*left-menu*/
.leftmain {
	background-image: url(../images/bg_leftmain.gif);
	background-repeat: repeat-y;
	width: 191px;
}
.leftmain td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
#container #Table_01 .leftmain p {
	line-height: 23px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
}
.leftmain a {
	color: #666666;
	text-decoration: none;
}
.leftmain a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/*版權*/
.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
}
.footer a {
	color: #006699;
	text-decoration: none;
}
.footer a:hover {
	color: #0066FF;
	text-decoration: underline;
}

