/* CSS Document */
html {
   scrollbar-3dlight-color: #ff9900;
   scrollbar-arrow-color: #FFFFFF;
   scrollbar-track-color: #ffffff;
   scrollbar-darkshadow-color: #FFFF66;
   scrollbar-face-color: #FF9900;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #CC0033;
   scrollbar-base-color: #FFFFFF;
}
body {
   font-family: Tahoma, 新細明體, taipei, Arial, Helvetica, sans-serif;
   /* background-image: url(images/back.gif); */
   background-color:#eee8aa;
   margin-left:0;
   padding-left:0;
   letter-spacing:0.05em;
   }
/* 外圍大框架 */
.container {
   width:885px;
   margin:0 auto;
   padding:0px;
   }
   
/* 左側框架 */
.leftspace {
   width:100px;
   magin-top:0;
   magin-left:0;
   magin-right:850px;    
   float:left;
   }
.swap {
   width:650px;
   float:left;
   }
/* 中間靠上方框架 */
.top {
   width:650px;   
   height:21px;
   padding-top:0;
   text-align: right;
   padding-bottom:0;
   font-weight:500;
   }
 /* 中間head框架 */
.head_1 {
   width:650px;
   height:130px;
   background-image: url(images/head1.jpg);
   background-repeat:no-repeat;
   padding-top:0;
   padding-left:0;
   padding-right:0;
   padding-bottom:0; 
   }
.head_2 {
   width:650px;
   height:130px;
   background-image: url(images/serviceimg2.jpg);
   background-repeat:no-repeat;
   padding-top:0;
   padding-left:0;
   padding-right:0;
   padding-bottom:0; 
   }
.head_3 {
   width:650px;
   height:130px;
   /*background-image: url(images/cserviceimg.jpg);
   background-repeat:no-repeat; */
   padding-top:0;
   padding-left:0;
   padding-right:0;
   padding-bottom:0; 
   }
.head_4 {
   width:650px;
   height:130px;
   background-image: url(images/recruitimg.jpg);
   background-repeat:no-repeat;
   padding-top:0;
   padding-left:0;
   padding-right:0;
   padding-bottom:0; 
   }
.head_5 {
   width:650px;
   height:130px;
   background-image: url(images/corpimg.jpg);
   background-repeat:no-repeat;
   padding-top:0;
   padding-left:0;
   padding-right:0;
   padding-bottom:0; 
   }
.head_6 {
   width:650px;
   height:130px;
   background-image: url(images/Productimg.jpg);
   background-repeat:no-repeat;
   padding-top:0;
   padding-left:0;
   padding-right:0;
   padding-bottom:0; 
   }
/*預留框架 */
.nav {
   width:750px;
   height:25px;
   background-image: url(images/button-bg.jpg); 
   background-repeat:no-repeat;
   padding-top:0;
   padding-left:0;
   padding-right:0;
   padding-bottom:0;
   position:absolute;
   left:35px;
   top:171px;
   }
 /*按鈕列 */
.index {
   width:650px;
   height:30px;
   background-image: url(images/index4.jpg); 
   background-repeat:no-repeat;
   padding-top:0;
   padding-left:0;
   padding-right:0;
   padding-bottom:0;
   z-index: 2;
   }
 /* 中間內容框架 */
.content {
   background-color:#ffffff;
   width:650px;
   padding-top:10px;
   }

img.left {
   float:left;
   margin-right:0.8em;
   margin-bottom:0.5em;
   }
img.right {
   float:right;
   margin-left:0.8em;
   margin-bottom:0.5em;
   }
.clear {
   clear:left;
}
table, tr, td {
   border-spacing:0;
   border-style:none 0;
   border-collapse: collapse;
   border-color: #666666;
   align:right;
   }
.ttop{
   background-image: url(images/tr-top.png); 
   background-repeat:no-repeat;
   padding-left:5px;
   padding-top:2px;
   }
.tbottom {
   background-image: url(images/tr-bottom.png); 
   background-repeat:no-repeat;
   }
.tbody {
   background-image: url(images/td.png); 
   background-repeat:repeat-y;
   padding:15px;
   }
.tbody img {
   border:none;
   }
fieldset {
    width:150px;
	margin:0 auto;
	}
 /* 中間靠下方框架 */
#footer {
   width:650px;
   height:51px;
   text-decoration:none;
   line-height:18px;
   } 
#footer img {
    pedding:0;
    float: right;
   } 
#footer a {
    text-decoration:none;
	border-bottom:dotted 2px #ffffff;
	color:#ffffff;
	}
#footer a:hover {
    color:#ccffcc;
	}
/* 右側框架 */  
.Rightbar {
   background-color:transparent;
   width:125px;
   margin-top:181px;
   float:right;
   border:none;
   text-decoration:none;
   }
.Rightbar img {
	text-decoration:none;
	border:none;
	background-color:transparent;
   }
