.item
{
	display: block;
	width: 766px;
	height: 117px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
    text-decoration: none;
    color: #000000;
}

.item .item_w
{
	display: block;
	margin: 15px 280px 20px 30px;
}

.item a:link, .item a:visited, .item a:hover
{
	text-decoration: none;
	color: #000000;
}

.item a:hover
{	text-decoration: underline;
}

.item a.title:link, .item a.title:visited, .item a.title:hover
{
	display: block;
	color: #9bcb07;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}