@charset "utf-8";
/* -----------------------------------------------------------
* Filename: default.css
* Version: 1.2 (2010-03-25)
* Website: http://mh-fujiga.com/
* Author: tugline
* Description: what news css
----------------------------------------------------------- */
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}
.wnarea{
	margin:0;
	padding:2px 0;
	border-bottom:1px solid #CCCCCC;
}
.wnarea p{
	margin:0;
}
.wn_title{
	margin:0;
}
.wn_day{
	border-left: 5px solid #666;
	display: block;
	padding-left: 7px;
	color: #666;
}
.wn_name{
}

.new {
	background:url(new.gif) no-repeat;
	width:31px;

}
textarea{
	font-size:12px;
	
}