@charset "utf-8";
/* CSS Document */

body
{ margin:0; padding:0;              /*不要出現邊距*/

/*-- 卷軸設定 注意承級關係 內部相關的拉霸會跟著變動 -------------------------------------- */
/*	scrollbar-highlight-color :#;   /*左上外框內綠*/
/*	scrollbar-shadow-color    :#;   /*右下外框內綠-深色*/
/*	scrollbar-darkshadow-color:#;   /*右下外框邊緣*/ 
/*	scrollbar-3dlight-color   :#;   /*左上外框邊緣-深色*/
/*	scrollbar-arrow-color     :#;   /*箭頭*/
/*	scrollbar-face-color      :#;   /*面板*/ 
/*	scrollbar-track-color     :#;   /*面板底色*/ 
/*	scrollbar-base-color      :#;   /*一次設定整個捲軸的基底色彩，顏色設定為網站風格色系即可*/
/*	overflow-x:hidden;              /*不會出現橫拉霸，x改成y的話就不會出現直拉霸*/
	
/*-- 背景 設定 -------------------------------------*/
	background-color:#ffffff;                /*背景色*/
/*	background-image:url(../images/bg.jpg);  /*背景圖*/
/*	background-attachment:fixed;             /*背景圖不動*/
/*	background-repeat:no-repeat;             /*背景圖不重覆*/
/*	background-repeat:repeat-x;              /*背景圖水平重覆*/
/*	background-repeat:repeat-y;              /*背景圖垂直重覆*/

/*-- 設定 所有文字的字型、大小、顏色、字距 等 相關-------------------------------*/ 
	font-family:"Arial", "Helvetica", "sans-serif";  /*字型*/
	color:#333333;                                   /*字色*/
	font-size:11px;                                  /*字大小*/
	line-height:1.6em;                               /*行距*/
/*	letter-spacing:1pt;                              /*字距*/

}

/*--表格字型、大小、行距設定(不設定 即同 body 設定)---------------------------------------*/
td,th{font-family:"Arial","Helvetica","sans-serif"; color:#666666; font-size:11px; line-height:1.6em; letter-spacing:1pt;}

/*--連結設定-----------------------------------------------------------------*/
a{color:#006699; text-decoration:none;}         /*一般連結*/
a:hover{color:#e04a00; text-decoration:underline;}    /*當滑鼠移到連結上*/
/*a:visited{color:#006699;text-decoration:underline}       /*參觀過的連結*/

/*--按鈕連結-----------------------------------------------------------------*/
/*.link_01bt:link{color:#2d6400; font-size:10pt; letter-spacing:1pt; line-height:15pt; text-decoration:none}*/
/*.link_01bt:visited{color:#295a01; font-size: 10pt; letter-spacing:1pt; line-height:15pt; text-decoration:none}*/
/*.link_01bt:hover{color:#e04a00; font-size:10pt; letter-spacing:1pt; line-height:15pt; text-decoration:none}*/

/*--連結設定-----------------------------------------------------------------*/
/*div, ol, ul, li{ margin:0; padding:0;}/* 移除掉 一些相關 外距 內距! 在DIV排版時 比較不會有間距產生!! */

.CLEAR {clear:both;}

/* =========================  以下為 骨架設定  ========================================= */
#Container_BG{ background:url(../images/Container_BG.jpg) top repeat-y; display:block; width:932px; height:auto; margin:0 auto; padding:0;}/* == 因版面 需求 多一各 背景CSS == */
#Container{display:block; width:920px; margin:0 auto; padding:0; padding-bottom:30px;}

#Footer{clear:both; display:block; width:932px; height:53px; margin:0 auto; background:url(../images/Floor_bg.jpg); position:relative;}
.CopyRight{ width:870px; font-size:11px; color:#FFFFFF; text-align:left; padding-left:50px; line-height:50px;}/* 版權宣告 920-50 */
.Company_Info{}/* 公司資訊 */

#Iware{ display:block; width:300px; height:2em; font-size:11px; color:#FFFF99; text-align:right; position:absolute; right:30px; bottom:10px;  }
#Iware a{ color:#FFFF99; text-decoration:underline;}
#Iware a:hover{ color:#FFFFFF;}  

/* ================================================================================== */
/* ===================  以下 除了尺寸! 其它 分開到個別的CSS設定  ========================= */

#Header{ clear:both; display:block; width:920px; height:241px; position:relative;}

#Sider_BG{clear:both; float:left;}
#Sider{clear:both; float:left; display:block; width:221px; height:auto; position:relative;}

#Content_BG{float:left;}
#Content{float:left; display:block; width:699px; height:auto; position:relative;}
.Img_Left{ float:left; margin:6px;}
.Img_Right{ float:right; margin:6px;}
.Img_Center{ float:none; clear:both; margin:6px;}

/* ===================六版增加============================= */

#cssMenu{ position:absolute; top:0; right:0;}
img, div, input { behavior: url("iepngfix.html") } 
/* =========================================================================== */
/* =========== 目前 未設定的項目~ 因為 大都跟 內容有關~ 所以 放到這邊來 ============= */
/*
.Page{}
.Page a{}
.Page a:hover{}

.Icon_Back{}
.Icon_Back a{}
.Icon_Back a:hover{}

.Icon_More{}
.Icon_More a{}
.Icon_More a:hover{}

.Table_01{}
.Table_01 tr{}
.Table_01 td{}

*/
