@CHARSET "utf-8";

#RecipeContents{
	width: 667px;
}

#RecipeContents p.blackboard{
	margin: 0 auto;
	width: 624px;
}

#RecipeContents div.menu{
	margin: 15px 0 0 3px;
}

#RecipeContents div.menu div.header{
	
}

#RecipeContents div.menu div.header p{
	margin: 0 0 0 9px;
	float: left;
	height: 19px;
	width: 209px;
	text-indent: 6px;
}

#RecipeContents div.menu div.item{
	float: left;
	margin: 0 0 15px 9px;
	background: url(/recipe/images/bg_recipe_index.gif) no-repeat 0 0;
	width: 209px;
	height: 50px;
}
	
#RecipeContents div.menu div.item div.thum{
	float: left;
	padding: 4px 0 0 3px;
}

#RecipeContents div.menu div.item div.title{
	color: #666666;
	float: right;
	width: 145px;
	font-size: 77%;		/* 11pt */
	padding: 10px 10px 0 0;
}

#RecipeContents div.subtit{
	padding: 11px 0 10px 0;
	height: 250px;
}

#RecipeContents div.subtit2{
	padding: 11px 0 10px 0;
	height: 100px;
}

#RecipeContents div.subtit div.text{
	padding: 15px 0 0 10px;
	width: 530px;
}

#RecipeContents div.subtit div.text2{
	padding: 15px 0 0 10px;
	width: 667px;
}

#RecipeContents div.subtit div.text2 p.img{
	padding-left: 10px;
	margin-right: 10px;
	float: left;
}

#RecipeContents div.subtit div.text2 p.text{
	width: 330px;
	float: left;
}

#RecipeContents div.content{
	margin-bottom: 20px;
}

#RecipeContents div.content div.midashi{
	padding: 15px 10px 10px 10px;
	float: left;
	width: 663px;
	height: 12px;
}

#RecipeContents div.content div.midashi2{
	padding: 15px 10px 10px 10px;
	margin-top: 15px;
	float: left;
	width: 663px;
	height: 12px;
}

/*-------------------------------------------------------------------------- ingredient -----*/
#RecipeContents div.content div.ingredient{
	padding: 15px 0 0 20px;
	float: left;
	width: 663px;
}
#RecipeContents div.content div.ingredient table{
	float: right;
	margin: 0 140px 0 0;
	width: 300px;
	font-size: 93%;		/* 11pt */
	line-height: 140%;
}
#RecipeContents div.content div.ingredient table td{
	padding: 2px 0;
}
#RecipeContents div.content div.ingredient p.img{
	margin-right: 15px;
	float: left;
	width: 135px;
}
#RecipeContents div.content div.ingredient p.text{
	margin-right: 15px;
	float: left;
	width: 160px;
}



#RecipeContents div.content div.category div.set div.no{
	padding: 15px 0 0 30px;
	margin-right: 10px;
	float: left;
	width: 180px;
	height: 250px;
}

#RecipeContents div.content div.category div.set div.no div.image{
	float: left;
	padding: 11px 0 0 5px;
	height: 180px;
}

#RecipeContents div.content div.category div.set div.no div.text{
	color: #6b4716;
	font-size: 93%;		/* 12px */
	padding: 0 0 0 15px;
	line-height: 140%;
}







#RecipeContents div.content div.inner div.footer{
	height: 15px;
}

#RecipeContents div.navi{
	position: relative;
	height: 50px;
}

#RecipeContents div.navi a{
	color: #666666;
	display: block;
	height: 23px;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	padding-top: 9px;
	position: relative;
}
#RecipeContents div.navi a span{
	position: relative;
	font-weight: bold;
}

#RecipeContents div.navi div.back{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/recipe/images/recipe_navi_side.gif) no-repeat 0 0;
}
#RecipeContents div.navi div.back a{
	width: 126px;
}

#RecipeContents div.navi div.top{
	position: absolute;
	top: 0px;
	left: 245px;
	background: url(/recipe/images/recipe_navi_top.gif) no-repeat 0 0;
	height: 31px;
}
#RecipeContents div.navi div.top a{
	width: 161px;
}

#RecipeContents div.navi div.next{
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(/recipe/images/recipe_navi_side.gif) no-repeat 0 0;
	height: 31px;
}
#RecipeContents div.navi div.next a{
	width: 126px;
}

