
#section-box{

}

#section-box > div:first-child,
#section-box > div:first-child + div,
#section-box > div:first-child + div + div,
#section-box > div:first-child + div + div +div{
	display:none;
}

#section-tt{
	padding-bottom:7px;
	background:url(section-title-line2.png) bottom repeat-x;
}

#section-tt span:first-child{
	width:48%;
	display:inline-block;
	padding-left:10px;
	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:#2a5caa;
}

#section-body{
	padding-top:15px;
}