@charset "shift_jis";

body {
	margin: 0px;
	padding: 0px;
}

ul.post {
	margin: 0;
	padding: 0;
	width: 500px;
	list-style:none;
	font-size: 12px;
}

ul.post li.postlist {
	width:500px;
}

ul.post li.postlist dl.column {
	padding:5px 0;
	border-bottom:#999999 dotted 1px;
}

ul.post li.postlist dl.column dt.date{
	float:left;
	width:90px;
}

ul.post li.postlist dl.column dd.subject{
	width:410px;
	margin-left:100px;
	margin-top:3px;
	font-weight:bold;
}

ul.post li.postlist dl.column dd.text{
	width:410px;
	margin-left:100px;
}
