/* 基本樣式
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	color: #333333;
}
td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}
.h1{
	line-height: 22px;
}
.b1{
	border:1px solid #CCCCCC;
}
.b2{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.b3{
	border-bottom:2px solid #f39800;/*橘色*/
}
.b4{
	border-bottom:2px solid #99CC00;/*橄欖綠色*/
}
.b5{
	border-bottom:2px solid #FFcc66;/*淡橘色*/
}
.b6{
	border-top:1px solid #CCCCCC;/*淺灰色*/
}
.background1{
	background:#f39800;
	font-size:12px;
	color:#FFFFFF;
}
.background2{
	background:#f0f0f0;
	font-size:12px;
	color:#000000;
}
.background3{
	background:#FFFFFF;
	font-size:12px;
	color:#000000;
}
.background4{
	background:#FFFFCC;
	line-height:20px;
}
.background5{
	font-size:13px;
	font-weight:bold;
	background:#ffe400;/*淡黃色*/
	line-height:23px;
}
.background6{
	background:#227BDD;/*深藍色*/
	line-height:23px;
}
.background7{
	background:#D8EFF5;/*淡藍色*/
}
.background8{
	background:#99CC00;/*橄欖綠色*/
}
.background9{
	background:#FFFF99;/*淡黃色*/
}
.background10{
	background:#FFcc66;/*淡橘色*/
}
/* 頁首
---------------------------------------------*/
#header {
	position: relative;
	width: 100%; /* 為了在Windows Internet Explorer 6也能正常顯示，需加入這一行 */
	height: 87px;
	background: #FFFFFF url(../images/header_bg.gif) left top no-repeat;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
}
	/* navigation
	---------------------------------------------*/
	#navigation {
	position: absolute;
	top: 87px;/*設定menu的y座標位置*/
	left: 0px;/*設定menu的x座標位置*/
	width: 760px;/*設定menu寬度*/
    background: url(../images/menu_bg.gif) left top repeat-x;
			}
	#navigation ul {
		margin: 0;
		padding: 0;/*設定menu位置*/
		list-style: none;
	}
	#navigation li {
		float: left;
		width: 84px;
		height: 30px;
		margin: 0;
	}
	#navigation li a {
		display: block;
		width: 100%; /* 為了在Windows Internet Explorer 6也能正常顯示，需加入這一行 */
		padding: 8px 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		background: url(../images/navigation_bg.gif) left top no-repeat;
	}
	#navigation li a:hover {
		background: url(../images/navigation_bg.gif) right top no-repeat;
	}
/* 統計人數
---------------------------------------------*/
#counter:{
	position: absolute;
	top: 300px;/*設定menu的y座標位置*/
	width: 143px;/*設定menu寬度*/
    background: url(../images/counter.gif) left top no-repeat;
}
/* 文字設定
---------------------------------------------*/
.font1 a{
	font-size:12px;
	line-height:25px;
	letter-spacing: 0.2em;
	color:#333333;
	text-decoration: none;
}
.font1 a:hover {
	font-size:12px;
	color:#eb6100;
	text-decoration: none;
}

.font2 a {
	font-size:13px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.font2 a:hover {
	font-size:13px;
	color:#FFFF00;
	text-decoration: none;
	font-weight: bold;
}
.font3{
	font-size:11px;
	color:#333333;
}
.font4{
	font-size:12px;
	color:#FFFFFF;
}
.font5{
	font-size:12px;
	border:1px solid #CCCCCC;
}
.font6{
	font-size:12px;
	color:#FF6600;/*橘色*/
}
.font7{
	font-size:15px;
	color:#FFFFFF;
	font-weight: bold;	
}
.font8{
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;		
}
.font9 a{
	font-size:12px;
	line-height:22px;
	color:#333333;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.font9 a:hover {
	font-size:12px;
	color:#eb6100;
	text-decoration: underline;
}
.font10{
	font-size:12px;
	line-height:22px;
	color:#333333;
	letter-spacing: 0.1em;
}
.font11{
	font-size:15px;
	font-weight: bold;		
	line-height:18px;
	color:#333333;
	letter-spacing: 0.2em;
}
.font12{
	font-size:12px;
	color:#99CC00;/*橄欖綠*/
}
.font13{
	font-weight: bold;	
}
.font14{
	font-size:8px;
	color:#CCCCCC;/*淺灰*/
}
.font15 a{
	font-size:12px;
	color:#FF6600;/*橘色*/
	text-decoration: none;
}
.font15 a:hover {
	font-size:12px;
	color:#FF6600;/*橘色*/
	text-decoration: underline;
}
.font16{
	line-height:22px;
}
.font17{
	font-size:12px;
	color:#3399CC;/*藍綠色*/
}
.font18{
	font-size:18px;
	color:#FF6600;/*橘色*/
	font-weight: bold;	
}