/* category colorize
----------------------------- */
#e_post_body .epost_about {
	margin: 0 0 18px;
	padding: 12px;
	background: #eee;
	}
#e_post_body p {
	margin-bottom: 0.5em;
	line-height: 1.2em;
	}
#e_post_body .note {
	margin-bottom: 0;
	font-size: 1.1em;
	text-align: right;
	}

#e_post_body table.epostlist {
	margin: 0 0 18px;
	padding: 0;
	border-collapse: collapse;
	}
#e_post_body table.epostlist th,
#e_post_body table.epostlist td {
	margin: 0;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
	}
#e_post_body table.epostlist th {
	color: #333 !important;
	background: #C9E9FF;
	}
#e_post_body table.epostlist th.place {
	width: 160px;
	}
#e_post_body table.epostlist th.date {
	width: 100px;
	}
#e_post_body table.epostlist td {
	text-align: left;
	}
#e_post_body table.epostlist td.datecol {
	text-align: center;
	}
