form {
	margin: 0px;
	padding: 0px;
}
.backnext {
	margin: 0px 0px 20px;
	padding: 0px;
}
.backnext a.back {
	display: block;
	background: url(../img/back_1.gif) no-repeat left top;
	text-indent: -9999px;
	height: 20px;
	width: 100px;
	float: left;
}
.backnext a:hover.back {
	background: url(../img/back_2.gif) no-repeat left top;
}
.backnext a.next {
	display: block;
	background: url(../img/next_1.gif) no-repeat right top;
	text-indent: -9999px;
	height: 20px;
	width: 100px;
	float: right;
}
.backnext a:hover.next {
	background: url(../img/next_2.gif) no-repeat right top;
}
#newsserch {
	font-size: small;
	line-height: normal;
	margin: 0px 0px 10px;
	padding: 5px;
	background: #eee;
	border: 1px solid #999999;
}
.news_shosai  {
	background: #eee;
	margin: 0px 0px 20px;
	padding: 10px;
	border: 1px solid #999999;
	clear: both;
}
.news_shosai h3 {
	font-size: small;
	line-height: normal;
	font-weight: bold;
	color: #990000;
	background: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 8px;
	border-left: 5px solid #FF0000;
}
.news_shosai .news_date {
	font-size: x-small;
	line-height: normal;
	color: #999999;
	text-align: right;
	margin: 0px 0px 10px;
	padding: 0px;
}

