@charset "utf-8";
/* CSS Document */

#M_navi{width:900px; height:51px; padding-bottom:12px;}
#M_navi li{ float:left; list-style-type:none;}

a.home{
	display:block;
	width:165px;
	height:51px;
	background:url(../images/gn_home.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	margin-right:15px;
	}
a.home:hover{background-position:bottom;}

a.chara{
	display:block;
	width:221px;
	height:51px;
	background:url(../images/gn_mameshiba.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	margin-right:15px;
	}
a.chara:hover{background-position:bottom;}

a.item{
	display:block;
	width:221px;
	height:51px;
	background:url(../images/gn_item.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	margin-right:15px;
	}
a.item:hover{background-position:bottom;}

a.mame{
	display:block;
	width:221px;
	height:51px;
	background:url(../images/gn_mamechishiki.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	}
a.mame:hover{background-position:bottom;}


/*--RollOver--*/
a.chara_R{
	display:block;
	width:221px;
	height:51px;
	background:url(../images/gn_mameshiba.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	background-position:bottom;
	margin-right:15px;
	}

a.item_R{
	display:block;
	width:221px;
	height:51px;
	background:url(../images/gn_item.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	background-position:bottom;
	margin-right:15px;
	}

a.mame_R{
	display:block;
	width:221px;
	height:51px;
	background:url(../images/gn_mamechishiki.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	background-position:bottom;
	}
