﻿div.new_navi
{
	background:url(../images/navi_bg.gif) no-repeat;
	width:967px;
	clear: both;
	float: left;
}
div.sample_attach
{
	float: left;
	display: block;
	text-decoration: none;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#8A3510;
	
}

a.sample_attach, a.sample_attach:visited
{
	display: block;
	position: relative;
	top: -2px;
	padding: 2px 3px 2px 15px;
	text-decoration: none;
	font-weight: bold;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#8A3510;	
	background-color: #FFE681;
	border-bottom:#8A3510 solid 1px;
}
a.sample_attach:hover
{
	color: black;
}

