/*---------------------------------------------------------------------------
>>ネクサスデザインメニュー
---------------------------------------------------------------------------*/
#main-menu {
	height: 24px;
	width: 900px;
	overflow: hidden;
}
#main-menu ul{
	display: inline;
}
#main-menu li{
	display: inline;
	text-indent: -5000px;
}
#main-menu .a0 {
	width: 240px;
	height: 24px;
	float: left;
	display: block;
	background-image: url(../img/reg_tmpl/mainindex1l.gif);
}
#main-menu .a1 {
	width: 132px;
	height: 24px;
	float: left;
	display: block;
	background-image: url(../img/reg_tmpl/mainindex1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#main-menu .a1:hover {
 background-position: 0 -24px;
	}
#main-menu .a1now {
	width: 132px;
	height: 24px;
	float: left;
	display: block;
	background-image: url(../img/reg_tmpl/mainindex1.gif);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
#main-menu .a2 {
	width: 132px;
	height: 24px;
	float: left;
	display: block;
	background-image: url(../img/reg_tmpl/mainindex1.gif);
	background-repeat: no-repeat;
	background-position: -132px 0px;
}
#main-menu .a2:hover {
 background-position: -132px -24px;
	}
#main-menu .a2now {
	width: 132px;
	height: 24px;
	float: left;
	display: block;
	background-image: url(../img/reg_tmpl/mainindex1.gif);
	background-repeat: no-repeat;
	background-position: -132px -24px;
}
#main-menu .a3 {
	width: 132px;
	height: 24px;
	display: block;
	float: left;
	background-image: url(../img/reg_tmpl/mainindex1.gif);
	background-repeat: no-repeat;
	background-position: -264px 0px;
}
#main-menu .a3:hover {
 background-position: -264px -24px;
	}
#main-menu .a3now {
	width: 132px;
	height: 24px;
	display: block;
	float: left;
	background-image: url(../img/reg_tmpl/mainindex1.gif);
	background-repeat: no-repeat;
	background-position: -264px -24px;
}
#main-menu .a4 {
	width: 132px;
	height: 24px;
	display: block;
	float: left;
	background-image: url(../img/reg_tmpl/mainindex1.gif);
	background-repeat: no-repeat;
	background-position: -396px 0px;
}
#main-menu .a4:hover {
 background-position: -396px -24px;
	}
#main-menu .a4now {
	width: 132px;
	height: 24px;
	display: block;
	float: left;
	background-image: url(../img/reg_tmpl/mainindex1.gif);
	background-repeat: no-repeat;
	background-position: -396px -24px;
}
#main-menu .a5 {
	width: 132px;
	height: 24px;
	display: block;
	float: left;
	background-image: url(../img/reg_tmpl/mainindex1.gif);
	background-repeat: no-repeat;
	background-position: -528px 0px;
}
#main-menu .a5:hover {
 background-position: -528px -24px;
	}
#main-menu .a5now {
	width: 132px;
	height: 24px;
	display: block;
	float: left;
	background-image: url(../img/reg_tmpl/mainindex1.gif);
	background-repeat: no-repeat;
	background-position: -528px -24px;
}

