/* CSS Document */
@import	"../style.css";

/*-----------------------------------------------------------------------*/
/*title*/
/*-----------------------------------------------------------------------*/
h2 {
	width: 580px;
	height: 60px;
	margin-bottom: 0;
	background: url("image/title.png") no-repeat;
}
/*hideText*/
h2 span#main-title {
	display: none;
}
h2 span#sub-title {
	display: block;
	padding: 36px 0 0 90px;
	font-size: 18px;
	font-weight: bold;
}


/*-----------------------------------------------------------------------*/
/*shopMenu*/
/*-----------------------------------------------------------------------*/
li#shop-top {
	width: 148px;
	height: 90px;
	margin: auto auto 12px 15px;
	background: url("image/bt_top.png") no-repeat;
}

li#recipe {
	width: 105px;
	height: 19px;
	margin: auto auto auto 15px;
}

li#recipe ul {
	margin:0px;
	padding:0px;
}
li#recipe-f a {
	width: 64px;
	height: 19px;
}
li#recipe-f {
	float:left;
	width: 64px;
	height: 19px;
	margin: 0px 0px 0px 0px;
	padding:0;
	background: url("image/bt_menu_food.png") no-repeat;
}
li#recipe-d a {
	width: 41px;
	height: 19px;
}
li#recipe-d {
	float:left;
	width: 41px;
	height: 19px;
	margin: 0px 0px 0px 0px;
	padding:0;
	background: url("image/bt_menu_drink.png") no-repeat;
}
li#recipe ul:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

#recipe-image-bt {
	width: 460px;
	height: 30px;
	margin-left: 120px;
	background:none;;
	text-align: right;
}
#recipe-image-bt-food {
	float:left;
	width: 230px;
	height: 30px;
	background: url("image/bt_menu2_food.png") no-repeat;
}
#recipe-image-bt-drink {
	float:left;
	width: 230px;
	height: 30px;
	background: url("image/bt_menu2_drink.png") no-repeat;
}
#recipe-image-bt:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

