@charset "utf-8";
/*

Style URI: /common/css/reset.html
Author: TTI CO.LTD.

*/

/*h1*/

h1.recipe {
	background-image: url('../recipe/images/headline.jpg');
	width: 619px;
	height: 19px;
	color: #666666;
	font-size: 140%;
	font-weight: bold;
	padding: 12px;
}

/*h2*/

h2.recipe {
	color: #ef7a2b;
	font-size: 100%;
	font-weight: bold;
	background-image: url('../recipe/images/h2line.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
}
h2.recipe span.author {
	color: #000000;
	font-weight: normal;
}
h2.category {
	background-image: url('../images/h2_bg_yellow.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 28px;
	height: 28px;
	width: 620px;
	font-weight: bold;
	color: #333333;
	clear: both;
}

table.recipe {
	border-collapse: collapse;
	border: 1px solid #ef7a2b;
	margin-left: 3px;
}
table.recipe td {
	padding: 2px;
	border: 1px solid #ef7a2b;
}
table.recipe td.rank {
	background: #fa5;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.frame {
	-moz-border-radius: 5px;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #ef7a2b;
}

.method {
	background: url(../images/icon_recipe_link.gif) no-repeat top left;
	padding-left: 15px;
	font-weight: bold;
	font-size: 120%;
	color: #000000;
}
.submethod {
	padding-left: 15px;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

