@charset "utf-8";

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

body, td, table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #fff;
	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-image: url(../images/header_bg.jpg); }
.custom_box1 { padding-top:17px; padding-bottom:27px; padding-left:19px; }



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

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: 36px; /* 高 */
	line-height: 36px; /* 高 */
	padding-left: 30px;
	text-decoration: none;
	background: url(../images/marquee_arrow.png) no-repeat;
}

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

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



/*========== News ===========*/
.home_news1 {
	width: 95%;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.home_news1_topic_zone {
	padding-top: 5px;
	padding-left: 28px;
	background:url(../images/home_news1_arrow.png) no-repeat 0px top;
}

.home_news1_date {
	color: #fff;
	line-height: 22px;
}

.home_news1_topic {
	color: #fff;
	line-height: 22px;
}

.home_news1_topic a {
	color: #fff;
}

.home_news1_topic a:hover {
	color: #fff;
}

.home_news1_content {
	padding-left: 30px;
	padding-right: 20px;
	line-height: 22px;
	color: #fff;
}

.home_news1_line {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	border-bottom: #000000 0px solid;
}



/*========== Foot ===========*/
.foot_line { background-image: url(../images/foot_line.jpg); height:40px; }

.foot_space {
	padding: 15px;
}

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

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

.foot_design a {
	color: #fff;
}

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


