@charset "EUC-JP";

#top #container{
	background:url(../images/top_bg.gif) 0 0 repeat-x #CCBA8E;
	padding-top:78px;
}

#top #main h1{
	width:900px;
	float:none;
}

#top #menu{
	float:none;
	width:899px;
	height:53px;
	background:url(../../images/menu_bg.gif) no-repeat;
	margin-left:1px;
}

#top #menu ul{
	padding:20px 0 0 100px;
}

#top #menu li{
	float:left;
	height:20px;
}

#top #menu li a{
	height:20px;
	display:block;
	text-indent:-9999px;
}
#top #menu li.about a{
	width:205px;
	background:url(../../images/menu01_off.gif) no-repeat;
}
#top #menu li.about a:hover{
	width:205px;
	background:url(../../images/menu01_on.gif) no-repeat;
}
#top #menu li.world a{
	width:204px;
	background:url(../../images/menu02_off.gif) no-repeat;
}
#top #menu li.world a:hover{
	width:204px;
	background:url(../../images/menu02_on.gif) no-repeat;
}
#top #menu li.charactor {
	width:147px;
	background:url(../../images/menu03_off.gif) no-repeat;
}
#top #menu li.charactor a:hover{
	width:147px;
	background:url(../../images/menu03_on.gif) no-repeat;
}
#top #menu li.special a{
	width:96px;
	background:url(../../images/menu04_off.gif) no-repeat;
}
#top #menu li.special a:hover{
	width:96px;
	background:url(../../images/menu04_on.gif) no-repeat;
}

#top #footer{
	margin-top:0;
}
