div#content_wrapper {
	/*background: #dcdddd; /* Old browsers */
}
div#main_content_inner {
	margin: 0 auto;
	width: 980px;
	background: #fff; /* Old browsers */
}
div#main_content_inner a {
	border-style: none;
}
div#main_content_inner a img {
	border-style: none;
}
div#main_content_inner h2 {
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}
div#main_content_inner ul {
	display: none;
}
div#main_content_inner div.search_button img {
	margin: 20px 0 0;
}
div#main_content_inner div.items {
	margin: 20px 0 0;
}
div#main_content_inner div.items h3 {
	margin: 0;
}
div#main_content_inner p{
	background-color:#fdd100;
	margin:0px;
	font-size:20px;
	text-align:center;
	color:#6b0f00;
	padding:100px 0px 30px 0px;
}
/* add start */
div#main_content_inner div.items h3 a img {
	display: none;
}
div#main_content_inner div.items h3 a {
	margin: 0 auto;
	display: block;
	width: 980px;
	height: 821px;
	background: url(../../images/items.png) no-repeat 0 0;
}
div#main_content_inner div.items h3 a:hover {
	background-position: 0 -821px;
}

a.rolloverbtn {
  background: url(../images/gacha_btn.png) left top no-repeat;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 980px;
  height: 95px;
  margin: 30px 0;
  margin-bottom:10px;
}

a.rolloverbtn:hover img {
  position: relative;
  top: -95px;
}

@media screen and (max-width: 1024px) {
    div#main_content_inner div.items h3 a:hover {
        background-position: 0 0;
    }
}
/* add end */
div#main_content_footer {
	color: #000000;
	background: #fff;
	position: relative; overflow: hidden; zoom: 1;
}
div#main_content_footer h3 {
	margin: 0.5em;
	text-align: center;
	background: url(../images/cr.jpg) no-repeat right bottom;
}
