@charset "utf-8";
/*menu */
#menu {
	width:960px;
	height:37px;
	margin:0;
	padding:0;
	background:url(../img/bgmenu.png) top left repeat-x;
}
#menu li {
	height:37px;
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	float:left;
	overflow:hidden;
	text-indent:-99999999px;
}
#menu li a {
	height:37px;
	display:block;
}
.ml {
	width:7px;
	background:url(../img/leftmenu.png) top left no-repeat;
}
.mr {
	width:7px;
	background:url(../img/rightmenu.png) top left no-repeat;
}

.b1 {
	width:125px;
	background:url(../img/mb1.gif) no-repeat center;
}

.b2 {
	width:138px;
	background:url(../img/mb2.gif) no-repeat center;
}
.b3 {
	width:151px;
	background:url(../img/mb3.gif) no-repeat center;
}
.b4 {
	width:188px;
	background:url(../img/mb4.gif) no-repeat center;
}
.b5 {
	width:199px;
	background:url(../img/mb5.gif) no-repeat center;
}
.b6 {
	width:145px;
	background:url(../img/mb6.gif) no-repeat center;
}

