/*
------------------------------------
** 作者： 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: #FFFFFF;
	background-image: url(_mainbk.jpg);
	background-repeat: no-repeat;
	background-position: top center ;
}

/* 聯結樣式 */

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

a.menu:link    {
	font: 12px tahoma;
	line-height: 18px;
	color: #DA226C;
	text-decoration: none;
}
a.menu:visited {font: 12px tahoma;line-height: 18px;color: #DA226C;text-decoration: none;}
a.menu:hover   {
	font: 12px tahoma;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F985B7;
	padding: 3px;
}
a.menu:active  {font: 12px tahoma;line-height: 18px;color: #DA226C;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:#666666;
	font-size: 11px;
}

/* 標題樣式 */

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

/* 文字樣式 */

.font-a {
	font: 12px tahoma;
	line-height: 18px;
	color: #7C7C7C;
}
.font-b {
	font: 12px tahoma;
	line-height: 18px;
	color: #000000;
}
.font-c {font: 12px tahoma;line-height: 18px;color: #990000;}
.font-d {font: 16px tahoma;line-height: 24px;color: #666666;}
.copyright {font: 11px tahoma;line-height: 16px;color: #999999;}

/* 文字色彩 */

.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: #CCCCCC;
}
.font-white {
	font: 11px tahoma;
	line-height: 15px;
	color: #FFFFFF;
}
.font-yello {font: 11px tahoma;line-height: 15px;color: #FFCC00;}
