﻿@charset "utf-8";
/* CSS Document */
/*按鈕輪播CSS開始*/
	a img {
		border: none;
	}
	#abgne_fade_pic {
		position: relative;
		width: 965px;
		height: 379px;
		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;
	margin: 0px;
	background-color: #ebebeb;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.about_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 170%;
	color: #666;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 220%;
	color: #D57800;
	font-weight: bold;
}

.font_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 170%;
	color: #666666;
}
.font_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #505050;
}
.footer a {
	color: #505050;
	text-decoration: none;
}
.footer a:hover {
	color: #d57800;
}
