body {
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	font-family: "新細明體", Verdana, Arial, Helvetica, sans-serif;
	
	 /* 一次解決版面撐開、英文斷字、避頭尾、段落左右邊界不齊問題 */
    /* by：meiji 200701 */

     /* 防止撐開 */
    table-layout: fixed;
    /* 英文單字自動換行 */
    word-wrap: break-word;
    /* 正常避頭尾 */
    word-break: normal;
    /* 文字左右對齊 */
    text-align:justify;
    text-justify:inter-ideograph;
}
.b12{
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	font-family: "新細明體", Verdana, Arial, Helvetica, sans-serif;
	
	 /* 一次解決版面撐開、英文斷字、避頭尾、段落左右邊界不齊問題 */
    /* by：meiji 200701 */

     /* 防止撐開 */
    table-layout: fixed;
    /* 英文單字自動換行 */
    word-wrap: break-word;
    /* 正常避頭尾 */
    word-break: normal;
    /* 文字左右對齊 */
    text-align:justify;
    text-justify:inter-ideograph;
}
.down01{
	background-image: url(images/icon_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}
.down02{
	background-image: url(images/icon_bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}