@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;
}



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

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



/*========== Main ===========*/
.header_bg {
	background: url(../images/header_bg.jpg);
}

.home_bg {
	background: url(../images/home_bg.jpg);
	background-repeat: repeat-x;
}

.home_news_2 {
	background: url(../images/home_news_2.jpg);
}



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

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:17px;
	height: 52px; /* 高 */
	line-height: 52px; /* 高 */
	padding-left: 0px;
	text-decoration: none;
}

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

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


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

.foot_copyright {
	text-align: left;
	padding-bottom: 5px;
	color: #848484;
}

.foot_copyright {
	text-align: left;
	padding-bottom: 5px;
	color: #848484;
}

.foot_copyright a {
	color: #848484;
}

.foot_copyright a:hover {
	color: #848484;
}

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

.foot_design a {
	color: #848484;
}

.foot_design a:hover {
	color: #848484;
}


