@charset "UTF-8";
#menu_a a{
	display:block;
	width:125px;
	height:40px;
	background-image: url(../images/01.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu_a a:hover{
color:orange;
background:url(../images/01r.jpg) no-repeat;
}
#menu_b a{
	display:block;
	width:132px;
	height:40px;
	background-image: url(../images/02.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu_b a:hover{
color:orange;
background:url(../images/02r.jpg) no-repeat;
}

#menu_c a{
	display:block;
	width:132px;
	height:40px;
	background-image: url(../images/03.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu_c a:hover{
color:orange;
background:url(../images/03r.jpg) no-repeat;
}

#menu_d a{
	display:block;
	width:172px;
	height:40px;
	background-image: url(../images/04.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu_d a:hover{
color:orange;
background:url(../images/04r.jpg) no-repeat;
}

#menu_e a{
	display:block;
	width:172px;
	height:40px;
	background-image: url(../images/05.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu_e a:hover{
color:orange;
background:url(../images/05r.jpg) no-repeat;
}
#menu_f a{
	display:block;
	width:187px;
	height:40px;
	background-image: url(../images/06.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu_f a:hover{
color:orange;
background:url(../images/06r.jpg) no-repeat;
}

