/*コンテンツメニュー*/
.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 top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.world02 a:hover {
background-position:right bottom;
}
.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 bottom;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.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: 550px;
}
.sub01 a {
	display:block;
	width:83px;
	height:21px;
	background:url(img/sub_menu01.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:119px;
	height:21px;
	background:url(img/sub_menu02.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;
}
.sub03 a {
	display:block;
	width:83px;
	height:21px;
	background:url(img/sub_menu03.jpg) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	float: left;
	margin-left: 10px;
}
.sub03 a:hover {
background-position:right bottom;
}
.sub04 a {
	display:block;
	width:90px;
	height:21px;
	background:url(img/sub_menu04.jpg) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	float: left;
	margin-left: 10px;
}
.sub04 a:hover {
background-position:right bottom;
}
.sub05 a {
	display:block;
	width:110px;
	height:21px;
	background:url(img/sub_menu05.jpg) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	float: left;
	margin-left: 10px;
}
.sub05 a:hover {
background-position:right bottom;
}
.logo a {
	background-image: url(../resource/logo.jpg);
	float: left;
	height: 145px;
	width: 300px;
}
