/* liquor world navi (WONDER BAR) */
.nav_lw_head {
	width: 950px;
	height: 68px;
	margin: 0px 0px 20px 0px;
}
.nav_lw_menu {
	width: 501px;
	height: 23px;
	margin: 0px;
}
.nav_lw_menu td {
	padding: 0px;
	float: left;
}
.nav_lw_menu td a {
	display: block;
	float: left;
	height: 23px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-decoration: none;
	text-indent: -9999px;
}
td .m01 { width: 99px;	background: url(../img/nav_m01.gif) left top no-repeat;}
td .m02 { width: 99px;	background: url(../img/nav_m02.gif) left top no-repeat;}
td .m03 { width: 99px;	background: url(../img/nav_m03.gif) left top no-repeat;}
td .m04 { width: 99px;	background: url(../img/nav_m04s.gif) left top no-repeat;}
td .m05 { width: 99px;	background: url(../img/nav_m05.gif) left top no-repeat;}
.m01:hover { background: url(../img/nav_m01.gif) left bottom no-repeat;}
.m02:hover { background: url(../img/nav_m02.gif) left bottom no-repeat;}
.m03:hover { background: url(../img/nav_m03.gif) left bottom no-repeat;}
.m04:hover { background: url(../img/nav_m04s.gif) left bottom no-repeat;}
.m05:hover { background: url(../img/nav_m05.gif) left bottom no-repeat;}
.m01:active { background: url(../img/nav_m01.gif) left top no-repeat;}
.m02:active { background: url(../img/nav_m02.gif) left top no-repeat;}
.m03:active { background: url(../img/nav_m03.gif) left top no-repeat;}
.m04:active { background: url(../img/nav_m04s.gif) left top no-repeat;}
.m05:active { background: url(../img/nav_m05.gif) left top no-repeat;}
