@charset "big5";
/*---- 最外層包裝 ----*/
BODY {
	SCROLLBAR-FACE-COLOR: #9d825e;
	SCROLLBAR-SHADOW-COLOR: #644510;
	SCROLLBAR-3DLIGHT-COLOR: #644510;
	SCROLLBAR-ARROW-COLOR: #644510;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #d8bf93;
	
}

#WRAPPER {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#WRAPPER  #HEADER {
	height: 90px;
	width: 950px;
}
#VISION {
	height: 393px;
	width: 950px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
}



#MENU {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	height: 83px;
	width: 950px;
}

#MAIN {
	height: 768px;
	width: 950px;
	background-image: url(../images/02.jpg);
	background-repeat: no-repeat;
	left: 88px;
	right: 86px;
	bottom: 144px;
}
#MAIN  #TEAM_A {
	height: 355px;
	width: 891px;
	padding-left: 40px;
}
#MAIN #TEAM_A .pcs {
	height: 340px;
	width: 280px;
	padding-right: 17px;
	float: left;
}
#MAIN #TEAM_A .pcs .img {
	height: 166px;
	width: 247px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 44px;
}

#MAIN #TEAM_A .pcs .img2 {
	height: 166px;
	width: 247px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
}

#MAIN #TEAM_A .pcs .btn {
	height: 60px;
	width: 62px;
	padding-top: 55px;
	padding-left: 197px;
}

 /*---- TEAM03結束----*/
.btn {
	width: 942px;
	display: block;
	height: 100px;
}


#COPYRIGHT{
	display:block;
	width:950px;
	height:62px;
}



 /*---- 清除float帶來的後遺症----*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
