body {
	margin:0;
	padding: 0;
	line-height: normal;
	color: #000;
	text-align: left;
	font-family: "新細明體";
	font-size: 12px;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/bg.jpg);
}
#content {
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	height: auto;
	margin-top: 0px;
}

#footer {
	clear:both;
	padding: 0px;
	font-size: 1em;
	text-align: center;
	border-top: 1px solid #dfd0b9;
	color: #333;
	background: inherit;
	height:50px;
	padding-top: 10px;
}

#footer a:link, #footer a:visited {
background: inherit;
color: #333;
border-bottom: none;
}

#footer a:hover {
border-bottom: none;
background-color: inherit;
color: #663300;
}

#content h1{
	margin: 5px;
	font-size: 14pt;
	text-transform: uppercase;
	padding: 5px;
	color: #1F1F1F;
	background: inherit;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h2 {
	font-size: 20pt;
	padding: 2px;
	margin:2px;
	color: #508B4B;
	background:#CFE4CD;
	font-weight: bold;
	text-align: center;
	font-family: "微軟正黑體";
}

h3 {
	margin: 0 3px 5px 3px;
	padding: 3px;
	text-align: left;
	font-size: 14px;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	word-spacing: 1px;
}

h4 {
	margin: 0 3px 5px 3px;
	padding: 3px;
	text-align: right;
	font-size: 14px;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	word-spacing: 1px;
}
h5 {
	text-align: center;
	font-size: 16px;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	word-spacing: 1px;
}
h6 {
	margin: 0 3px 5px 3px;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	font-family: "微軟正黑體";
	letter-spacing: 1px;
	word-spacing: 1px;
}

a {
	text-decoration: none;
	border-bottom: none;
	color: #03F;
	background: inherit;
}

a:hover {
	color:#EB6D00 ;
	background: inherit;
}

a img {
border: 0;
}

.img {
float: left;
padding: 3px;
margin: 3px;
border: 0px solid #dfd0b9;
}

#navcontainer {
	width: 170px;
	margin-top: 10px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
display: block;
padding: 3px;
width: 130px;
background-color: #CFE4CD;
color: #666;
border-bottom: 1px solid #F0E9DD;
border-left: 8px solid #FBAA69;
}

#navcontainer a:link, #navlist a:visited {
text-decoration: none;
}

#navcontainer a:hover {
border-left: 8px solid #B7D6B4;
background-color: #FFA961;
color: #fff;
}
.h7 {
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bold;
	background-color: #FCC;
}
.h8 {
	font-family: "微軟正黑體";
	font-size: 14px;
	font-weight: bold;
	background-color: #FCC;
}
.h_red {
	font-family: "微軟正黑體";
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.h_yellow {
	font-family: "微軟正黑體";
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
}
.h9 {
	font-family: "微軟正黑體";
	font-size: 14px;
	font-weight: bold;
	background-color: #CEE7FF;
}
.h_red7 {
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
.h7_red {
	font-family: "微軟正黑體";
	font-size: 18px;
	font-weight: bold;
	background-color: #FCC;
	color: #F00;
	font-style: italic;
}
.h_black7 {
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bold;
	color: #000;
}