#section-box{
	position:relative;
	border-top:1px solid #d9d9db;
	background:#FFF;
	padding:15px;
}

#section-box > div:first-child{
	width:50%;
	height:50%;
	background:url(section-box1.png) top left no-repeat;
	position:absolute; 
	top:-1px; 
	left:-1px;
	border:0px solid red;
}

#section-box > div:first-child + div{
	width:50%;
	height:50%;
	background:url(section-box2.png) top right no-repeat;
	position:absolute; 
	top:-1px; 
	right:-1px;
	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;
}

#section-tt span:first-child{
	width:48%;
	display:inline-block;
	padding-left:20px;
	color:#282828;
	font-size:16px;
	font-weight:bolder;
	font-family:"微軟正黑體";
	background:url(section-title-line1.png) 3px 0px no-repeat;
}

#section-tt span:first-child + span{
	width:48%;
	display:inline-block;
	text-align:right;
}

#section-tt span:first-child + span span{
	color:#739bad;
}

#section-body{
	position:relative;
	z-index:1;	
	padding-top:15px;
}