﻿@charset "utf-8";

div.topics_txt{
	width: 650px;
	border: 1px solid #E7E7E7;
	position: relative;
}
div.topics_txt h4{
	width: 600px;
	margin: 30px 20px 20px;
	padding-bottom: 5px;
	color: #7d47b3;
	font-weight: bold;
	border-bottom: #e5e5e5 dotted 1px;
}
span.date {
	position: absolute;
	top: 30px;
	right: 30px;
	font-weight: normal;
}
div.tp_content {
	line-height: 180%;
	font-size: 90%;
	margin: 0 20px 30px;
}

p.leftColumn {
	width: 408px;
	}