@charset "utf-8";
/* CSS Document */
.banner {
	font-family:Verdana;
	font-weight:bold;
	font-size:xx-small;
	color:#204062;
	text-decoration: none;
}
	
.banner:hover{
	font-family:Verdana;
	font-weight:bold;
	font-size:xx-small;
	color: #900;
	text-decoration: none;
}

.menu_b{
	font-family:Verdana;
	font-weight:bold;
	font-size:xx-small;
	color:#204062;
	text-decoration:none;
}

.menu_b:hover{
	font-family:Verdana;
	font-weight:bold;
	font-size:xx-small;
	color:#009;
	text-decoration:none;
}