@charset "utf-8";
a.header:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3f6384;
	background-image: url(image/menu/blank01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 66px;
	text-align: center;
}
a.header:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3f6384;
	background-image: url(image/menu/blank01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 66px;
	text-align: center;
}
a.header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f26524;
	background-image: url(image/menu/blank01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 66px;
	text-align: center;
}
a.hover:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3f6384;
	background-image: url(image/menu/blank01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 66px;
	text-align: center;
}

