@import url("/Include/i_reset.css");
@import url("/include/i_style.css");

body{ background:#FFFFFF;}

div{display:block;}

/* 最外層給居中定位用 */
#Gt_main{
	POSITION: absolute;
	z-index: 1;
	width:100%;
	left: 0px;
/*	text-align:center; 使整個畫面居中，讓內容物居中 */
}

/* 設定#Gt_side的背景圖，及區分左右兩邊用 */
#Gt_maincontent{
/*	margin:0 auto; 使整個畫面居中 */
	background-image:url();
	background-position:left top;
	background-repeat:repeat-y;
	width:1002px;
	overflow:auto;/* 用於FF可顯示BG */
}

/* 真正左邊內容區 */
#Gt_all{
	width:1000px;
	background-image:url();
	background-repeat:no-repeat;
	float:left;
}


/* 給firefox顯示正常使用flash，並且將搜尋用文字加入 */
#for_firefox{width:100%; height:1px; text-indent:-9999px; font-size:1px;}


#Gt_left{width:156px;float:left;}

#Gt_allcontents{width:844px; float:right;/* 用於FF自適DIV高度 */}

#Gt_header{width:830px; height:97px;}

#Gt_content{width:830px;}




	
#Gt_footer{ 
	clear:both;
	width:100%;
	}

/*站內搜尋欄*/
#GT_SiteSearch {  width: 192px; height: 40px; margin-top:9px;  padding: 0;}

/*站內搜尋用*/
.GT_searchtextarea {border: 1px solid #87cd08; height: 18px; color: #333333; background-color: #eaeeea;	background-image: url(/Graphics/include/WebTop/Logo_25wht.gif); background-repeat: no-repeat;	background-position: left top;}



/*下段連結區-背景連續圖*/
#PaintMarquee {
width:100%;
margin:auto;
text-align:center;
}

.png  {tmp:expression(setPng(this));}

/* HR_樣式 */
.Page_hr1 {border-bottom:#787878 dashed 1px; padding-bottom:1px;}

.Page_hr2 {border-bottom:#c8c8b1 solid 1px; padding-bottom:1px;}

.Page_hr3 {border-bottom:#d3ccae dashed 1px; padding-bottom:1px;}

/* 文字設定 */
#Gt_content a.downloadarea{
	font-family: "新細明體", "細明體";
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	padding:3px;
	border-bottom:#d3ccae dashed 1px;
	padding-bottom:1px;
}
#Gt_content a:hover.downloadarea{
	font-family: "新細明體", "細明體";
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	padding:3px;
	border-bottom:#d3ccae dashed 1px;
	padding-bottom:1px;
}

#Gt_left .newtitle {display:block; margin-top:3px;}
#Gt_left .newsstyle{
	font-family: "新細明體", "細明體";
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	letter-spacing: 1px;
	margin:0px;
	padding:3px;
	border-bottom:#d3ccae dashed 1px;
	padding-bottom:1px;
}






