@media all
{

/* ヘッダナビ */

li#menu-1 a
{
	background: transparent url(../imgs/common/h_navi01.gif) no-repeat 0px 0px;
	top:	0px;	left:	0px;
	width:91px;
}

li#menu-2 a
{
	background: transparent url(../imgs/common/h_navi02.gif) no-repeat 0px 0px;
	top:	0px;	left:	91px;
	width:90px;
}

li#menu-3 a
{
	background: transparent url(../imgs/common/h_navi04.gif) no-repeat 0px 0px;
	top:	0px;	left:	181px;
	width:90px;
}

li#menu-4 a
{
	background: transparent url(../imgs/common/h_navi05.gif) no-repeat 0px 0px;
	top:	0px;	left:	271px;
	width:90px;
}

li#menu-5 a
{
	background: transparent url(../imgs/common/h_navi06.gif) no-repeat 0px 0px;
	top:	0px;	left:	361px;
	width:90px;
}

li#menu-6 a
{
	background: transparent url(../imgs/common/h_navi07.gif) no-repeat 0px 0px;
	top:	0px;	left:	451px;
	width:90px;
}

li#menu-7 a
{
	background: transparent url(../imgs/common/h_navi08.gif) no-repeat 0px 0px;
	top:	0px;	left:	541px;
	width:90px;
}


#h_navi a:hover,
#h_navi a:focus,
#h_navi a:active
{
	background-position: 0px -24px;
}

#h_navi a.select
{
	background-position: 0px -24px;
}

/* ログイン・お問い合わせのナビ */

li#menu-9 a
{
	background: transparent url(../imgs/common/btn01_roll.jpg) no-repeat 0px 0px;
	top:	0px;	left:	0px;
	width:180px;
}

li#menu-10 a
{
	background: transparent url(../imgs/common/btn02_roll.jpg) no-repeat 0px 0px;
	top:	0px;	left:	0px;
	width:180px;
}

#login_navi01 a:hover,
#login_navi01 a:focus,
#login_navi01 a:active,
#login_navi02 a:hover,
#login_navi02 a:focus,
#login_navi02 a:active
{
	background-position: 0px -60px;
}









}