@CHARSET "UTF-8";

.news {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	margin: 30px auto;
}
.news img {
	border:none;
	margin:3px;
	}
.news .item{
	border-bottom: 1px dashed #444444;
	margin: 5px 0;
	text-align: center;
	padding: 5px;
}
.news .navi td{
}
.news .navi{
	margin: auto;
	width: 200px;
}
.news .info{
	font-size: 9px;
	text-align: right;
	color: #222222;
}
.news .more_info{
	font-size: 12px;
	text-align: center;
	color: #999999;
}
.news .more{
	border:solid 2px #333333;
	text-align:center;
	padding:10px;
}
.news h3{
	letter-spacing: 0;
	margin: 5px 0;
	font-size: 14px;
	text-align: center;
	color: #fdc4d3;
	font-weight: bold;
	border-bottom: none;
}

.news a:link, .news a:visited {color:#fb88a8;text-decoration:underline;font-weight:bold;}
.news a:hover, .news a:active  {color:#f80c53;text-decoration:none;font-weight:bold;}
