<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #e0dfdc;
	margin: 0;
	padding: 0;
	color: #000;
}
img {
	border:0px;
}


/* ~~ 這個固定寬度的容器環繞著其他 Div ~~ */
.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; /* 兩側的自動值與寬度結合後，版面便會置中對齊 */
}
/* ~~ 頁首沒有指定的寬度，而會橫跨版面的整個寬度。頁首包含影像預留位置，必須由您自己的連結商標加以取代 ~~ */
.header {
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
}

.menu{
	height: 29px;
	position: relative;
	display:inline;
	width:622px;
	top:3px;
}
.line {
	display: inline;
	list-style: inside decimal;
	position: relative;
	width:622px;

} 
.line li{
	display:inline;
	
}	

/* ~~ 這是版面資訊。~~ 

1) 欄位間隔只會置於 Div 的頂端或底部。此 Div 內的元素在兩側會有欄位間隔，可讓您不需進行「方塊模型計算」。請記住，如果對 Div 本身加入任何側邊的欄位間隔或邊框，在計算「總」寬度時，就會將這些加入您定義的寬度。您也可以選擇移除 Div 中元素的欄位間隔，然後在其中放置沒有寬度的第二個 Div，並依設計所需放置欄位間隔。

*/

.content {
	background-image:url(images/contect_back.jpg);
	background-repeat:repeat-x;
	height:429px;
	padding-top:35px;
}
.content .ba_ne{
	margin:0 auto;
	width: 850px;
}

.content .ba_ne .float_L{
	float: left;
	width:510px;
}

.content .ba_ne .float_R{
	float: right;
	position: relative;
    text-align: left;
	width:309px;
}

.content2{
	padding-top:10px;
	height:150px;
}
.ba_ni{
	margin:0 auto;
	width:869px;
}
.content2 {
	margin:0 auto;
	width:869px;
	height:170px;
}
.profession{
    text-align: left;
	width:309px;
	height:250px;
}

.ContactUs{
    text-align: left;
	width:309px;
	height:151px;
	font-size:95%;
	color:#FFF;
}

.people{
	color:#666666;
	font-size:80%;
	top:0px;
}

.aa{

}

.bb{
	padding:0px 15px 15px 15px;
    text-align:left;
}

.cc{
	text-align:center;	
}

.dd{
	text-align:right;	
}

.style2
        {
            font-size:80%;
            line-height: 200%;
            margin-top: 13px;
            margin-bottom: 13px;
        }
        .style3
        {
            font-size:80%;
            line-height: 150%;
            margin-top: 13px;
            margin-bottom: 13px;
        }




/* ~~ 頁尾 ~~ */
.footer {
	padding: 20px 10px 30px 30px;
	background-color: #f0efed;
	color:#666666;
	text-align:left;
	font-size:85%;
}

/* ~~ 其他 float/clear 類別 ~~ */
.fltrt {  /* 這個類別可用來讓元素在頁面中浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓元素在頁面左方浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別可放置在 &lt;br /&gt; 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}</pre></body></html>