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