/* サブメニュー */

#h_navi {
	margin: 0 0 10px 0;
	width: 360px;
	height: 30px;
	float: left;
}

#h_navi ul {
	margin: 0;
	padding: 0;
}

#h_navi li {
	display: inline;
	list-style-type: none;
}

#h_navi li a {
	display: block;
	float:left;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}

/* off */

#h_navi li.h_navi01 a {
	width:110px;
	background: url(../img/h_navi.gif) no-repeat 0px 0px;
}

#h_navi li.h_navi02 a {
	width:80px;
	background: url(../img/h_navi.gif) no-repeat -110px 0px;
}

#h_navi li.h_navi03 a {
	width:80px;
	background: url(../img/h_navi.gif) no-repeat -190px 0px;
}

#h_navi li.h_navi04 a {
	width:90px;
	background: url(../img/h_navi.gif) no-repeat -270px 0px;
}

/* hover */

#h_navi li.h_navi01 a:hover {
	width:110px;
	background: url(../img/h_navi.gif) no-repeat 0px -30px;
}

#h_navi li.h_navi02 a:hover {
	width:80px;
	background: url(../img/h_navi.gif) no-repeat -110px -30px;
}

#h_navi li.h_navi03 a:hover {
	width:80px;
	background: url(../img/h_navi.gif) no-repeat -190px -30px;
}

#h_navi li.h_navi04 a:hover {
	width:90px;
	background: url(../img/h_navi.gif) no-repeat -270px -30px;
}

/* on */

#h_navi li.h_navi01_on a {
	width:110px;
	background: url(../img/h_navi.gif) no-repeat 0px -60px;
}

#h_navi li.h_navi02_on a {
	width:80px;
	background: url(../img/h_navi.gif) no-repeat -110px -60px;
}

#h_navi li.h_navi03_on a {
	width:80px;
	background: url(../img/h_navi.gif) no-repeat -190px -60px;
}

#h_navi li.h_navi04_on a {
	width:90px;
	background: url(../img/h_navi.gif) no-repeat -270px -60px;
}