<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
Web Style
Name:     基本2欄(左sidebar、右main) ver3.0
Designer: Yami
URL:      http://
Date:     2011-12-01
----------------------------------------------- */

/* 基本html ----------------------------------*/
html, body {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	line-height:18px;
	/*letter-spacing:1px;*/
	margin:0;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color:#666666;text-decoration:none;
	outline: none; /* 去除連結虛線框 for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* 去除連結虛線框 for IE */
}
a:hover {color:#8d0000;text-decoration: none;}
a img{ border-width:0;} /* 取消預設圖片連結邊框 */


/*--背景底圖位置---------------------------------------------------------------------------------------*/
.bg_00      {background-position:0 0;      background-repeat:no-repeat;}/*底圖不重覆靠左置上*/
.bg_050     {background-position:0 50%;    background-repeat:no-repeat;}/*底圖不重覆靠左置中*/
.bg_0100    {background-position:0 100%;   background-repeat:no-repeat;}/*底圖不重覆靠左置下*/
.bg_1000    {background-position:100% 0;   background-repeat:no-repeat;}/*底圖不重覆靠右置上*/
.bg_10050   {background-position:100% 50%; background-repeat:no-repeat;}/*底圖不重覆靠右置中*/
.bg_100100  {background-position:100% 100%;background-repeat:no-repeat;}/*底圖不重覆靠右置下*/
.bg_500     {background-position:50% 0;    background-repeat:no-repeat;}/*底圖不重覆靠中置上*/
.bg_5050    {background-position:50% 50%;  background-repeat:no-repeat;}/*底圖不重覆靠中置中*/
.bg_50100   {background-position:50% 100%; background-repeat:no-repeat;}/*底圖不重覆靠中置下*/
.bg_x00     {
	background-position:left top;
	background-repeat:repeat-x;
}/*底圖水平重覆靠左置上-用到這個*/
.bg_x050    {background-position:0 50%;    background-repeat:repeat-x;}/*底圖水平重覆靠左置中*/
.bg_x0100   {background-position:0 100%;   background-repeat:repeat-x;}/*底圖水平重覆靠左置下*/
.bg_x1000   {
	background-position:right top;
	background-repeat:repeat-x;
}/*底圖水平重覆靠右置上-用到這個*/
.bg_x10050  {background-position:100% 50%; background-repeat:repeat-x;}/*底圖水平重覆靠右置中*/
.bg_x100100 {background-position:100% 100%;background-repeat:repeat-x;}/*底圖水平重覆靠右置下*/
.bg_y00     {background-position:0 0;      background-repeat:repeat-y;}/*底圖垂直重覆靠左置上*/
.bg_y500    {background-position:50% 0;    background-repeat:repeat-y;}/*底圖垂直重覆靠中置上*/
.bg_y1000   {background-position:100% 0;   background-repeat:repeat-y;}/*底圖垂直重覆靠右置上*/
.bg_y0100   {background-position:0 100%;   background-repeat:repeat-y;}/*底圖垂直重覆靠左置下*/
.bg_y50100  {background-position:50% 100;% background-repeat:repeat-y;}/*底圖垂直重覆靠中置下*/
.bg_y100100 {background-position:100% 100%;background-repeat:repeat-y;}/*底圖垂直重覆靠右置下*/




/* 設定三個浮動的區塊圖層分別設定為 z-index:1; z-index:2;
z-index:1為最底層,數值越高則越上層,顯示位置則用 top | right | bottom | left 來做調整
--------------------------------------------------------------------------------*/ 
#info-wrapper{ width:990px;height:468px; position:relative; }
#info-wrapper #banner{
	position:absolute;
	z-index:1;
	width:990px;
	height:468px;
	background-image: url(../images/index_banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#info-wrapper #info_bg{ position:absolute; z-index:2; width:970px;height:210px; top:258px; left:10px;}
#info-wrapper #info{ position:absolute; z-index:3; width:930px;/*970-40*/height:180px;/*210-30*/ top:258px;left:10px; padding:30px 0px 0px 40px;}



/* 首頁about company
-----------------------------------------*/
#about{ width:643px;
	height:135px;
	background-image:url(../images/index_about_bg.png);
	background-position:left top;
	background-repeat:no-repeat;}
	




/* 字型
-----------------------------------------*/

.font_01{
	font-size:11px;
	color:#666;
	line-height:18px;
}

.font_01 a{
	color:#666;
	text-decoration: none;	
}

.font_01 a:hover {
	color:#8d0000;
	text-decoration: none;	
}


.font_02{
	font-size:11px;
	color:#666;
	line-height:18px;
}

.font_02 a{
	color:#666;
	text-decoration: none;	
}

.font_02 a:hover {
	color:#275d9e;
	text-decoration: none;	
}



</pre></body></html>