#subnavi {
	width: 700px;
	float:left ;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #f2f2f2
}

#subnavi li{
	list-style-type: none;
	margin-top: 5px;
	float: left;
	line-height: 110%;
	background-image: url(../img/mark_s.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	margin-right:10px;
}
#subnavi li a{
	text-decoration:none;
	color: #333333;
	font-size: 90%;
	}
#subnavi li a:hover {
	color:#4270B2
}

.bg_blue {
	font-weight: bold;
	background-color: #6699FF;
	text-align: center;
}
#subnavi .color_sub {
	color: #4270B2;
}