@charset "utf-8";
#topBg {
	background-repeat: repeat-x;
	height: 85px;
	background-color: #1E326D;
}
#topBg #btn {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
#topBg #btn #logo {
	padding: 5px;
	float: left;
}
#topBg #btn ul {
	float: right;
}
#topBg #btn ul li {
	float: left;
}
#topBg #btn ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-family: "微軟正黑體";
	text-align: center;
	margin-top: 20px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}
#topBg #btn ul li a:hover {
	background-color: #0080FF;
}


#banner {
	height: 320px;
	background-size: cover;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
	background-color: #CCC;
}
#contentbg {
	min-height: 500px;
	background-image: url(../images/logobg.png);
	background-repeat: no-repeat;
	background-position: 1000px;
}
#contentbg #content {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 130%;
	line-height: 1.5em;
	color: #666;
	font-weight: bold;
}
#contentbg #content #title {
	margin-bottom: 30px;
	font-size: 140%;
	color: #C2A078;
	background-image: url(../images/01.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
#contentbg #content p img {
	margin: 15px;
	float: right;
	display: block;
}









#foot {
	background-image: url(../images/footbg.jpg);
	height: 180px;
}

#foot #footbox {
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	padding-top: 10px;
}
#foot #footbox #contactName {
	float: left;
	padding-top: 60px;
	padding-right: 50px;
}
#foot #footbox #contactInf {
	float: left;
	padding-top: 40px;
	padding-left: 40px;
}
#foot #footbox #contactInf ul li span {
	padding-left: 15px;
	line-height: 2.5em;
	color: #C7B299;
	font-family: "微軟正黑體";
}




.clear {
	clear: both;
}
strong {
	font-weight: bold;

}
