@charset "UTF-8";
/* CSS Document */

/*	product
===================================== */

#contener {
	width: 868px;
	clear: both;
	margin-top: 4px;
	padding-top: 10px;
	line-height: 1.7;
	text-align: left;
}

#contener h2 {
	background: url(../images/recipe/recipe_header_bg.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 868px;
	height: 50px;
	padding-bottom: 10px;
}

/*	sideber
===================================== */
#sideber {
	width: 170px;
	padding-left: 10px;
	float: left;
}

#sideber ul {
	padding: 20px 0 10px 10px;
	font-size: 12px;
}

#sideber li {
	padding-bottom: 15px;
}

/*	recipe
===================================== */

#recipe_div{
	float: right;
	background: #FFF;
	padding-left: 5px;
	width: 666px;
	}

#recipe_div h3{
	background: #F4EDE4;
	color: #614945;
	padding: 5px;
	}
#recipe_div table{
	margin: 5px 5px 20px 0px;
	}
#recipe_div table td p{
	margin-right: 5px;
	}




/*	page navi
===================================== */
#pagenavi {
	text-align: right;
	margin-bottom: 10px;
	clear: both;
}