.purple{
  color:#9900ff;
}
.bold{
  font-weight: bold;
}
#items li{
  display: block;
  border: 2px solid #000;

  padding:20px 8px 8px 8px;
  margin-top:-2px;
}
#items li.haikyu{
	background-color: #e82a6e;
}
#items li.hero{
	display:none;
	background-color: #cb2525;
}
#content_selecter{
  z-index:100;
}
div#main_content .content_selecter.bottom{
  margin-top:-8px;

}
div#main_content .content_selecter li{
	float:left;
	margin-right:4px;
	margin-bottom:0;
	width:437px;
	height:96px;
	overflow:hidden;
}
div#main_content .content_selecter li span{
	display:none;
}
div#main_content .content_selecter li.haikyu span{
  display:block;
}
div#main_content .content_selecter li a{
	width:437px;
	height:96px;
	display:block;
	text-indent:-999px;
	overflow:hidden;
}
div#main_content .content_selecter li a:hover{
	background-position:0 -96px;
}
div#main_content .content_selecter.top li.haikyu a{
	background-image:url(../images/nav_top_1.png);
  display:none;
}
div#main_content .content_selecter.top li.hero a{
	background-image:url(../images/nav_top_2.png);
}

div#main_content .content_selecter li.hero{
	margin-right:0;
}

div#main_content .content_selecter.bottom li.haikyu a{
	background-image:url(../images/nav_bottom_1.png);
  display:none;
}
div#main_content .content_selecter.bottom li.hero a{
	background-image:url(../images/nav_bottom_2.png);
}

/* 注意事項 */
#notes{
  border:2px solid #000;
  margin:20px 0;
  position:relative;
}
#notes .inner{
  padding:8px 40px 40px 40px;

}
#notes ul{
  list-style-type: disc;
  line-height:1.6em;
  margin-left:30px;
  font-size:14px;
}
#notes li div#categoryies span{
	margin-right:20px;
	display:inline-block;
}
.fs14{
  font-size:16px;
}
#notes .fs10{
  font-size:12px;
}
#btn_order{
  background-image:url(../images/order_sheet_btn.jpg);
  width:285px;
  height:40px;
  display:block;
  background-repeat: no-repeat;
  text-indent:-999px;
  margin-top:10px;
}
#btn_order:hover{
  background-position:0 -40px;
}
.purple{
  color:#9900ff;
}
.blue{
  color:#307eff;
}
.bg_blue{
  background-color:#ccffff;
}
.pink{
  color:#e82a6e;
}
.bg_pink{
  background-color:#ffd8e8;
}
.orange{
  color:#ff8023;
}
.green{
  color:green;
}
.bg_orange{
  background-color:#ffd9b4;
}
.red{
  color:#da1900;
}
.bg_red{
  background-color:#ffbebe;
}
.bg_purple{
  background-color:#ead1ff;
}
.bold{
  font-weight: bold;
}
#notes ul li{
  vertical-align: middle;
  margin-top:15px;
}
div.txt_area #notes h3{
  margin:0;
  font-size:16px;
  font-weight: bold;
  margin-top:30px;
}

