@charset "utf-8";
body {
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	background-color: #000000;
	font-family: Verdana, "新細明體";
	font-size: 13px;
}
.oneColFixCtrHdr #container {
	width: 1131px;
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/index-topbg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 181px;
}
.oneColFixCtrHdr #header .topmenu{
	font-size: 12px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header .topmenu .home{
	font-size: 10px;

}
.oneColFixCtrHdr #header .topmenu a{
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header .topmenu a:hover{
	color: #c092ff;
	text-decoration: none;
}
.oneColFixCtrHdr #header .shoponline{
	font-size: 13px;
	color: #b09a60;
}
.oneColFixCtrHdr #header .shoponline .login{
	font-size: 15px;
	display: block;
	padding-top: 15px;
}
.oneColFixCtrHdr #header .shoponline a{
	text-decoration: none;
	color: #b09a60;
}
.oneColFixCtrHdr #header .shoponline a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header .submenu{
	font-size: 12px;
	color: #c092ff;
}
.oneColFixCtrHdr #header .submenu a{
	text-decoration: none;
	color: #c092ff;
	font-size: 15px;
	margin-right: 5px;
	margin-left: 5px;
}
.oneColFixCtrHdr #header .submenu a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
}
/*header.............................*/
.oneColFixCtrHdr #mainContent {
	width: 1131px;
}
.oneColFixCtrHdr #mainContent .left{
	float: left;
	width: 341px;
	padding-top: 42px;
	padding-right: 26px;
	padding-left: 24px;
	height: 386px;
	background-image: url(../images/news-bg03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #080112;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #mainContent .left  a{
	color: #a7a3a1;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent .left a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/*...............................先麥訊息.............................*/
.oneColFixCtrHdr #mainContent .left .news{
	background-image: url(../images/news-bg.jpg);
	background-repeat: no-repeat;
	height: 290px;
	width: 298px;
	padding: 20px;
}
.oneColFixCtrHdr #mainContent .left .news img{
	float: right;
	clear: right;
	border: 1px solid #cbcbcb;
}
.oneColFixCtrHdr #mainContent .left .news .newsdate{
	font-size: 11px;
	color: #a4a0a1;
	font-family: Arial, "新細明體";
	padding-right: 10px;
}
.oneColFixCtrHdr #mainContent .left .news .newstitle{
	font-size: 13px;
	color: #a4a0a1;
	font-family: Arial, "新細明體";
}
.oneColFixCtrHdr #mainContent .left .news table{
	margin-bottom: 10px;
}

.oneColFixCtrHdr #mainContent .left .news td{
	font-family: Arial, "新細明體";
	font-size: 12px;
	color: #a4a0a1;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7a6e58;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #mainContent .left .news td a{
	font-weight: bold;
	color: #6c3ca0;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .left .news td a:hover{
	font-weight: bold;
	color: #b09a60;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .left .news .newstext{
	font-family: Arial, "新細明體";
	font-size: 12px;
	color: #a4a0a1;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7a6e58;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContent .left .news .newstext a{
	font-weight: bold;
	color: #6c3ca0;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .left .news .newstext a:hover{
	font-weight: bold;
	color: #b09a60;
	text-decoration: none;
}
/*.........................媒體報導.......................................*/
.oneColFixCtrHdr #mainContent .left .media{
	background-image: url(../images/news-bg.jpg);
	background-repeat: no-repeat;
	height: 290px;
	width: 298px;
	padding: 20px;
}
.oneColFixCtrHdr #mainContent .left .media img{
	float: right;
	clear: right;
	border: 1px solid #cbcbcb;
}
.oneColFixCtrHdr #mainContent .left .media .newsdate{
	font-size: 11px;
	color: #a4a0a1;
	font-family: Arial, "新細明體";
	padding-right: 10px;
}
.oneColFixCtrHdr #mainContent .left .media .newstitle{
	font-size: 13px;
	color: #a4a0a1;
	font-family: Arial, "新細明體";
}
.oneColFixCtrHdr #mainContent .left .media table{
	margin-bottom: 10px;
}

.oneColFixCtrHdr #mainContent .left .media td{
	font-family: Arial, "新細明體";
	font-size: 12px;
	color: #a4a0a1;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7a6e58;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #mainContent .left .media td a{
	font-weight: bold;
	color: #6c3ca0;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .left .media td a:hover{
	font-weight: bold;
	color: #b09a60;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .left .media .newstext{
	font-family: Arial, "新細明體";
	font-size: 12px;
	color: #a4a0a1;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7a6e58;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContent .left .media .newstext a{
	font-weight: bold;
	color: #6c3ca0;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .left .media .newstext a:hover{
	font-weight: bold;
	color: #b09a60;
	text-decoration: none;
}
/*.............*/
.oneColFixCtrHdr #mainContent .right{
	width: 614px;
	float: right;
	background-image: url(../images/news-bg02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 42px;
	font-family: Verdana, "新細明體";
	font-size: 13px;
	color: #a4a0a1;
	line-height: 22px;
	padding-right: 126px;
	height: 386px;
}
.oneColFixCtrHdr #mainContent .right th {
	font-weight: normal;
	text-align: left;
}
.oneColFixCtrHdr #mainContent .right td img{
	border: 4px solid #FFFFFF;
}
.oneColFixCtrHdr #mainContent .right .pro-title01{
	background-image: url(../images/pro-title01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
}
.oneColFixCtrHdr #mainContent .right .pro-title02{
	background-image: url(../images/pro-title02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
}
.oneColFixCtrHdr #mainContent .right .hotpro{
	display: block;
	font-family: Arial, "新細明體";
	font-size: 12px;
	line-height: 15px;
	clear: both;
}
.oneColFixCtrHdr #mainContent .right .hotpro a{
	color: #a4a0a1;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .right .hotpro a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .right .hotpro img{
	border: 5px solid #433e4b;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.oneColFixCtrHdr #pro-line{
	clear: both;
	padding-left: 64px;
	background-color: #020100;
}
.oneColFixCtrHdr #pro-line img{
	margin-right: 10px;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding-top: 54px;
	padding-left: 202px;
	font-family: Verdana, "新細明體";
	font-size: 11px;
	color: #777579;
	background-image: url(../images/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 31px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 10px 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
}
s
