<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

body, td, table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
}

dl, dt, dd {
	padding: 0px;
	margin: 0px;
}

A:link    {
	text-decoration: none;
	color: #4c4c4c;
}

A:visited {
	text-decoration: none;
	color: #4c4c4c;
}

A:active {
	text-decoration: none;
	color: #4c4c4c;
}

A:hover {
	text-decoration: none;
	color: #06C;
}



/*========== Background ===========*/
.bg-l {
	background: url(../images/home_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 600px;
}

.bg-r {
	background: url(../images/home_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
}



/*========== Basic ===========*/
img {
	border: 0;
	margin: 0;
}

.no_data {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}



/*========== Main ===========*/
.header_01 {
	background: url(../images/header_01.jpg);
	background-repeat: no-repeat;
}

.line1 {
	height: 4px;
	background-color: #326c05;
}

.line2 {
	height: 4px;
	background-color: #bcbcbc;
}

.line3 {
	height: 5px;
	background-color: #868686;
}
.home_02 {
	background: url(../images/home_02.jpg);
	background-repeat: no-repeat;
}

.header_search {
	padding-top: 5px;
	padding-left: 50px;
}

.header_search_input1 {
	padding-top: 0px;
	padding-left: 10px;
}

.header_search_input2 {
	padding: 2px;
	border: 0px solid #9D9D9D;
	color: #1a1a1a;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	width: 125px;
	height: 13px;
}


/*========== Marquee ===========*/
div#pagebox_marquee {
	position: relative;
	overflow: hidden;
	width: 996px; /* 寬 */
	height: 40px; /* 高 */
}

div#pagebox_marquee ul, div#pagebox_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#pagebox_marquee ul {
	position: absolute;
}

div#pagebox_marquee ul li a {
	display: block;
	overflow: hidden;
	font-size:15px;
	height: 40px; /* 高 */
	line-height: 40px; /* 高 */
	padding-left: 82px;
	text-decoration: none;
	background: url(../images/home_marquee_arrow.png) no-repeat;
}

div#pagebox_marquee ul li.marquee_list a {
	color: #3c3c3c;
	background-position: 5px 5px;
}

div#pagebox_marquee ul li.marquee_list a:hover {
	color: #3c3c3c;
}



/*========== Article ===========*/
.home_article1 {
	width: 92%;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

.home_article1_image {
	padding-top: 6px;
	padding-right: 10px;
}

.home_article1_image_border {
	padding: 5px;;
	border: #c0c0c0 1px solid;
	background-color: #ffffff;
}

.home_article1_topic {
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}

.home_article1_topic a {
	color: #257630;
}

.home_article1_topic a:hover {
	color: #257630;
}

.home_article1_content {
	line-height: 22px;
	color: #535353;
}

.home_article1_more {
	display: none;
}

.home_article1_line {
	height: 10px;
}


/*========== Foot ===========*/
.foot_space {
	padding: 20px;
}

.foot_copyright {
	text-align: center;
	padding-bottom: 5px;
	color: #6d6d6d;
}

.foot_copyright {
	text-align: center;
	padding-bottom: 5px;
	color: #6d6d6d;
}

.foot_copyright a {
	color: #6d6d6d;
}

.foot_copyright a:hover {
	color: #6d6d6d;
}

.foot_design {
	text-align: center;
	padding-top: 5px;
}

.foot_design a {
	color: #6d6d6d;
}

.foot_design a:hover {
	color: #6d6d6d;
}

.foot_link {
	text-align: center;
	padding-top: 5px;
	color: #000;
}

.foot_link a {
	color: #000;
}

.foot_link a:hover {
	color: #4f9ddb;
}





</pre></body></html>