/* CSS Document */

/* 全回共通の設定 
------------------------------*/
div#sr{
	font-size:14px;letter-spacing:2px;line-height:20px;
}
div#sr p{
	margin-top:0;
}

/* レイアウト */
div#sr div.section{
	margin:0 0 40px 0;
}
div#sr .alignCenter{
	text-align:center;
}
div#sr .alignCenter img, .alignCenter div{
	margin-left:auto;
	margin-right:auto;
}

div#sr div.left345{
	float:left;
	width:345px;
}
div#sr div.right215{
	float:right;
	width:215px;
}

div#sr div.clear{
	clear:both;
}

/* ヘッダー関連 */
div#sr h2{
	margin:45px 0;
	line-height:0.1;
}
div#sr div.section h3{
	margin:0 0 20px 0;
	line-height:0.1;
}
div#sr p#readTxt{
	margin:0 0 10px 0;
}
div#sr div#recipe h3{
	margin:20px 0;
}
div#sr div#recipe h4{
	font-size:14px;
	line-height:0.1;
	margin:0 0 10px;
}

/* イメージ関連 */
div#sr div.img01{
	margin:10px 0;
	line-height:0.1;
}
div#sr div.img02{
	margin:20px 0;
	line-height:0.1;
}

/* ページ下リンク */
div#endLink{
	margin:60px 0 30px;
}
div#endLink p{
	margin:0;
	text-align:center;
}
div#endLink p a{
	display:block;
	height:32px;
	margin:0 auto;
	text-decoration:none;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:0 0;
}
div#endLink p a:hover{
	background-position:0 100%;
}
div#endLink p a#txtBack{
	width:194px;
	background-image:url(../../../life/sr/images/back_btn.gif);
}

/* レシピページ */
div#sr div#recipe div.ingredient{
	padding:20px 40px 5px;
}
div#sr div#recipe div.cook{
	padding:25px 40px 20px;
}
div#sr div#recipe div.ingredient h4, 
div#sr div#recipe div.cook h4{
	margin:0 0 20px;
}
div#sr div#recipe div.ingredient ul, 
div#sr div#recipe div.cook ol{
	padding:0;
	margin:0;
	margin:0 0 0 20px;
}
div#sr div#recipe div.ingredient ul li, 
div#sr div#recipe div.cook ol li{
	margin:0 0 5px;
}
div#sr div#recipe div#cook03{background:#F1DE92;}



/* 各回ごとの設定 
------------------------------*/
/* vol.3 */
/*
* html div.comment{margin-top:-10px;}
*:first-child+html div.comment{margin-top:-10px;}*/
div#sr div#endLink p a#rcp03{
	width:356px;
	background-image:url(../../../life/sr/images/03/recipe_link.gif);
}

/* vol.5 */
/*
* html div.comment{margin-top:-10px;}
*:first-child+html div.comment{margin-top:-10px;}*/
div#sr div#end_text p{
	margin-top: -10px;
	margin-bottom: 0px;
}

