.contents {
/*レシピ行が増えたときはここを変える*/
	height: 1150px;
}
.recipe {
	width: 890px;
/*レシピ行が増えたときはここを変える*/
	height: 800px;
	margin: 0px 45px 10px 45px;
	background-color: #FFFFFF;
	padding: 10px;
}
.recipe a {
	text-decoration: none;
	font-size: 10px;
	color: #0000FF;
}
.recipe a:hover {
	color: #FF0000;
	font-size: 10px;
}
.ttl {
	margin-top: 20px;
	margin-bottom: 20px;
}
.recipe table {
	padding-bottom: 15px;
}
