@charset "utf-8";
/* CSS Document */

div#abgne_marquee {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 900px;
	height: 28px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;

}
div#abgne_marquee ul {
	position: absolute;
	width: 900px;
	height: 28px;
}
div#abgne_marquee ul li a {
    display:inline
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:12px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;

} 

/* ---------------------- 文字輪撥 ---------------------- */



.txtbox1 
{
	font-family:  Arial,Verdana,Helvitica,sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;




}
.txtbox1 a
{
	text-decoration: none;
	color: #333;
}

table
  {
  table-layout:fixed;
   width:100%;
  }
 tr
  {
  width:34%;
  }


/* ----------------------END 文字輪撥 ---------------------- */
