.product_blue {
	font-size: 13px;
	color: #335D7F;
	line-height: 30px;
}
.news_eng_greeng {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #668C65;
}
.news_green {
	font-size: 12px;
	line-height: 24px;
	color: #668C65;
}
.news_black {
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.p_black {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.p_blacd_30 {
	line-height: 30px;
	color: #666666;
}


.withe {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.red {
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
	color: #FF3366;
}
.red_eng {
	font-size: 12px;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
}
.font {
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #ADA730;
	color: #666666;
}
.font_blue {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.contents {
    /* 一次解決版面撐開、英文斷字、避頭尾、段落左右邊界不齊問題 */
    /* by：meiji 200701 */

     /* 防止撐開 */
    table-layout: fixed;
    /* 英文單字自動換行 */
    word-wrap: break-word;
    /* 正常避頭尾 */
    word-break: normal;
    /* 文字左右對齊 */
    text-align:justify;
    text-justify:inter-ideograph;
	line-height: 30px;
	color: #666666;
}
.box01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #BBACC4;
}