@charset "utf-8";
/* CSS Document */

.t01 table {margin: 0; padding: 0; border-collapse: collapse;}
.t01 td {padding: 10px 4px; border-bottom: 1px dashed #999;}
.t01 th {padding: 10px 4px; border-bottom: 1px dashed #999;}
.t01 td + td {border-left: 1px solid #FAFAFA; color: #333;}
.t01 td + td + td {color: #333; border-left: none; }
.t01 td a {color: #333; text-decoration: none;}
.t01 td a, th a { width: 100%;}
.t01 td a:hover { color: #09C;}
.t01 th a {color: #F06; text-decoration: none;}
.t01 th a:visited {color: #333;}
.t01 th a:hover { color: #333; text-decoration: none;}
.t01 thead tr, tfoot tr {color: #333;}
.t01 tr {font: 15px sans-serif; color: #333;}



input{
	padding: 8px;
	border-radius: 5px;
	border: #CCC solid 1px;
	
}


hr.normal {
	background: #ddd;/*改變線條顏色*/
	color: #ddd;/*改變IE下線條顏色，最好與Background-color設為一致*/
	clear:both;/*清除浮動*/
	float: none;/*取消浮動，可以不設定*/
	width: 100%;/*顯示寬度*/
	height: 1px;/*改變瀏覽器預設高度*/
	line-height: 1px;/*確保IE下高度效果一致*/
	font-size: 0;/*設為0，確保IE6下不留空白區域*/
	border: none 0;/*取消預設邊框，用背景和高度代替邊框效果*/
	margin: 0 0 1.4em;
}

.back{
	text-align: right
	
}


div#abgne_marquee {
		position: relative;
		overflow: hidden;	/* 超出範圍的部份要隱藏 */
		width: 415px;
		height: 25px;
		border: 0px solid #ccc;
	}
	div#abgne_marquee ul, div#abgne_marquee li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	div#abgne_marquee ul {
		position: absolute;
		left: 30px;			/* 往後推個 30px */
	}
	div#abgne_marquee ul li a {
		display: block;
		overflow: hidden;	/* 超出範圍的部份要隱藏 */
		font-size:17px;
		height: 25px;
		line-height: 25px;
		text-decoration: none;
	}
	div#abgne_marquee div.marquee_btn {
		position: absolute;
		cursor: pointer;
	}
	div#abgne_marquee div#marquee_next_btn {
		left: 5px;
	}
	div#abgne_marquee div#marquee_prev_btn {
		right: 5px;
	}