@charset "euc-jp";
/* recipe.css */
.contents {
	color:#000000;
	text-align:left;
}
table.recipe_tbl {
	margin-left:75px;
}
.recipe_tbl td {
	background:url(../images/recipe_bg.jpg) no-repeat;
	width:598px;
	height:37px;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;	
}
.recipe_tbl td h3 {
	font-weight:bold;
}
.page_top {
	text-align:right;
	padding-top:10px;
	padding-right:30px;
	padding-bottom:10px;
}
a:link { color:#ffffff;}