@charset "utf-8";
h2  {
	background-image: url(../tecorecipe/images/title.png);
	background-repeat: no-repeat;
	height: 36px;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


/* CSS Document */

#tecorecipe {
	width: 460px;
	float: left;
	font-size: 82%;
	line-height: 150%;
}
#tecobacknamber {
	float: left;
	width: 220px;
	margin-left: 20px;
}
#backnamberbg {
	background-image: url(../tecorecipe/images/bg.jpg);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#tecorecipe .recipetitle {
	margin-bottom: 10px;
}


#tecorecipe .comment {
	background-color: #C2E6ED;
	padding: 0px;
	width: 460px;
	margin-bottom: 20px;
	font-size: 95%;
}
#tecorecipe .zairyo {
	padding: 10px;
	background-color: #ebe5c8;
}
#tecorecipe .zairyo ul {
	list-style-type: none;
}
#tecorecipe .zairyo li {
	background-image: url(../tecorecipe/images/shikaku.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}


#tecorecipe .tsukurikata {
	padding: 10px;
	background-color: #ebe5c8;
}
#tecorecipe .tsukurikata .step {
	margin-bottom: 5px;
}
#backnamberbg ul {
	list-style-type: none;
	width: 210px;
	margin: 0px;
	padding: 0px;
	font-size: 78%;
	line-height: 150%;
}
#backnamberbg li {
	padding-left: 20px;
	background-image: url(../tecorecipe/images/yajirushi2.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
step .icon {
	height: 21px;
	margin: 5px;
}

