@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #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/home_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 903px;
}

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




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

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



/*========== Main ===========*/
.header_logo {
	border-top: #303136 6px solid;
}

.header_menu_bg {
	width: 100%;
	background-color: #010082;
	height: 51px;
}

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


.header_link {
	padding-bottom: 20px;
	padding-right: 100px;
}
.header_link a {
	color: #5f5f5f;
}

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


/*========== News ===========*/
.home_news1 {
	width: 90%;
	padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 15px;
}

.home_news1_topic_zone {
	padding-top: 5px;
	padding-left: 15px;
}

.home_news1_topic {
	line-height: 22px;
}

.home_news1_topic a {
	color: #6e6e6e;
}

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

.home_news1_content {
	padding-left: 15px;
	padding-right: 20px;
	line-height: 22px;
	color: #6e6e6e;
}

.home_news1_line {
	width: 90%;
	padding-top: 2px;
	padding-bottom: 6px;
	margin: 0px auto;
	border-bottom:1px dashed #b2b2b2;
}


/*========== Foot ===========*/
ul.foot_menu{
	width: 1070px;
	position: relative;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	padding-top: 45px;
}

ul.foot_menu li {
	display: inline-block;
	position: relative;
}

ul.foot_menu li > a {
	position:relative;
	display: block;
	padding: 12px 30px 12px 30px;
	font-size: 16px;
	color: #6a6a6a;
	line-height:1.2;
}

ul.foot_menu li > a:hover {
	color: #fa3d59;
}

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

.foot_space {
	padding: 30px;
}

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


