@charset "EUC-JP";
/* CSS Document */

/*0.センタリングの為に全てを格納するカラム　bodyはIE対策-------*/
body {
	text-align:center;
	margin:0pt;
	padding:0pt;
}
#all-contents {
	width:680px;
	margin:0 auto;
	text-align:left;
}


/*基本のカラム構成*/
#head {
	text-align: left;
	width: 680px;
}

#recipe-main {
	background-color: #FFFFFF;
	width: 680px;
	text-align: left;
}
#footer {
	text-align: center;
	width: 680px;
}

/*トップページの背景画像*/
.bg_01 {
}
.bg_02 {

}

/*リストに使用*/
.list_1 {
	font-size: 0.9em;
	list-style-position: outside;
	list-style-image: url(images2/ninzin.gif);
	line-height: 1.8em;
	margin-left: 40px;
}
.list_2 {
	font-size: 0.9em;
	list-style-position: outside;
	list-style-image: url(images2/piman.gif);
	line-height: 1.8em;
	margin-left: 40px;
}

/*キャッチコピー　一言コメント*/
.copy {
	padding: 4px;
	width: 600px;
	border: 1px dotted #FFCC66;
	margin-top: 16px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 20px;
	font-size: 0.9em;
	color: #333333;
}


/*材料のリスト*/
.list-ingredients {
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333333;
	margin-left: 6px;
	list-style-position: outside;
	list-style-image: url(com_img/list-sq1.gif);
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

/*作り方手順のリスト*/
ol { line-height: 1.5em;}

ol#lsi li {
  list-style-type: decimal;
  margin-top: 4px;
  margin-bottom: 4px;
  }
ol#lsi li#item1 { list-style-image: url(com_img/n_1.gif); }
ol#lsi li#item2 { list-style-image: url(com_img/n_2.gif); }
ol#lsi li#item3 { list-style-image: url(com_img/n_3.gif); }
ol#lsi li#item4 { list-style-image: url(com_img/n_4.gif); }
ol#lsi li#item5 { list-style-image: url(com_img/n_5.gif); }
ol#lsi li#item6 { list-style-image: url(com_img/n_6.gif); }
ol#lsi li#item7 { list-style-image: url(com_img/n_7.gif); }
ol#lsi li#item8 { list-style-image: url(com_img/n_8.gif); }
ol#lsi li#item9 { list-style-image: url(com_img/n_9.gif); }
ol#lsi li#item10 { list-style-image: url(com_img/n_10.gif); }
ol#lsi li#item11 { list-style-image: url(com_img/n_11.gif); }


/*表紙のタイトルに横縞背景画像をつける*/
caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
	text-align: left;
	margin: 2px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h1 {
		height: 40px;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	}


/*共通使用のクラス、パーツ*/


/*テキスト関係*/
.style01 {
	font-size: 0.8em;
}
.style02 {	font-size: 0.9em;}

.text-ll { font-size: 1.3em;}
.text-l { font-size: 1.2em;}
.text-lm { font-size: 1.1em;}
.text-mm {	font-size: 1em;}
.text-ms { font-size: 0.9em;}
.text-s { font-size: 0.8em;}
.text-ss { font-size: 0.7em;}
