@charset "utf-8";
/* CSS Document */

/*上部ナビゲーション*/
#glnavi 
{
	height:51px;
	background:#FFF url(../img/common/a-bmid_201.gif);
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

#tab li 
{
	float:left;
	margin:0;
	padding:0;
	display: inline;
}

#tab a 
{
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:#000 url(../img/common/a-bright_201.gif) no-repeat right top;
}
#tab a span 
{
	display:block;
	font-size:14px;
	color:#060;
	font-weight:700;
	line-height:51px;
	padding:0 13px;
	background:url(../img/common/a-bleft_201.gif) no-repeat left top;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#F60;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
