@charset "UTF-8";
@import url(std.css);

/* CSS Document */
/*recipe.html*/
.recipeList a{
	border-bottom:2px dotted #aaa;
	padding:4px 0 4px 14px;
	display:block;
	text-decoration:none;
	font-size:1.2em;
	color:#333;
	background:url(../img/recipe/icon_point.gif) no-repeat 2px 9px;
}
.recipeList a:hover{
	color:#94442a;
}
.recipeList .firstTd{
	border-top:2px dotted #aaa;
}
.recipeCategory{
	background:url(../img/recipe/background.jpg)
}
.recipeCategory h3{
	margin-top:20px;
	color:#94442a;
}
.recipeCategory td{
	font-size:1em;
}




/*recipes*/
#recipeCategories a{
	font-size:1.1em;
	color:#666;text-decoration:none;}
#recipeCategories a:hover{
	color:#e72a1a;}
#recipeTable{
	background:url(../recipe/img/tablebackground.gif)}
#recipeTable h4{
	color:#94442a;font-weight:normal;text-align:left}
#recipeTable td{
	font-size:1.1em;color:#666}

#otherRecipe h4{
	color:#333;font-weight:normal;}
#otherRecipe td{
	font-size:1.2em;}
#otherRecipe td a{
	color:#666;text-decoration:none;}
#otherRecipe td a:hover{
	color:#94442a;}