/******************************************基本樣式******************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0px;
	background-image: url(../design/contents-bg.gif);
	background-repeat: repeat-y;
	background-position: 205px;
	background-color: #FFFFFF;
}
a {
	color: #996600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #663300;
}
form {
	margin: 0px;
	padding: 0px;
}
/******************************************排版樣式******************************************/
/****************************************Banner-絕對位置; z=1*/
#Banner {
	background-image: url(../design/body-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 1;
	height: 300px;
	width: 100%;
}
#Banner-Area {
	height: 300px;
	width: 100%;
}
/****************************************Main-絕對位置; z=2*/
#Main {
	background-image: url(../design/copyright-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	z-index: 2;
	top: 220px;
	width: 100%;
}
#Main-Area {
	background-image: url(../design/copyright-head.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 1000px;
}
/******************************Main_Top*/
#Main_Top {
	float: left;
	width: 795px;
}
#Main_Top-Area {/*主內文區*/
	margin: 0px;
}
/******************************Main_Bottom*/
#Main_Bottom {
	height: 100px;
	width: 1000px;
}
#Main_Bottom-Leger {/*Txt置底主選單*/
	height: 25px;
	line-height: 35px;
	overflow: hidden;
	width: 650px;
	padding-right: 145px;
	padding-left: 205px;
	color: #CCCCFF;
	text-align: center;
}
#Main_Bottom-Leger a {
	color: #6666CC;
}
#Main_Bottom-Copyright {/*版權宣告區*/
	height: 75px;
	width: 975px;
	margin: 0px 15px;
}
#Main_Bottom-Copyright_LOGO {/*版權宣告-LOGO*/
	float: left;
	height: 75px;
	width: 185px;
	background-image: url(../design/copyright-LOGO.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
}
#Main_Bottom-Copyright_Top {/*版權宣告-Top*/
	position: absolute;
	left: 950px;
}
#Main_Bottom-Copyright_Top a {
	background: url(../design/copyright-TOP.jpg) no-repeat;
	height: 30px;
	width: 30px;
}
#Main_Bottom-Copyright_Top a:hover {
	background: url(../design/copyright-TOP2.jpg) no-repeat;
}
#Main_Bottom-Copyright_Txt {/*版權宣告-Txt*/
	float: left;
	margin: 15px 0px 0px 15px;
	font-size: 11px;
	letter-spacing: normal;
	line-height: 18px;
	color: #89754B;
}
#Main_Bottom-Copyright_Txt h5 {
	color: #6666CC;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}
/******************************Main_Left*/
#Main_Left {
	float: left;
	width: 205px;
}
#Main_Left-Form {/*左上角Login/Logout表單區塊*/
	width: 175px;
	margin: 0px 15px;
	font-size: 11px;
	line-height: 20px;
}
.Main_Left-Form_input {
	height: 13px;
	line-height: 13px;
	width: 75px;
	margin: 0px;
	font-size: 11px;
}
#Main_Left-Form table {
	width: 175px;
}
#Main_Left-Form table th {
	line-height: 36px;
	background-image: url(../icon/menu-form_bar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: normal;
	color: #666699;
}
#Main_Left-Form table th a {
	color: #666699;
}
#Main_Left-Form table th a:hover {
	color: #333366;
	text-decoration: none;
	position: relative;
	top: -1px;
}
#Main_Left-Menu {/*網站次選單*/
	width: 175px;
	margin: 0px 15px;
}
#Main_Left-Menu dl {/*三層次選單-範圍*/
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Main_Left-Menu dl dt {/*三層次選單-項目標題*/
	line-height: 1000px;
	display: block;
	overflow: hidden;
	width: 175px;
	height: 25px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}
#Main_Left-Menu dl dd {/*三層次選單-項目內容*/
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#Main_Left-Menu dl dd img {/*三層次選單-項目內容插圖*/
	background-color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 165px;
}
#Main_Left-Menu dl dd ul {/*三層次選單-項目內容清單*/
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 24px;
	background-image: url(../icon/menu-line_bg.gif);
}
#Main_Left-Menu dl dd ul li {/*三層次選單-項目內容清單*/
	list-style-type: none;
	display: inline;
}
#Main_Left-Menu dl dd ul li a {/*三層次選單-項目內容清單樣式(預設)*/
	color: #000000;
	padding-left: 15px;
	background-image: url(../icon/menu-spot_normal.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	display: block;
}
#Main_Left-Menu dl dd ul li a:hover {/*三層次選單-項目內容清單樣式(滑鼠移過)*/
	color: #6666CC;
	text-decoration: none;
	background-image: url(../icon/menu-spot_rollover.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
}
#Main_Left-Menu dl dd ul li a strong {/*三層次選單-項目內容清單樣式(當頁)*/
	color: #6666CC;
	font-weight: normal;
	background-image: url(../icon/menu-line_bg2.gif);
	background-repeat: repeat-y;
	display: block;
}
/******************************Main_Right*/
#Main_Right {
	float: left;
	width: 155px;
}
#Main_Right-Form {/*右上角站內檢索表單區塊*/
	background-image: url(../icon/function-search_bg.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	left: -5px;
	color: #FFFFFF;
}
#Main_Right-Form-Area {
	padding: 30px 10px 15px 10px;
}
#Main_Right-Form-Area input, #Main_Right-Form select {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#Main_Right-Adv {/*右排Adv banner*/
	width: 100%;
}
#Main_Right-Adv-Area {
	margin: 5px;
	text-align: center;
}
#Main_Right-Adv-Area p {
	font-size: 9pt;
	margin-top: 5px;
	margin-bottom: 10px;
}

/******************************Main_Center*/
#Main_Center {
	float: left;
	width: 640px;
}
#Main_Center-Area {/*主內文區*/
	margin: 5px 15px;
	line-height: 20px;
}
#Main_Center-Area p, #Main_Center-Area ul, #Main_Center-Area ol, #Main_Center-Area table {
	margin-top: 5px;
	margin-bottom: 10px;
}
#Main_Center-Area ol li, #Main_Center-Area ul li {
	margin-top: 0px;
	margin-bottom: 0px;
}
#Main_Center-Area input, #Main_Center-Area select {
	font-size: 11px;
}
/******************************dl/dt/dd樣式*/
.dl_plug {/*推薦商品*/
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	width: 230px;
	float: left;
}
.dl_plug dt {
	font-weight: normal;
	text-align: center;
	background-color: #E7E7E7;
	margin: 0px;
	padding: 0px;
}
.dl_plug dt a {
	display: block;
	color: #000000;
	background-color: #E7E7E7;
}
.dl_plug dt a:hover {
	display: block;
	color: #000000;
	background-color: #E2E2FD;
	text-decoration: none;
}
.dl_plug dd {
	clear: both;
	margin: 10px;
	padding: 0px;
	text-align: left;
	line-height: 18px;
}
