@charset "utf-8";
#warp #Content .inner p em {
	color: #2E2E2E;
	font-size: 13px;
}
.articletitleblock {
	width: 100%;
	background-color: #FFF;
	float: left;
	text-align: left;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
.articlecontent {
	float: left;
	width: 675px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #FFF;
	font-size: 12px;
	text-align: left;
}

.title1 {
	font-size: 16px;
	color: #3b7585;
	font-weight: normal;
	font-family: Arial, "新細明體-ExtB";
	margin-bottom: 5px;
}

.title2 {
	color: #282828;
	font-size: 14px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2D2D2;
}
