@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: #005FBD;
}



/*========== Background ===========*/
.bg-l {
	background-image:url(../images/bg1.jpg);
	background-repeat:repeat-y;
	background-position:right top;
}

.bg-r {
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}



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

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



/*========== Main ===========*/
.header { background-image:url(../images/header_02.jpg); }
.line { background:#61a0cf; height:6px; }



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

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

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

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



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

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

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

.home_article1_arrow {
	display: none;
}

.home_article1_topic {
	padding-bottom: 5px;
	line-height: 22px;
	font-weight: bold;
}

.home_article1_topic a {
	color: #4171a2;
}

.home_article1_topic a:hover {
	color: #4171a2;
}

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

.home_article1_more {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

.home_article1_line {
	height: 10px;
}



/*========== Foot ===========*/
.foot_bg {
	padding: 20px;
	background: #6f6f6f;
}

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


