
#section-box{
	position:relative;
	background:#FFF;
	padding:15px;
	background:url(section-box-line.png) left top repeat-x;
}

#section-box > div:first-child{
	width:50%;
	height:100%;
	background:url(section-box1.png) left top no-repeat;
	position:absolute; 
	top:0px; 
	left:0px;
	border:0px solid red;
}

#section-box > div:first-child + div{
	width:50%;
	height:100%;
	background:url(section-box2.png) right top no-repeat;
	position:absolute; 
	top:0px; 
	right:0px;
	border:0px solid red;
}

#section-box > div:first-child + div + div,
#section-box > div:first-child + div + div + div{
	display:none;
}

#section-tt{
	position:relative;
	z-index:1;
	padding-bottom:10px;
}

#section-tt span:first-child{
	width:48%;
	display:inline-block;
	padding-left:20px;
	color:#444343;
	font-size:16px;
	font-weight:bolder;
	font-family:"微軟正黑體";
	background:url(section-title-line1.png) 3px 5px no-repeat;
}

#section-tt span:first-child + span{
	width:48%;
	display:inline-block;
	text-align:right;
}

#section-tt span:first-child + span span{
	color:#545454;
}

#section-body{
	position:relative;
	z-index:1;	
	padding-top:10px;
}