/* ------------------ all-setting ------------------ */
body{
	margin:0 auto;
	max-width: 100%;
	font-size:2em;
	}
#all{
	margin:0 auto;
	}
strong{
	font-size:1.2em;
	}
/* ------------------ top ------------------ */
#logo{
	max-width: 960px;
	margin:0;
	}
#top-menu{
}
	#goback{
	}
/* ------------------ body ------------------ */
#main-cont{
	margin-bottom:330px; /*避免與footer重疊*/
	margin-top:-10px;
}
	#banner{
	margin-top:30px;
	}
	#banner img{
	display:block;
	margin:0 auto;
	}
	#cont{
	padding:0 20px;
	margin:30px 30px 0;
	font-size:1.5em;
	line-height:2em;
	}
		#cont h2 {
		margin:0;
		padding-left:130px;
		}
		.bg-aboutus{
		background: url("../images/icon-aboutus.png") no-repeat 20px 0;
		background-size: auto 95%;
		}
		.bg-service{
		background: url("../images/icon-service.png") no-repeat 20px 0;
		background-size: auto 95%;
		}
		#cont ol{
		margin:0;
		}
		#cont li{
		margin-left:30px;
		}
	.h2-about,.h2-service{
	display:block;
	height:100px;	
	border-bottom: 10px solid #D5FF38;
	padding-left:120px;
	}
	.h2-about{
	background: url('../images/about_96.png') no-repeat;
	}
	.h2-service{
	background: url('../images/service_96.png') no-repeat;
	}
	.imgleft1{
	background: url('../images/icon-tag1.png') no-repeat 0 15px;
	padding-left:100px;
	font-weight:bold;
	}
	.imgleft2{
	background: url('../images/icon-tag2.png') no-repeat 0 15px;
	padding-left:100px;
	font-weight:bold;
	}
	
/* ------------------ footer ------------------ */
#footer{
	clear:left;
	position:fixed;
	bottom:0;
	display:block;
	background:#222;
	width:100%;
	font-weight:bold;
}
	#footer table{
		border-collapse:collapse;
		margin:0;
		width:100%;
	}
	#footer td{
		width:319px;
		text-align:center;
		padding:30px 0;
	}
	#footer td a, #footer tda:visited{
		color:#FFF;
		text-decoration:none;
		font-size:2em;
	}
	#footer td a img{
		border:0;
	}
	.li-border{
		border-right:1px solid #000;
		display:inline-block;
		}
	.li-lest{
		border-left:1px solid #000;
		display:inline-block;
		}
