/*
------------------------------------
** 作者： Fangle
** 網址： http://www.fangleart.com
------------------------------------
*/


/* 注意事項 備註※ 建議解析度為1024*768以上-*/

html { 
scrollbar-face-color:#eeeeee;
scrollbar-track-color:#eeeeee;
scrollbar-3dlight-color:#eeeeee;
scrollbar-darkshadow-Color:#eeeeee;
scrollbar-arrow-color:#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-highlight-color:#cccccc;
}
/* 主文樣式 */

body {
	font: 12px tahoma;
	color: #000000;
	margin: 0px;
	background-color: #FFFFE0;
}

/* 聯結樣式 */

a:link {
	font: 12px tahoma;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font: 12px tahoma;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font: 12px tahoma;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font: 12px tahoma;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}


/* 表單樣式 */

.imput-1 {
	Bbackground-color:#ffffff;
	BORDER-BOTTOM:#cccccc 1px solid;
	BORDER-LEFT:#cccccc 1px solid;
	BORDER-RIGHT:#cccccc 1px solid;
	BORDER-TOP:#cccccc 1px solid;
	font-family: "Verdana";
	color:#000000;
	width: 95%;
	font-size: 15px;
}

/* 標題樣式 */

.font-t1 
{
	font: 16px tahoma;
	line-height: 24px;
	color: #000000;
	filter: Glow(Color=#cccccc, Strength=1);
}
.font-t2 
{	
    font: 16px tahoma;
	line-height: 24px;
	color: #006600;
	filter: Glow(Color=#cccccc, Strength=1);
}
.font-t3 
{	
    font: 16px tahoma;
	line-height: 24px;
	color: #333333;
	filter: Glow(Color=#cccccc, Strength=1);
}

/* 文字樣式 */

.font-a {
	font: 12px tahoma;
	line-height: 16px;
	color: #747474;
}
.font-b {font: 12px tahoma;line-height: 18px;color: #666666;}
.font-c {font: 12px tahoma;line-height: 18px;color: #990000;}
.font-d {font: 16px tahoma;line-height: 24px;color: #666666;}
.copyright {
	font: 10px tahoma;
	line-height: 16px;
	color: #333333;
}

/* 文字色彩 */

.font-blue {font: 11px tahoma;line-height: 15px;color: #006699;}
.font-red {font: 11px tahoma;line-height: 15px;color: #990000;}
.font-green {font: 11px tahoma;line-height: 15px;color: #669900;}
.font-black {font: 11px tahoma;line-height: 15px;color: #000000;}
.font-sliver {font: 11px tahoma;line-height: 15px;color: #999999;}
.font-yello {font: 11px tahoma;line-height: 15px;color: #FFCC00;}
.title-2  { font-family: "新細明體";font-size: 16px; color: #333333; filter: Glow(Color=#cccccc, Strength=1)}

