/*今月の豆腐料理 - レシピ*/

h2 {
	margin-bottom:24px;
	padding-left:16px;
	font-size:12px;
	font-weight: normal;
	text-align: left;
}

h3 {
	margin-top:24px;
	margin-bottom:12px;
	padding: 5px 0px 4px 16px;
	/*春用タイトルカラー*/
	background-color: #FACCCD;
	border-left: solid 3px #F8ABAD;
	font-size:120%;
	font-weight:bold;
	text-align:left;
}

h3.summer {
	/*夏用タイトルカラー*/
	background-color: #CFE7F5;
	border-left: solid 3px #689FCA;
}

h3.autumn {
	/*秋用タイトルカラー*/
	background-color: #fdb3a3;
	border-left: solid 3px #db534a;
}

h3.winter {
	/*冬用タイトルカラー*/
	background-color: #CDDBE2;
	border-left: 3px solid #4B8389;
}

.container {
	 margin: 0px 0px 0px 0px;
	padding:4px;
	background-color: #FFFBDF;
}

/*材料*/

.group {
	margin-left:4px;
	padding-left:8px;
	text-align:left;
	border-left: solid 2px #FF0000;
}

.wrap {
	margin: 0px 0px 0px 16px;
}

.icn_syun{
	 top: -10px;
	left: -8px;
position: relative;
	z-index:2;
}

.icn_syun_b{
	 top: -10px;
	left: 6px;
position: relative;
	z-index:2;
}

#syun {	
	  width: 143px;
	 margin: 0px 0px 0px 10px;
	padding: 4px;
	 border: solid 2px #F2A0C3;
	 text-align:center;
	 z-index:1;
}

#syun_b {	
	  width: 183px;
	 margin: 0px 0px 0px 10px;
	padding: 4px;
	 border: solid 2px #F2A0C3;
	 text-align:center;
	 z-index:1;
}

#syun div.title,
#syun_b div.title {
	font-weight: bold;
	font-size: 160%;
	color: #F2A0C3;
	text-align:center;
}

#syun img,
#syun_b img {
	 margin: 4px 0px 4px 0px;
 	border: solid 1px #CCCCCC;
}
#syun img.noborder,
#syun_b img.noborder {
	border: none;
}

#syun .txt,
#syun_b .txt {
	 margin: 0px 0px 4px 0px;
	padding: 4px;
	text-align: left;
}

/*作り方*/

.number {
	 margin: 0px 2px 0px 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #FF9900;
	letter-spacing: 1pt;
}

.number_s {
	 margin: 0px 1px 0px 1px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	letter-spacing: 1pt;
}

.manual {
	letter-spacing: 0.5pt;
	line-height: 120%;
}

.manual strong {
	 margin: 0px 2px 0px 3px;
}

.manual img {
	 margin: 4px 2px 4px 0px;
	padding: 0px;
}

/*add*/
p.cooklead{
	text-align:left;
}
p.credit{
	margin:0;
	padding:0;
	text-align:right;
}
