
body {
	padding: 0;
	margin: 0;
	background: url(../images/bg.jpg) 0 0 no-repeat;
}
ul {
	padding: 0;
	margin: 0;
}
font-face {
  font-family: 'cwTeXHei';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}
#layout {
	margin: 0 auto;
	max-width: 1066px;
}

#top {
	float: left;
	display: inline-block;
	width: 1066px;
	/*height: 195px;*/
	background: url(../images/fastener_02.jpg) 0 0 no-repeat;
}
#top .logo {
	float: left;
	display: inline-block;
	width: 408px;
	height: 195px;
	padding: 55px 0 0 158px;
	color: #000;
	/*background-color: #999;*/
}
#top .logo img {
	width: 152px;
	height: auto;
	margin-bottom: -15px;
}
#top .logo h1.h1 {
	font-size: 42px;
	/*font-family: 'cwTeXHei', serif;*/
	line-height: 42px;
  font-family:微軟正黑體,arial;
  color:#336601;
  font-weight:bold;
}
#top .menu {
	float: left;
	display: inline-block;
	width: 630px;
	height: 195px;
	padding-top: 150px;
	padding-left: 40px;
}
#top .menu li {
	float: left;
	margin-left: 18px;
	list-style-type: none;
}
#top .menu li a {
	color: #FFF;
	display: block;
	padding: 10px;
}

#banner {
	float: left;
	display: inline-block;
	width: 1066px;
	height: 305px;
	background: url(../images/fastener_05.jpg) 0 0 no-repeat;
}

#main {
	float: left;
	display: inline-block;
	width: 1066px;
	height: 368px;
	background: url(../images/fastener_08.jpg) 0 0 no-repeat;
}
#main img {
	width: auto;
	height: 200px;
	margin-top: 85px;
}
#footer {
	float: left;
	display: inline-block;
	max-width: 1066px;
	height: 172px;
	padding-left: 80px;
	padding-top: 20px;
	background: url(../images/fastener_09.jpg) 0 0 no-repeat;
}
#footer h2 {
	float: left;
	font-size: 18px;
	margin-right: 20px;
	margin-top: 0px;
}
#footer li {
	float: left;
	list-style-type: none;
	font-size: 12px;
	margin-right: 10px;
}