@charset "UTF-8";
/* CSS Document */

#main  #message  {
	width: 370px;
	float: left;
	margin-right: 20px;
	height: 316px;
	overflow: auto;
}
#main #message #topic_board    {
	width: 370px;
	height: 282px;
	overflow: auto;
	float: left;
}
#main #message #topic_board .date     {
	color: #999999;
	display: block;
	font-size: 12px;
}
#main #message #topic_board h2   {
	font-size: 13px;
	color: #E5270D;
	margin-top: 0.5em;
	width: 345px;
}
#main    #message #topic_board p    {
	border-bottom: 1px dashed #999999;
	padding-bottom: 5px;
	width: 345px;
}
#main  .banner {
	width: 190px;
	float: left;
}
#main .banner li {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
}
#main .counter {
	width: 580px;
	margin-top: 10px;
	text-align: right;
	display: block;
	clear: both;
}
#main .mrgnR20 {
	margin-right: 20px;
}
