@charset "utf-8";
/* 歐盟中文版 */

@import url("common.css");
@import url("cp_common.css");
@import url("function.css");
@import url("100new.css");

.Article {
	clear: both;
	margin: 10px 15px;
}
.Article h1 {
	font-size: 1.05em;
	color: #000;
	border-bottom: 1px dotted #999;
	padding: 0 2px 5px 15px;
	margin-bottom: 10px;
	background: url(../images/th_bg.gif) no-repeat 2px 8px;
	line-height: 130%;
}
.Article .Body {
	margin: 0 6px 0 0;
	line-height: 145%;
	letter-spacing: 1px;
}
.Article .Body h2 {
	font-size: 1em;
	line-height: 140%;
	letter-spacing: 0.15em;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	padding: 0px;
	color: #000;
}
.Article .Body h3 {
	font-size: 1em;
	letter-spacing: 0.15em;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	color: #000;
}
.Article .Body h4 {
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	color: #000;
}
.Article .Body .Image {
	margin: 5px 15px 10px 5px;
	padding: 7px;
	float: left;
	border: 1px solid #bbb;
}
.Article .Body .Image img {
	border: 2px solid #ccc;
	width: 160px;
}
.Article .Body .Image p {
	margin: 5px 0px 0px;
	padding: 0px;
	font-size: .86em;
	line-height: 120%;
	width: 160px;
}
.Article .Body p {
	margin: 0px 0 12px 0;
	padding: 0;
}
.Article .Body ol ,
.Article .Body ul {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5em;
}
/* --------------------------------------------------------- 文章內的資料表格 */

.Article .Body table {
	font-size: .86em;
	line-height:135%;
	border-collapse:collapse;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 100%;
	_width: 96%;
	margin-top: 20px;
	margin-bottom: 15px;
}
.Article .Body table caption {
	font-size: 1.15em;
	text-align:left;
	color: #000;
	padding: 0 0 3px;
}
.Article .Body table th {
	font-weight: normal;
	white-space: nowrap;
	padding: 3px 8px;
	border-bottom: 1px solid #bbb;
	background: #eee;
	color: #000;
}
.Article .Body table td {
	vertical-align: top;
	padding: 3px 8px;
	border-bottom: 1px solid #bbb;
}
/* --------------------------------------------------------- 大圖內容頁 */
.ImgSlide {
	clear: both;
	line-height: 140%;
	vertical-align: top;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.ImgSlide h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px 20px 8px 20px;
	padding: 0px 0px 0px 0px;
}
.ImgSlide p.Script {
	font-size: .86em;
	margin: 8px 20px 6px 20px;
	padding: 0px;
	text-align: left;
}
.ImgSlide p.Date {
	text-align: right;
	margin: 0px auto 0px;
	padding: 0px;
	font-size: .8em;
}
.ImgSlide img {
	border: 3px solid #bbb;
	text-align: center;
	margin-bottom: 8px;
	width: 400px;
}

.ImgSlide table {
	border-top: 1px dotted #999;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: .86em;
}
.ImgSlide table td {
	vertical-align: top;
	width: 50%;
	padding: 10px 0px 5px;
	margin: 0px;
}
.ImgSlide table td p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.ImgSlide table td.Prev {
	text-align: right;
	padding-right: 15px;
}
.ImgSlide table td.Next {
	text-align: left;
	padding-left: 15px;
}
.ImgSlide table td.Prev a {
	background: url(../images/pager_prev.gif) no-repeat top left;
	padding: 2px 0px 5px 22px;
}
.ImgSlide table td.Next a {
	background: url(../images/pager_next.gif) no-repeat top right;
	padding: 2px 22px 5px 0px;
}

