#navbar {
	margin:0px;/*これが必要らしい*/
	padding:0px;/*これが必要らしい*/
	width: 900px;
	position:absolute;
	top: 90px;
}
#navbar h2 {
	display:block;
	width: 130px;
	height: 36px;
	float: left;
	margin: 0px;
	padding:0px;
	margin-right: 10px;
}
/*
#m1 h2 {
	margin-left: 12px;
}
*/
#m7 h2{
	width: 60px;
	margin-right: 0px;
}

#m1 h2 a {
	display:block;
	width: 130px;
	height: 36px;
	background:url(../img/menu_1.jpg) no-repeat left top;
}
#m2 h2 a {
	display:block;
	width: 130px;
	height: 36px;
	background:url(../img/menu_2.jpg) no-repeat left top;
}
#m3 h2 a {
	display:block;
	width: 130px;
	height: 36px;
	background:url(../img/menu_3.jpg) no-repeat left top;
}
#m4 h2 a {
	display:block;
	width: 130px;
	height: 36px;
	background:url(../img/menu_4.jpg) no-repeat left top;
}
#m5 h2 a {
	display:block;
	width: 130px;
	height: 36px;
	background:url(../img/menu_5.jpg) no-repeat left top;
}
#m6 h2 a {
	display:block;
	width: 130px;
	height: 36px;
	background:url(../img/menu_6.jpg) no-repeat left top;
}
#m7 h2 a {
	display:block;
	width: 60px;
	height: 36px;
	background:url(../img/menu_7.jpg) no-repeat left top;
}
#navbar h2 a:hover {
	background-position:left bottom;
}
#navbar h2 a:active {
	background-position:left bottom;
}
