/*DIVの設定
-------------------------------------------------------------------------*/


.center{
	width: 190px;
	font-size:12px;
	line-height: 1.5;
	background-color: #FFF0F5;
	padding: 10px 10px 5px 10px;
}







a { text-decoration: none; }

a:hover { 
text-decoration: underline; 
} 


.menusquare{
	background-image: url(../img/squaremenu.jpg);
	background-repeat: no-repeat;
	width: 5px;
	background-position: center center; 
	}

/*ulの設定
-------------------------------------------------------------------------*/
.recipe{
list-style-image: url(../img/squaremenu.jpg);
}


.shop{
list-style-image: url(../img/squaremenu02.jpg);
}



/*spanの設定
-------------------------------------------------------------------------*/
.resipimidasi{
	background-image: url(../img/midasi01.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px; 
	width: 170px;
	height: 30px;
	text-align: center; 
	line-height: 2.5;
	font-weight: bold; 
}

.shopmidasi{
	background-image: url(../img/midasi02.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px; 
	width: 170px;
	height: 30px;
	text-align: center; 
	line-height: 2.5;
	font-weight: bold; 
}
