@charset   "Shift_JIS";

#header {
	height: 150px;
}

#header ul,
#header ul li {
	float: left;
	list-style-type: none;
}

#header ul {
	width: 850px;
	height: 30px;
	background: url(../material/main/navigation.jpg) no-repeat;
}

#header ul li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#header ul li.home a {
	width: 125px;
}

#header ul li.story a {
	width: 120px;
}

#header ul li.character a {
	width: 120px;
}

#header ul li.world a {
	width: 120px;
}

#header ul li.picture a {
	width: 120px;
}

#header ul li.download a {
	width: 120px;
}

#header ul li.special a {
	width: 125px;
}

#header ul li.home a.active,
#header ul li.home a:focus,
#header ul li.home a:hover {
	background: url(../material/main/navigation.jpg) no-repeat 0px -30px;
}

#header ul li.story a.active,
#header ul li.story a:focus,
#header ul li.story a:hover {
	background: url(../material/main/navigation.jpg) no-repeat -125px -30px;
}

#header ul li.character a.active,
#header ul li.character a:focus,
#header ul li.character a:hover {
	background: url(../material/main/navigation.jpg) no-repeat -245px -30px;
}

#header ul li.world a.active,
#header ul li.world a:focus,
#header ul li.world a:hover {
	background: url(../material/main/navigation.jpg) no-repeat -365px -30px;
}

#header ul li.picture a.active,
#header ul li.picture a:focus,
#header ul li.picture a:hover {
	background: url(../material/main/navigation.jpg) no-repeat -485px -30px;
}

#header ul li.download a.active,
#header ul li.download a:focus,
#header ul li.download a:hover {
	background: url(../material/main/navigation.jpg) no-repeat -605px -30px;
}

#header ul li.special a.active,
#header ul li.special a:focus,
#header ul li.special a:hover {
	background: url(../material/main/navigation.jpg) no-repeat -725px -30px;
}

