﻿@charset "utf-8";
/* CSS Document */
body {
	font-family: "微軟正黑體", "Times New Roman";
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_tab {
	clear: left;
	margin: 10px 0;
}
ul.tabs {
	width: 100%;
	height: 42px;
	/*
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	*/
}
ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	/*
	border: 1px solid #999;
	border-left: none;
	*/
	background: #FFECEC;
	font-size: 18px;
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #3C3C3C;
	border: 1px solid #fff;
	text-decoration: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active {
	background: #fff;/*
	border-bottom: 1px solid #fff;
	*/
}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 100%;
	/*
	border: 1px solid #999;
	border-top: none;
	*/
	background: #fff;
}
div.tab_container .tab_content {
	/*padding: 20px;*/
	font-size: 15px;
	margin: 0 10px 0 10px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
	font-size: 20px;
}
div.tab_container .tab_content a {
	text-decoration: none;
	color: #272727;
}
.list-btn {
	font-size: 12px;
}
tr {
	font-size: 12px;
	color: #333;
}
#abgneBlock {
	width: 934px;
	height: 237px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
}
#abgneBlock ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 9999px;
	height: 100%;
}
#abgneBlock ul.list li {
	float: left;
	width: 934px;
	height: 100%;
}
#abgneBlock .list img {
	width: 100%;
	height: 100%;
	border: 0;
}
#abgneBlock ul.playerControl {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 14px;
}
#abgneBlock ul.playerControl li {
	float: left;
	width: 23px;
	height: 14px;
	cursor: pointer;
	margin: 0px 2px;
	background: url(images/rect_ctrl.png) no-repeat 0 0;
}
#abgneBlock ul.playerControl li.current {
	background-position: -23px 0;
}
.news-title {
	font-size: 18px;
	font-family: "新細明體";
}
#header table tr td .data_box {
	font-size: 16px;
}
div#Info {
	color: #ffffff;
	background: #ce0000; /* Old browsers */
	background: -moz-linear-gradient(top, #ce0000 0%, #930000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ce0000 0%, #930000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ce0000 0%, #930000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0000', endColorstr='#930000', GradientType=0 ); /* IE6-9 */
	font-size: 14px;
	min-width: 935px;
}
div#Info-inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px; /*
	padding-top: 10px;
	padding-bottom: 10px;
	*/
	overflow: hidden;
	zoom: 1;
}
div#Info-inner-content {
	background: #87b8eb;
}
div#Info ul {
	list-style-type: none;
	text-align: left;
	line-height: 20px;
}
div#Info .big {
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	padding-bottom: 10px;
}
div#Info a {
	color: #ffffff;
	text-decoration: none;
}
.footer-content {
	font-size: 14px;
}
.bottom {
	color: #ffffff;
	font-size: 12px;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	min-width: 935px;
}
.bottominner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden; /*zoom: 1;*/
}
