#Main-area {
	position: relative;
	z-index: 2;
	width: 100%;
	top: 0px;
}
#Main {
	position: relative;
	width: 950px;
	margin: 130px auto 0px auto;
	background-image: url(design/main-bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/**********次選單*/
#Main-sub_menu {
	width: 190px;
	margin: 5px 5px 0 0;
}
#Main-sub_menu img {
	border: 0px;
}
#Main-sub_title {
	width: 190px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -1000px;
	overflow: hidden;
}
#Main-sub_bottom {
	width: 190px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -1000px;
	overflow: hidden;
}
#Main-sub_bottom a {
	width: 160px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
#Main-sub_menu ul {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	background-image: url(design/submenu-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#Main-sub_menu ul li {
	width: 156px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
	list-style-type: none;
	margin: 0px 17px;
	padding: 0px;
}
#Main-sub_menu ul li a {
	color: #9A8A65;
	display: block;
	padding-left: 13px;
	background-image: url(design/submenu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
#Main-sub_menu ul li a:hover {
	background-image: url(design/submenu-arrow.gif);
	background-repeat: no-repeat;
	background-color: #9A8A65;
	color: #FFFFFF;
}

/**********功能選單*/
#Main-function_menu {
	width: 195px;
	margin-top: 27px;
}
#Main-function_title {
	width: 195px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center top;
}
#Main-function_title input {
	color: #0066CC;
	width: 105px;
	margin-top: 45px;
	margin-left: 60px;
	border: 1px solid #ECE9D8;
}
#Main-function_title a {
	height: 30px;
	width: 40px;
	display: block;
	text-indent: 1000px;
	overflow: hidden;
	text-align: right;
	margin-right: 10px;
	float: right;
}
#Main-function_bottom {
	width: 195px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -1000px;
	overflow: hidden;
}
#Main-function_bottom a {
	width: 175px;
	height: 30px;
	display: block;
	margin: 0 auto;
}
#Main-function_menu dl {
	width: 195px;
	background-image: url(design/function-bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#Main-function_menu dt {
	width: 148px;
	padding: 0px;
	margin: 0 auto;
}
#Main-function_menu dt img {
	width: 146px;
	height: 110px;
	border: 1px solid #666666;
}
#Main-function_menu dd {
	margin: 0px auto;
	padding: 0px;
	font-size: 11px;
	color: #FF6600;
	text-align: center;
}
/**********內文區*/
#Main-content {
	width: 555px;
	margin: 40px 5px 0 0;
}
#Main-content p {
	margin: 5px 0px;
}
#Main-content h4{/*圖片式大標題*/
	background-repeat: no-repeat;
	text-indent: -1000px;
	height: 26px;
	overflow: hidden;
	margin: 10px 0;
	padding: 0px;
	line-height: 22px;
}
#Main-content h5{/*文字式中標題*/
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	background-image: url(icon/spot-square1.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: 0px;
	background-position: 0px 5px;
}
#Main-content h6{/*小標題*/
	background-image: url(icon/spot-light.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 13px;
	margin: 0px;
	font-weight: normal;
	font-size: 11px;
}
/**********宣告區*/
#Main-copyright {
	width: 940px;
	height: 100px;
	margin: 10px auto 0px auto;
}
#Main-copyright img {
	border: 0px;
}
#copyright-head {
	width: 165px;
	height: 70px;
	background-image: url(design/copyright-head.gif);
	background-repeat: no-repeat;
}
#copyright-tail {
	width: 185px;
	height: 70px;
	background-image: url(design/copyright-tail.gif);
	background-repeat: no-repeat;
}
#copyright-content {
	width: 590px;
	height: 50px;
	padding-top:20px;
	background-image: url(design/copyright-bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #0066CC;
	vertical-align: middle;
}
#copyright-menu {
	width: 940px;
	height: 20px;
	background-image: url(design/copyright-top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	vertical-align: top;
}
#copyright-menu img {
	border: 0px;
	margin: 0 0 0 30px;
}
#copyright-goTop {
	background-image: url(design/copyright-goTop.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#copyright-goTop a {
	float: right;
	height: 20px;
	width: 60px;
	text-indent: -1000px;
	overflow: hidden;
}
