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

/* コンテンツ大枠 */
div#inner-contents {
width:690px;
}


/* 全体で使うもの */
div#inner-contents h2,
div#inner-contents h3,
div#inner-contents p,{
margin:0px;
padding:0px;
}

div#inner-contents div.clear {
clear:both;
}

/* タイトル */
div#inner-contents h2 {
background:url(../images/header.gif) 0 0 no-repeat;
width:690px;
height:98px;
text-indent:-9999px;
}

/* 紙の背景 */
div#inner-contents div#paperback {
background:url(../images/paperback.jpg) 0 0 repeat-y;
padding:0 10px 10px 10px;
}

/* タイトル１ */
div#inner-contents h3#title1 {
background:url(../images/title1.gif) 0 0 no-repeat;
width:670px;
height:30px;
text-indent:-9999px;
}

/* レシピエリア大枠 */
div#inner-contents div.areabox {
padding:10px;
width:650px;
margin-bottom:20px;
}

/* アイコンマーク */
div#inner-contents ul#mark {
height:25px;
width:210px;
margin-bottom:10px;
margin-left:15px;
}

div#inner-contents ul#mark li#oven {
background:url(../images/ovenic.gif) 0 0 no-repeat;
width:101px;
height:25px;
float:left;
margin-right:14px;
text-indent:-9999px;
}

div#inner-contents ul#mark li#biginer {
background: url(../images/wakabaic.gif) 0 0 no-repeat;
width:95px;
height:25px;
float:left;
text-indent:-9999px;
}

/* 各レシピ */
div#inner-contents div.recipebox1 {
width:123px;
float:left;
margin-right:8px;
margin-bottom:20px;
}

/* 右端のレシピ */
div#inner-contents div.recipebox2 {
width:123px;
float:left;
margin-bottom:20px;
}

/* レシピ写真 */
div#inner-contents div.recipebox1 img.ph,
div#inner-contents div.recipebox2 img.ph{
border:1px solid #d07d7d;
margin-bottom:5px;
}

/* レシピ名リンク設定 */
div#inner-contents p.recipename a {
color:#7f3611;
}

div#inner-contents p.recipename a:hover {
color:#cc4706;
}

/* ミニオーブンマーク */
div#inner-contents img.moven {
float:left;
width:18px;
margin-right:5px;
}

/* ミニ若葉マーク */
div#inner-contents img.wakaba {
float:left;
width:12px;
}

/* タイトル２ */
div#inner-contents h3#title2 {
background:url(../images/title2.gif) 0 0 no-repeat;
width:670px;
height:30px;
text-indent:-9999px;
}

/* タイトル３ */
div#inner-contents h3#title3 {
background:url(../images/title3.gif) 0 0 no-repeat;
width:670px;
height:30px;
text-indent:-9999px;
}
