@charset "utf-8";
.menu01 {
	height: 77px;
	width: 70px;
	background-image: url(../images/menu_02.gif);
	display: block;
	background-repeat: no-repeat;
	margin: 0px;

}
.menu01:hover {
	background-image: url(../images/menu_hover_02.gif);
}
.menu02 {
	height: 77px;
	width: 81px;
	background-image: url(../images/menu_03.gif);
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
}
.menu02:hover {
	background-image: url(../images/menu_hover_03.gif);
}
.menu03 {
	height: 77px;
	width: 88px;
	background-image: url(../images/menu_04.gif);
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
}
.menu03:hover {
	background-image: url(../images/menu_hover_04.gif);
}
.menu04 {
	height: 77px;
	width: 108px;
	background-image: url(../images/menu_05.gif);
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
}
.menu04:hover {
	background-image: url(../images/menu_hover_05.gif);
}
.menu05 {
	height: 77px;
	width: 94px;
	background-image: url(../images/menu_06.gif);
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
}
.menu05:hover {
	background-image: url(../images/menu_hover_06.gif);
}
.menu06 {
	height: 77px;
	width: 85px;
	background-image: url(../images/menu_07.gif);
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
}
.menu06:hover {
	background-image: url(../images/menu_hover_07.gif);
}
.menu07 {
	height: 77px;
	width: 72px;
	background-image: url(../images/menu_08.gif);
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
}
.menu07:hover {
	background-image: url(../images/menu_hover_08.gif);
}
.text a {
	color: #666666;
	text-decoration: none;
}
