@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}

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/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 567px;
}

.bg-l_ {
	background: url(../images/bg_left_.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

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

.bg-r_ {
	background: url(../images/bg_right_.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;
}

.counter {
	text-align: center;
	padding-top: 20px;
	line-height: 30px;
}



/*========== Main ===========*/
.header_01 {
	background: url(../images/header_01.jpg);
	height: 42px;
}

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

.header_link {
	padding-top: 12px;
	padding-right: 55px;
	color: #fff;
	text-align: right;
}

.header_link a {
	color: #fff;
}

.header_link a:hover {
	color: #d3fe68;
}

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



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

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: 60px; /* 高 */
	line-height: 60px; /* 高 */
	padding-left: 95px;
	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;
}



/*========== News ===========*/
.home_news1_area {
	background: #f1f1f1;
	padding-top: 67px;
	padding-bottom: 80px;
}

.home_news1 {
	width: 90%;
	padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 38px;
}

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

.home_news1_topic_zone a {
	color: #6e6e6e;
}

.home_news1_topic_zone a:hover {
	color: #000000;
}

.home_news1_topic {
	line-height: 22px;
}

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

.home_news1_line {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
	padding-right: 20px;
}



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

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


