/*********************************
おしゃべりクッキング
レシピページ用
**********************************/

/* ===============================
ページ全体
=============================== */
html { 
overflow-y: scroll;
}

body {
	margin: 0px;
	background: #f9f9f8;
}

/* ===============================
ノートの罫線
=============================== */
.maintext_bk{
	background-image:  url(../images/side_back3.gif);
	line-height: 20px;
	color: #333333;
	padding-left: 50px;
}

/* ===============================
放送日
=============================== */
/* MacIE5適用されない \*/
.onair{
	background-image:  url(../images/top_yohaku2.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.1em;
	text-indent: 250px;
}
/* MacIE5適用されないここまで */

/* MacIE5には適用 \*//*/
.onair{
	background-image:  url(../images/top_yohaku2.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	text-indent: 250px;
}
/* MacIE5には適用ここまで */



/* ===============================
テーマ
=============================== */
.tema{
	text-align: left;
	line-height: 40px;
	color: #CC3333;
	font-size: 13px;
	text-indent: 40px;
}

/* ===============================
レシピのポイント
=============================== */
/* MacIE5適用されない \*/
.recipe_poit{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	letter-spacing: 0.1em;
	text-indent: 115px;
}
/* MacIE5適用されないここまで */

/* MacIE5には適用 \*//*/
.recipe_poit{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-indent: 115px;
}

/* MacIE5には適用ここまで */

/* ===============================
レシピ名
=============================== */
/* MacIE5適用されない \*/
.recipe_title1{
	background-image:  url(../images/title_aikon1.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-indent: 135px;
}
/* MacIE5適用されないここまで */

/* MacIE5には適用 \*//*/
.recipe_title1{
	background-image:  url(../images/title_aikon1.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-indent: 95px;
}
/* MacIE5には適用ここまで */


/* MacIE5適用されない \*/
.recipe_title2{
	background-image:  url(../images/title_aikon2.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-indent: 135px;
}
/* MacIE5適用されないここまで */

/* MacIE5には適用 \*//*/
.recipe_title2{
	background-image:  url(../images/title_aikon2.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-indent: 95px;
}
/* MacIE5には適用ここまで */


/* MacIE5適用されない \*/
.recipe_title3{
	background-image:  url(../images/title_aikon3.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-indent: 135px;
}
/* MacIE5適用されないここまで */

/* MacIE5には適用 \*//*/
.recipe_title3{
	background-image:  url(../images/title_aikon3.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-indent: 95px;
}
/* MacIE5には適用ここまで */


/* ===============================
作り方
=============================== */
/* MacIE5適用されない \*/
.text2{
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.15em;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
/* MacIE5適用されないここまで */


/* MacIE5には適用 \*//*/
.text2{
 vertical-align: middle;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	width: 430px;
}
/* MacIE5には適用ここまで */


/* ===============================
材料・分量
=============================== */
.making{
	background-image:  url(../images/making2.gif);
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 0.15em;
	color: #333333;
	text-indent: 90px;
	margin: 0px;
	padding: 0px;
}

/* ===============================
上沼恵美子のコメント
=============================== */
/* MacIE5適用されない \*/
.emi_text{
	line-height: 20px;
	font-size: 13px;
	letter-spacing: 0.15em;
	color: #663399;
	vertical-align: bottom;
	font-weight: bold;
}
/* MacIE5適用されないここまで */

/* MacIE5には適用 \*//*/
.emi_text{
	line-height: 20px;
	font-size: 12px;
	color: #ff3c3c;
}
/* MacIE5には適用ここまで */


/* ===============================
 TVer バナー
=============================== */
p.bn_tver_main { margin-top: 20px; padding: 0;}

p.bn_tver_main img { border: none;}
p.bn_tver_main a:hover img {
	 border: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; border: none;}