.sub_navi {
	background-image: url(system/img/title.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.choice {
	float: left;
	margin-left: 233px;
	padding-top: 29px;
}
.system_conte {
	width: 695px;
	margin-top: 22px;
	float: left;
	margin-left: 52px;
}
.top_icon {
	height: 340px;
	width: 695px;
	list-style-type: none;
	float: left;
}
.top_icon li {
	float: left;
	margin-bottom: 29px;
}
.icon_center {
	margin-right: 31px;
	margin-left: 31px;
}
/*アイコン、ロールオーバー*/
.battle a {
	display:block;
	width:211px;
	height:152px;
	background:url(system/img/top_battle.jpg) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.battle a:hover {
background-position:right bottom;
}
.magic a {
	display:block;
	width:211px;
	height:152px;
	background:url(system/img/top_magic.jpg) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	margin-right: 31px;
	margin-left: 31px;
}
.magic a:hover {
background-position:right bottom;
}
.skill a {
	display:block;
	width:211px;
	height:152px;
	background:url(system/img/top_skill.jpg) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.skill a:hover {
background-position:right bottom;
}
.quest a {
	display:block;
	width:211px;
	height:152px;
	background:url(system/img/top_quest.jpg) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.quest a:hover {
background-position:right bottom;
}
.mini a {
	display:block;
	width:211px;
	height:152px;
	background:url(system/img/top_mini.jpg) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	margin-right: 31px;
	margin-left: 31px;
}
.mini a:hover {
background-position:right bottom;
}
.shop02 a {
	display:block;
	width:211px;
	height:152px;
	background:url(system/img/top_shop.jpg) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
.shop02 a:hover {
background-position:right bottom;
}

/*IE6*/
*html .system_conte {
	width: 695px;
	margin-top: 22px;
	margin-left: 26px;
}
