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

/***普通通用*********************************************************/

p {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
.clear {
	zoom: 1;
	clear: both;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.both {
	clear: both;
}
/*上下換圖按鈕加在連結中的css，意思是<a>標籤的背景位置為往上移動圖片高度一半的單位*/

/***普通通用*********************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "微軟正黑體";
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto;
	background-image: url(wrapper.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/***普通通用*********************************************************/

/***頁頭********************************************************/

#header_box {
	width: 100%;
	height: auto;
	background-image: url(banner/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 1000px;
	height: 480px;
	position: relative;
	margin: 0 auto;
}
/***頁頭********************************************************/

/***LOGO*******************************************************/

#logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 0px;
	z-index: 5;
	top: 0px;
}
/***LOGO*******************************************************/



/***主視圖********************************************************/

/***主要內容******************************************************/

#main_box {
	width: 100%;
	height: auto;
}
#main {
	width: 1000px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
}
/**左邊**/

#leftside {
	width: 250px;
	height: auto;
	min-height: 280px;
	float: left;
	background-image: url(leftnav/left-img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
}
/***左邊內容***/

#leftnav_title {
	width: 250px;
	height: auto;
}
#leftnav {
	width: 250px;
	height: auto;
	clear: both;
}
/*側欄選單*/











/***右邊******************************************************/

#rightside {
	float: right;
	height: auto;
	width: 700px;
	min-height: 500px;
}
#title {
	height: 39px;
	width: 680px;
	position: relative;
	background-image: url(title-bg.jpg);
	margin-bottom: 32px;
	font-size: 15px;
	line-height: 18px;
	color: #191924;
}
#title img {
	float: left;
}
#title span {
	float: left;
	margin-top: 5px;
}
/***麵包屑*********************************************************/

#breadcrumbs {
	width: auto;
	z-index: 99;
	color: #9F9F9F;
	position: absolute;
	right: 750px;
	height: auto;
	font-size: 12px;
	font-family: "微軟正黑體";
	top: -24px;
}
#breadcrumbs strong {
	color: #9F9F9F;
}
#breadcrumbs span {
	color: #9F9F9F;
}
#breadcrumbs a {
	color: #717171;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumbs a:hover {
	color: #9F9F9F;
}
/***麵包屑*********************************************************/







/***分頁*******************************************************/

#pages {
	width: 100%;
	font-size: 13px;
	color: #00468C;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	clear: both;
	margin: auto;
	padding: 20px 0;
}
#pages.lin {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
#pages .table {
	height: 28px;
	width: 647px;
	margin: auto;
}
#pages .pgs a {
	color: #878787;
	text-decoration: none;
	margin: 5px;/*	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	display: block;

	border: 1px solid #CFCFCF;

	float: left;

	padding: 1px 11px;*/

}
#pages .pgs a:hover,  #pages .pgs a.link {
	color: #586D24;
	font-weight: bold;
}
#pages.back {
	background-image: url(../pages/lin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/***分頁*******************************************************/



/***社群*******************************************************/

#community {
	position: absolute;
	top: 1px;
	left: 86px;
}
#community img {
	display: block;
	float: left;
}
/***社群*******************************************************/

/***頁底*********************************************************/

#footer_box {
	width: 100%;
	height: auto;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	font-size: 13px;
}
#footer .qr {
	position: absolute;
	left: 0px;
	top: 1px;
}
#footer .info {
	color: #999999;
	position: absolute;
	top: 30px;
	left: 280px;
}
#footer .copyright {
	color: #525252;
	position: absolute;
	top: 100px;
	left: 0px;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
#footer .copyright span {
	color: #858585;
}
#footer .copyright a {
	color: #525252;
	text-decoration: none;
	padding: 0 5px;
}
#footer .copyright ins {
	text-decoration: underline;
}
#footer .copyright a:hover {
	color: #858585;
	text-decoration: none;
}

/***頁底*********************************************************/
