﻿/* 網頁共用元件 -頂端線 樣式表  */
/* gct-foot-declare.css */
/* 適用於 1280x768 解析度 */
/* 適用於 IE7 , IE8 ,IE9 ,Firefox 3.6.8 */
/* writer:www.kmgroup.com.tw */
/* updated: 2014/02/19 */

/* 頁尾聲明- 區塊   */
.foot-declare_inner {
	/* 版面控制 */	
	float: none; /* 畫面置中 */
	width: 1000px; 
	height: 100px;
	margin: 0px auto; /* 畫面置中(IE8;FF)  */
	}	

/* 頁尾聲明-文字區域 區塊   */
.foot-text {
	/* 版面控制 */	
	float: left; /* 畫面置中 */
	width: 700px; 		
	height: 100%;	
	margin: 0px; 
	/* 文字控制 */
	font: .9em "細明體",Arial,sans-serif; color:#AE9191; font-weight:normal; /* 設定字體大小10px,中英文字型 */	
	}	
.foot-other {
	/* 版面控制 */	
	float: Right; /* 畫面置中 */
	width: 300px; 		
	height: 100%;	
	margin: 0px auto; 
	/* 文字控制 */
	font: 1.2em "細明體",Arial,sans-serif; color:#7700FF; font-weight:normal; /* 設定字體大小10px,中英文字型 */	
	}