@charset "Shift_JIS";

body {
	background:#eeefef url(../img/artstyle_bg2.jpg) repeat-x center top;
	text-align:center;
}


.flash {
	margin-top: 7px;
	margin-bottom: 10px;
}

.mainbox {
	margin-top: 25px;
}

a.nextBtn {
	display: block;
	width: 57px;
	height: 46px;
	background: #fff url(../rule/img/rule_next.jpg) no-repeat 0 0;
	text-decoration: none;
	text-indent:-9999px;
	font-size:0.1%;
	border: 0;
}

a.nextBtn:hover {
	background: #fff url(../rule/img/rule_next.jpg) no-repeat 0 -46px;
}

a.backBtn {
	display: block;
	width: 57px;
	height: 46px;
	background: #fff url(../rule/img/rule_back.jpg) no-repeat 0 0;
	text-decoration: none;
	text-indent:-9999px;
	font-size:0.1%;
	border: 0;
}

a.backBtn:hover {
	background: #fff url(../rule/img/rule_back.jpg) no-repeat 0 -46px;
}