/*DIVの設定
-------------------------------------------------------------------------*/
.newrecipeimg1{
	margin-top: 5px; 
	margin-right: 0px; 
	margin-bottom: 5px; 
	margin-left: 5px;
	float: left;
	background-image: url(../img/newrecipe-image01.jpg);
	width: 220px;
    	height: 220px;
}

.newrecipeimg2{
	margin-top: 5px; 
	margin-right: 0px; 
	margin-bottom: 5px; 
	margin-left: 5px;
	float: left;
	background-image: url(../img/newrecipe-image02.jpg);
	width: 220px;
    	height: 220px;
}

.newrecipetext{
	width: 120px;
	float: right;
	padding: 0px;
	margin-right: 5px; 
}


.left{
	float: left;
}


.right{
	float: right;
}




.recipe {
	background-image: url(../img/recipe1.jpg); 
	background-repeat: no-repeat;
	width: 600px;
    	height: 186px;
	font-size:12px;
	padding: 10px 5px 5px 5px;
	margin-left: 5px;
}


.recipe2 {
	background-image: url(../img/recipe2.jpg); 
	background-repeat: no-repeat;
	width: 600px;
    	height: 390px;
	font-size:12px;
	padding: 10px 5px 5px 5px;
	margin-left: 5px;
}




.zairyou{
	width: 400px;
	float: left;
	margin-left: 5px;
}



.scene{
	width: 150px;
	float: right;
}




.oyakudati{
	background-image: url(../img/oyakudati.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 140px;
	margin-left: 5px;
	font-size:12px;
	padding: 10px 5px 5px 5px;
}



.toiawase{
	background-image: url(../img/toiawase.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 180px;
	margin-left: 5px;
	font-size:12px;
	padding: 10px 5px 5px 5px;
}






.topics{
	background-image: url(../img/topics.jpg);
	background-repeat: no-repeat;
	width: 165px;
	height: 134px;
	padding: 7px 3px 3px 5px;
}


.tokiyoko{
	background-image: url(../img/tokiyoko.jpg);
	background-repeat: no-repeat;
	width: 165px;
	height: 165px;
	padding: 10px 5px 5px 3px;
	font-size:12px;
}



.tokitate{
	background-image: url(../img/tokitate.jpg);
	background-repeat: no-repeat;
	width: 165px;
	height: 200px;
	padding: 10px 5px 5px 5px;
	font-size:12px;
}



.bana{
	background-image: url(../img/bana.jpg);
	background-repeat: no-repeat;
	width: 165px;
	height: 445px;
	padding: 13px 3px 3px 5px;
}





/*tdの設定
-------------------------------------------------------------------------*/

.newrecipe {
	background-image: url(../img/newrecipe.jpg); 
	background-repeat: no-repeat;
	width: 380px;
    	height: 245px;
	font-size:12px;
}







/*spanの設定
-------------------------------------------------------------------------*/

.recipelist{
	background-image: url(../img/square01.jpg); 
	width: 15px;
    	height: 15px;
	background-repeat: no-repeat;
	margin-top: 3px;
}


.midasi01{
	background-image: url(../img/square02.jpg); 
	width: 15px;
    	height: 15px;
	background-repeat: no-repeat;
	margin-top: 5px;
}




.menu{
	background-image: url(../img/menu.jpg); 
	width: 160px;
    	height: 30px;
	background-repeat: no-repeat;
	text-align: center; 
	line-height: 2.3em;
	font-size:12px;
	font-weight: bold;
}




a { text-decoration: none; }

a:hover { 
text-decoration: underline; 
} 

