@charset   "Shift_JIS";

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

#header ul {
	width: 760px;
	height: 35px;
	background: url(../material/main/navigation.gif) no-repeat;
}

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

#header ul li.top a {
	width: 69px;
}

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

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

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

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

#header ul li.information a {
	width: 150px;
}

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

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

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

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

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

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

#header ul li.information a.active,
#header ul li.information a:focus,
#header ul li.information a:hover {
	background: url(../material/main/navigation.gif) no-repeat -498px -35px;
}

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

