/* 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 252px;
	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;
	background: url("../image/bt_menu.png") no-repeat;
}