h2{
	font-size:35px;
	line-height:38px;
	font-weight:bold;
	background:url(../images/bgtitle_1.jpg) bottom left no-repeat;
	/*border: #D8D8D8 solid 1px;
	border-radius: 5px;
	XXXbox-shadow: 1px 2px 3px rgba(0,0,0,.3);*/
	padding-top:4px;
	padding-left:23px;
	color:#68A4C4;
}

.ptitle{
	background-color: transparent;
	white-space:nowrap;
	text-decoration:none;
	text-align:center;
	font-size:26px;
	color:#F5A20E;
	padding:0;
	margin-top: 50px;
}

.areaBorder2 {
	border:solid 1px;
	border-color:transparent #cecfd2 #cecfd2 #cecfd2;
	background: url(../img/bgtopline_block4.gif) top repeat-x;
}

.areaAAA_sv {
	display:table-cell; /* 以 td 模式呈現 */
	XXXpadding:80px; /* 就是傳統 table 的 cellpadding */
	vertical-align:top; /* 垂直居中設定, 前題是必須以 td 模式呈現 */ 
	text-align:center;
	width:33%;
	font-size:15px;
	overflow:hidden;

}