@charset "utf-8";
.article_tit {
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	font-family: "微軟正黑體", "新細明體", Arial;
	color: #999;
	border-radius:5px;
	overflow:hidden;
	border: 1px solid #999;
}
.article_tit .line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.article_tit_h2 {
	background-color: #333333;
	line-height: 35px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: "微軟正黑體", "新細明體", Arial;
	font-weight: bold;
}
.article_tit table {
	overflow:hidden;
}
.article_tit a {
	color: #333333;
	text-decoration: none;
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 14px;
	padding:0 0 0 10px;
}
