/* 首頁內容區整體（白色底板）樣式設定
---------------------------------------------*/
#wrapper {
	position: relative;
	text-align: center;
	margin: -4px auto;
	padding: 0px; /* 設定內距為0 */
	width: 994px;
}

	/* 頁首（放置選單）樣式設定 */
	#header {
		position: absolute;
		text-align: center;
		margin: 0px;
		width: 940px;
		padding: 0px; /* 設定內距為0 */
		background: url(images/CSBCBanner.jpg) left top no-repeat;
		z-index: 9;
	}

	#header img {
		position: relative;
		float: left;
		margin-left: 6px;
	}

	/* 頁首隱藏區塊（放置選單）樣式設定 */
	#hidenheader {
		position: relative;
		text-align: center;
		margin: 0px;
		padding: 0px; /* 設定內距為0 */
		width: 944px;
		height: 102px;
	}

	/* 資料區樣式設定 */
	#container {
		position: relative;
		width: 922px;
		margin: auto;
		margin-bottom: 10px; /* 設定下邊界為10 */
		padding-left: 10px;
		padding-right: 10px;
	}

	#secondary {
		position: relative;
		float: right;
		width: 236px;
		padding: 0px;
		margin-bottom: 10px; /* 設定下邊界為10 */
		display: inline;
		text-align: left;
		line-height: 120%;
	}

	.secondarysub {
		position: relative;
		width: 196px;
		padding: 0px;
		margin: 0px;
		display: inline;
		text-align: left;
		line-height: 120%;
	}

	#primary {
		position: relative;
		padding: 0px;
		width: 668px;
		margin-top: 10px; /* 設定下邊界為10 */
		margin-bottom: 10px;
	}

	.primain_box {
		position: relative;
		width: 646px;
		padding: 10px; /* 設定內距為10 */
		margin-bottom: 10px; /* 設定下邊界為10 */
		background-color: #F9F9F9;
		text-align: justify;
		border: 1px solid #ABB865;
	}
	.primain_noborderbox {
		position: relative;
		width: 646px;
		padding: 10px; /* 設定內距為10 */
		margin-bottom: 0px; /* 設定下邊界為0 */
		background-color: #FFFFFF;
		text-align: center;
		border: none;
	}

	.primain_box p {
		display: block;
		border-bottom: 1px dotted #556D01;
	}

	.primain_box p.title {
		display: block;
		border-bottom: 1px dotted #556D01;
		padding-left: 16px;
		background: #E3E7CB;
		font-size: 110%;
		color: #606000;
	}

	.primain_box a.list {
		display: block;
		padding-left: 16px;
		color: #464646;
		background: #F9F9F9 url(../CSS/images/Triangle_Gray.gif) left center no-repeat;
	}

	.primain_box a.more {
		display: block;
		padding-left: 16px;
		color: #464646;
		background: #F9F9F9;
	}

	.primain_box a:hover {
		color: #556D01;
		background: #E3E7CB;
	}

	.pricenter_box, {
		position: relative;
		width: 650px;
		padding: 0px; /* 設定內距為10 */
		margin-bottom: 10px; /* 設定下邊界為10 */
		background-color: #F9F9F9;
		text-align: center;
		/* border: 1px solid #FFB5B5; */
	}

	.prileft_box, {
		position: relative;
		float: left;
		width: 328px;
		padding: 0px; /* 設定內距為10 */
		margin-bottom: 10px; /* 設定下邊界為10 */
		background-color: #F9F9F9;
		text-align: center;
		/* border: 1px solid #FFB5B5; */
	}

	.priright_box, {
		position: relative;
		float: right;
		width: 328px;
		padding: 0px; /* 設定內距為10 */
		margin-bottom: 10px; /* 設定下邊界為10 */
		background-color: #F9F9F9;
		text-align: center;
		/* border: 1px solid #FFB5B5; */
	}

/* 文章分類／文章彙集
---------------------------------------------*/
.module-header {
	padding: 60px 20px 0 20px;
}
.module-header a {
	color: #663399;
}
.module-header a:hover {
	color: #E24545;
}

.module-content {
	padding: 5px 20px 20px 20px;
	margin-bottom: 10px;
}
.module-categories {
	background: url(../CSS/images/list_top.gif) left top no-repeat;
}
.module-categories .module-content {
	background: url(../CSS/images/list_bottom.gif) left bottom no-repeat;
}
.module-list {
	border-top: 1px solid #E24545;
}
.module-list li {
	border-bottom: 1px solid #E24545;
	text-align: left;
	line-height: 130%;
}
.module-list li a {
	display: block;
	padding: 4px 0 4px 12px;
	background: #F9F9F9 url(../CSS/images/marker.gif) left center no-repeat;
	color: #464646;
	text-decoration: none;
}
.module-list li a:hover {
	color: #E24545;
	background: #FFFFFF url(../CSS/images/marker_yellow.gif) left center no-repeat;
}
