@charset "utf-8";

/*------------logo設定------------*/
#logo{
	position:absolute;
	width:160px;
	height:45px;
	left:825px;
	top:20px;
	z-index:98;
}
/*------------logo設定結束------------*/

/*------------中間區塊設定------------*/
#main{
	position:absolute;
	top:66px;
	left:40px;
	width:920px;
	height:399px;
	background-color:#ECEBDD;
	z-index:90;
}
/*------------中間區塊結束------------*/

/*------------中間圖片設定-------------*/
#main h1{
	position:absolute;
	top:10px;
	left:10px;
	z-index:100;
	width:300px;
	height:371px;
	background-image:url(../pic/service.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-100em;
	margin:0;
}
/*------------中間圖片設定結束------------*/

/*------------中間文字設定-------------*/
#main li{
	display:inline;
	width:280px;
	height:35px;
	font-size:14px;
}
#main li a{
	color:#333;
	text-decoration:none;
}

#main li a:hover{
	color:#AC621B;
	text-decoration:none;
}
#main h3{
	font-size:18px;
	font-weight:400px;
	margin-top:5px;
}
#main-txt{
	position:absolute;
	width:570px;
	height:360px;
	top:7px;
	left:345px;
	z-index:101;
	font-size:14px;
}
#but{
	position:absolute;
	width:200px;
	height:125px;
	top:260px;
	left:720px;
	z-index:101;
}
.tdbx{
	border:hidden;
	background: none;
}
/*無底線之CSS*/
.tdb{
	border-collapse:collapse;
	border:hidden;
}

/* .tdb{
	background-image:url(../pic/table-bg.jpg);
	border-collapse:collapse;
	border:hidden;
}*/
.txt-header{
	display:block;
	font-weight:bold;
	color:#AC621B;
	font-size:24px;
	padding-bottom:5px;
}
.txt-header-en1{
	color:#AC621B;
	font-size:26px;
	padding-bottom:5px;
}
.txt-header-en2{
	color:#AC621B;
	font-size:24px;
	padding-bottom:5px;
}
.txt-bold{
	font-weight:600;
	padding-bottom:5px;
	font-size:13px;
	color:#585852;
}
.txt-bold-en{
	padding-bottom:5px;
	font-size:10px;
	color:#585852;
}
input, textarea{
	background:transparent;
}
/*------------for IE-------------
* html .input{
	_border:hidden;  
	_background:transparent;
}
* html .textarea{
	_border:hidden;  
	_background:transparent;
}*/
/*------------for IE結束-------------*/	
/*------------中間文字設定結束-------------*/

/*------------回上一頁設定------------*/
#goback{
	position:absolute;
	top:430px;
	left:10px;
	width:18px;
	height:18px;
}
/*------------回上一頁結束------------*/