﻿@charset "utf-8";
/* CSS Document */
/*按鈕輪播CSS開始*/
	a{ text-decoration:none;}
	a img {
		border: none;
	}
	#abgne_fade_pic {
		position: relative;
		width: 1000px;
		height: 448px;
		z-index:1;
	}
	#abgne_fade_pic a.ad {
		position: absolute;	/* 讓圖片疊在一起 */
	}
	#abgne_fade_pic .control {
		display:none; /*隱藏按鈕*/
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	#abgne_fade_pic .control a {
		display: inline-block;
		padding:1px 2px 10px 2px;
		margin: 0 3px;
		width: 10px;
		height:10px;
		color: #fff;
		background-image:url(images/icon_15.png);
		background-position:center;
		background-repeat:no-repeat;
		text-align: center;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
	}
	#abgne_fade_pic .control a.on {
		background-image:url(images/icon_16.png);
		color: #FF9900;
	}
/*按鈕輪播CSS結束*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin: 0px;
}
.about_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 190%;
	color: #666;
}
.font_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 190%;
}

.font_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
	line-height: 150%;
}

.tophome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
.tophome a{
	color: #999;
	text-decoration: none;
}
.tophome a:hover {
	color: #900;
}
.news_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 190%;
	color: #666;
}
.news_font a {
	color: #666;
	text-decoration: none;
}
.news_font a:hover {
	color: #000;
}
.left_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}
.left_menu a {
	color: #666;
	text-decoration: none;
}




.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
