/* サイドメニュー */
#wrapper_store {
	width: 280px;
	height: 280px;
	text-align: left;
	background-color: #999;
	float: left;
}
#dropmenu{
  list-style-type: none;
  width: 280px;
  height: 40px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #6e7c0c;
  color: #eff7b1;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

.request {
	width: 280px;
	height: 250px;
	text-align: left;
	float: left;
	margin-bottom: 20px;
}
.request img{
	heigth: 250px;
}
#beginner_box {
	width: 280px;
	text-align: left;
	float: left;
	background-image: url(../../img/bg_beginner.png);
	background-repeat: repeat;
}
#beginner_box ul {
	padding-left: 15px;
}
#beginner_box ul#nav3 li {
	float: left;
	width: 250px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 15px;
}


.banner_box
{
	width: 280px;
	text-align: left;
	float: left;
	margin-top: 20px;
}
.banner_box ul	{
	list-style-type: none;
	
	}
.banner_box li	{
	width: 280px;
	padding-top: 15px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #646473;
}



#wrapper_banner {
	width: 280px;
	height: 500px;
	text-align: left;
	background-color: #999;
	float: left;
	margin-top: 20px;
}
