* {
	margin: 0;
	padding: 0;
}

a:link,a:active,a:hover,a:visited {text-decoration: none;}
a img {border: none;}



body {
	background: #FFF;
	font-family: 微軟正黑體, Arial, helvetica, sans-serif;

}



/*-- 置頂Banner --*/

header {
/*	background: url('../images/') center top repeat-y; */
	width: 100%;
	height: 140px;
	position: absolute;
	z-index: 900
}

.headerMenuBox {
	width: 1200px;
	height: 140px;
	margin: 0 auto;
}

/*--------------------------------------------*/


/*-- 內容 contact --*/

.contactBox {
	width: 1200px;
	height: auto; 
	padding-top: 140px;
	margin: 0 auto;
}

.contactTheme {
	background: url('../images/ContactTheme.jpg') center top no-repeat;
	width: 1200px;
	height: 270px;
	border-top: solid 1px #b3b3b3;
}

.contentArea {
	width: 1200px;
	height: auto; 
	margin-top: 50px;
}

.GMapBox {
	width: 600px;
/*	height: 400px; */
	margin: 0 50px 0 20px;
	float: left
}

.infoBox {
	width: 500px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 150px;
	float: left;
}

.infoBox p {
	color: #999;
	font-size: 21px;
	font-weight: 600;
	margin: 20px 0 30px 0;
	line-height: 35px;
	letter-spacing: 2px;
	float: left;
}

.infoBox p span {
	color: #006eb6;
}


/*-- 置底 --*/

footer {
	background: url('../images/footerBGColor.gif');
	width: 100%;
	height: 60px;
	clear: both;
}

.footerBox {
	background: url('../images/footerBG.gif') center top no-repeat;
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
