@charset "utf-8";


@import url("common.css");

#top_main {
	padding: 0;
	margin: 0;
	background: url(../images/top_bg.jpg) no-repeat;
	height: 495px;
}


#top_navi {
	padding: 0;
	margin:0;
	text-align:left
}

.menulinks {
	padding:0;
	margin: 0;
	margin-left: 161px;
}

.menulinks li {
	float: left;
	list-style-type: none;
}

.menulinks a {
	display: block;
	text-indent: -9999px;
	height: 48px;
	text-decoration:none;
}
.menu_top a {
	width: 70px;
	background: url(../images/navi_top.jpg);
	margin-right: 57px;
}
.menu_top a:hover {
	background: url(../images/navi_top_hover.jpg);
}

.menu_cast a {
	width: 80px;
	background: url(../images/navi_cast.jpg);
	margin-right: 57px;
}
.menu_cast a:hover {
	background: url(../images/navi_cast_hover.jpg);
}

.menu_story a {
	width: 97px;
	background: url(../images/navi_story.jpg);
}
.menu_story a:hover {
	background: url(../images/navi_story_hover.jpg);
}

.menu_substance a {
	width: 80px;
	background: url(../images/navi_substance.jpg);
	margin-right: 57px;
}
.menu_substance a:hover {
	background: url(../images/navi_substance_hover.jpg);
}
