/*コンテンツメニュー*/
.story02 a {
display:block;
width:196px;
height:32px;
background:url(../resource/story.jpg) no-repeat right top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.story02 a:hover {
background-position:right bottom;
}
.chara02 a {
display:block;
width:196px;
height:32px;
background:url(../resource/chara.jpg) no-repeat right top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.chara02 a:hover {
background-position:right bottom;
}
.world02 a {
display:block;
width:196px;
height:32px;
background:url(../resource/world.jpg) no-repeat right bottom;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.system02 a {
display:block;
width:196px;
height:32px;
background:url(../resource/system.jpg) no-repeat right top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.system02 a:hover {
background-position:right bottom;
}
.info02 a {
display:block;
width:196px;
height:32px;
background:url(../resource/info.jpg) no-repeat right top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.info02 a:hover {
background-position:right bottom;
}
.special02 a {
display:block;
width:196px;
height:30px;
background:url(../resource/special.jpg) no-repeat right top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.special02 a:hover {
background-position:right bottom;
}
.order02 a {
display:block;
width:196px;
height:70px;
background:url(../resource/order.jpg) no-repeat right top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.order02 a:hover {
background-position:right bottom;
}

/*サブコンテンツ*/
.sub_menu {
	float: right;
	height: 21px;
	margin-top: 61px;
	width: 265px;
}
.sub01 a {
	display:block;
	width:82px;
	height:21px;
	background:url(img/sub_menu_01.jpg) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	float: left;
}
.sub01 a:hover {
background-position:right bottom;
}
.sub02 a {
	display:block;
	width:82px;
	height:21px;
	background:url(img/sub_menu_02.jpg) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	float: left;
	margin-left: 10px;
}
.sub02 a:hover {
background-position:right bottom;
.logo a {
	background-image: url(../resource/logo.jpg);
	height: 145px;
	width: 300px;
	float: left;
}
