.article .header {
	width: 100%;
	border-bottom: #a6a6a6 1px solid;
	margin-bottom: 25px;
}
.article .header td {
	padding-bottom: 11px;
}
.article .header .title,
.article .header .date {
	font-size: 18px;
	font-weight: bold;
}
.article .header .title {
	line-height: 24px;
}
.article .header .date {
	color: #a6a6a6;
	vertical-align: bottom;
	text-align: right;
	width: 150px;
}
#body.outside .content .article .body p {
	line-height: 24px;
	margin-bottom: 24px;
}

.archive .date,
.archive .title {
	text-align: left;
}
.archive .date {
	width: 90px;
	font-size: 12px;
	font-weight: bold;
}
.archive .title {
	font-size: 14px;
	line-height: 18px;
	padding: 15px 30px 15px 0;
}
.archive .read {
	width: 119px;
}
.archive td {
	border-top: 3px double #939393;
}
.archive {
	width: 100%;
	border-bottom: 3px double #939393;
}