<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 第一組文字超連結顏色如下 */ 
#link1 a:link { color: #000000; } 
#link1 a:visited { color: #000000; } 
#link1 a:hover { color: #ff00ff; } 

/* 第二組文字超連結顏色如下 */ 
#link2 a:link { color: #ff0000; } 
#link2 a:visited { color: #ff0000; } 
#link2 a:hover { color: #0000FF; }

/* 主要版面區塊樣式 */
#header {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}


#main {
	background-image: none;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

#main1 {
	height: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #060;
	background-image: url(images/header_bg.jpg);
}
#mainBody {
	background-image: url(images/index_bg01.jpg);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#main2 {
	float: left;
	width: 225px;
	text-align: left;
	padding-right: 0px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	height: auto;
	background-image: url(images/index_bg01.jpg);
}
#main2_select{
	float: left;
	width: 210px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	height: 35px;
	background-image: url(images/select_bg.png); */
}

.main2_1 {
	padding: 0px;
	margin-left: 6px;
}

#main3 {
	float: right;
	width: 660px;
	background-color: #FFF;
	height: auto;
}

#txtHint {
	text-align: left;
	vertical-align: middle;
	top: 10px;
}
#admin_main #admin_main3 #form1 p #button {
	vertical-align: top;
}

.topPhoto {
	height: 140px;
	width: 630px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-top: 0px;
}
#main3_1 {
	height: 20px;
	width: 630px;
	margin-left: 13px;
}
.hot_ico {
	margin-bottom: 0px;
	margin-top: 4px;
}

#main3_ico {
	width: 630px;
	margin-left: 12px;
	margin-bottom: 8px;
}

#main3_news {
	width: 630px;
	margin-left: 12px;
}



#main4 {
	background-image: url(images/index3_04.gif);
	height: 5px;
	clear: both;
	width: 900px;
	left: auto;
	right: auto;
}
#footer {
	font-size: 12px;
	color: #333;
	background-image: url(images/footer_bg01.jpg);
	height: 60px;
	width: 900px;
	text-align: center;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
}

/* 管理後台版面區塊樣式 */
#admin_header {/* 管理後台top版面使用 */
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #5F1A0A;
	height: auto;
	background-image: url(images/admin_bgtop.gif);
}

#admin_main {/* 管理後台主版面使用 */
	/*background-image: url(images/main.gif);*/
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	/*float: left;*/
}
#admin_main1 {/* 管理後台主版面上端飾條 */
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #5F1A0A;
	height: auto;
	background-image: url(images/admin_bgmain1.gif);
}
#admin_main2 {/* 管理後台主版右方資料區 */
	float: left;
	width: auto;
	padding-right: 7px;
	text-align: left;
	padding-left: 20px;

}
#admin_main3 {/* 管理後台主版左方選單區 */
	float: left;
	width: 197px;
	padding-right: 7px;
	text-align: left;
}
#admin_main3_1 {/* 左方選單區內上方飾條 */
	background-image: url(images/adminback1.gif);
	height: 30px;
	width: 197px;
}
#admin_main3_2 {/* 左方選單區內主選單區 */
	background-image: url(images/adminback2.gif);
	width: 187px;
	height: 405px;
	text-align: left;
	line-height: 20px;
	padding: 1px 5px;
}
#admin_main3_3 {/*左方選單區內下方留白 */
	background-image: url(images/adminback3.gif);
	width: 197px;
	height: 19px;
}
#admin_main4 {/* 管理後台主版下方飾條資料區   ***不會用*/
	background-image: url(images/admin_bgmain4.gif);
	height: 5px;
	clear: both;
	width: auto;
	left: auto;
	right: auto;
	top: auto;
}

#admin_footer {
	font-size: 12px;
	color: #333;
	background-image: url(images/footer_bg01.jpg);
	height: 60px;
	width: 900px;
	text-align: center;
	line-height: 1.5em;
	float: left;
}
/* 管理後台文字樣式 */
#admin_link1 ul {
	list-style-image: url(images/adminarrow.gif);
}
#admin_link1 a:link {
	color: #000000;
	font-size: 16px;
	line-height: 25px;
} 
#admin_link1 a:visited { color: #000000; font-size: 16px; line-height: 25px;} 
#admin_link1 a:hover { color: #000000; font-size: 16px;	line-height: 25px;} 
#admin_link1 a:active {color: #000000; font-size: 16px;	line-height: 25px;}

/* 會員區輸入欄位樣式 */ 
.inputstyle1 {
	color: #000;
	background-color: #fff;
	height: 16px;
	width: 70px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
}
/* 商品搜尋區輸入欄位樣式 */ 
.inputstyle2 {
	color: #000;
	background-color: #fff;
	height: 18px;
	width: 110px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
}
/* 文字樣式 */
.font1 {
	color: #4e4e4e;
}
.font2 {
	color: #666666;
}
.font3 {
	color: #999999;
	font-size: 12px;
	font-weight: 100;
}


.font_red {
	color: #F00;
}
.font_red2 {
	color: #F00;
	font-weight: bold;
	font-size: 16px;
}
.font_title3 {
	color: #F00;
	font-weight: bold;
	font-size: 16px;
}

.font_black {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.font_white {
	color: #fff;
}
.font_mini {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.font_newstitle1 {
	color: #6F5E3E;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F5E3E;
	text-decoration: none;
}
.font_title2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
}
.font_title3 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	font-family: "新細明體", Verdana, Arial, Helvetica, sans-serif;
}
/* 底線樣式-虛線灰 */
.header_title {
	color: #F90;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	font-family: "細明體";
	text-decoration: none;
}
.admin_header_title {
	color:#F00;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	font-family: "細明體";
	text-decoration: none;
}
.admin_header_title:link{
	color:#F00;
	}
.admin_header_title:avtive{
	color:#F00;
	}/* 底線樣式-虛線灰 */ 

.admin_header_title:visited{
	color:#F30;
	}/* 底線樣式-虛線灰 */

.underline1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.underline2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
}








.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.underline3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8d7d79;
}
#board_pic {
	padding: 8px;
	height: 80px;
	width: 80px;
	border: 1px solid #cdcdcd;
	margin-left: 10px;
	background-color: #FFF;
}
#board_namefont {
	padding: 8px;
	height: 30px;
	width: 80px;
	margin-left: 10px;
	color: #00339c;
	font-weight: bold;
}
.board_line1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	background-color: #FFF;
}
.board_post {
	width: 389;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	margin: 15px;
	background-color: #FFF;
	line-height: 22px;
}
.board_repost {
	width: 389;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 22px;
}
.board_repost2 {
	width: 389;
	line-height: 22px;
	margin: 15px;
	padding: 0px;
}
.board_repost3 {
	width: 379;
	line-height: 22px;
	padding: 5px;
	background-color: #fdfdfd;
	border: 1px solid #CCC;
	color: #000;
}
.board_add {
	background-color: #fdfdfd;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #dcdcdc;
}
.board_add2 {
	background-color: #f3f3f3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #dcdcdc;
	padding-bottom: 10px;
}
.board_add3 {
	background-color: #f3f3f3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #dcdcdc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #dcdcdc;
}
/* 新聞詳細頁面區塊樣式 */
#news_detial1 {
	width: 545px;
	padding-right: 5px;
	padding-left: 5px;
}

.table_lineheight {
	line-height: 25px;
}
#header_bg {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#header_logo {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #5F1A0A;
	height: auto;
	background-image: url(images/head_bg.jpg);
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#admin_main #admin_main3 {
	color: #333;
}
body {
	margin-top: 0px;
}
/* 網頁預設文字顏色 */
body,td,th {
	color: #000000;
	font-size: 12px;
	font-family: "新細明體", Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0px;
}

/* 預設網頁超連結顏色設定 */
a:link,a:active,a:visited {
	color : #630;
	font-family: "細明體";
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color : #FF66CC;
	font-family: "細明體";
	text-decoration: none;
	font-weight: normal;
}

hr { height: 0px; border: solid #000000 0px; border-top-width: 1px;}

.trlight{
	background-color:#FCF
	}
table#t01 tr:nth-child(even) {
    background-color:#FDF;
}
table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
table#t01 th	{
    background-color:#DCC;
	color: #900;
}

table#t01 a:link { color: #111111;
font-size:1.2em; } 

table#t01 a:visited { color: #111111;
font-size:1.2em; } 
/*
table#t01 a:hover { color: #00ffFF; }
*/</pre></body></html>