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

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

/*全体　リンクカラー*/

a:link {
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: none;
	background-color: #FFFF99;
}
a:visited {
	text-decoration: none;
}

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

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

/*トップページの背景画像*/
.bg_01 {
	background-image: url(images1/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_02 {
	background-image: url(images1/bg_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*リストに使用*/
.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);
	background-color: #FFEDE0;
	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); }

/*電子レンジ加熱時間表のテーブル*/
.mawave {
	font-size: 0.8em;
	width: 100%;
	border: 1px solid #993300;
}
.mawave td {
	padding: 3px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #993300;
}
.mawave th {
	text-align: left;
}
/*表紙のタイトルに横縞背景画像をつける*/
caption {
	background-image: url(images1/tit_bg.gif);
	background-repeat: repeat;
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
	text-align: left;
	margin: 2px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}

h1 {
	background-image: url(com_img/top_title_head.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	font-size: 1em;
	font-weight: bold;
	color: #CC3300;
	text-align: right;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color:#FF9900;
	margin: 4px;
	padding: 4px;
	color: #330000;
	background-color: #FFD8B9;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FF9900;
}


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


/*テキスト関係*/
.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;}

/* 背景色 アンダーライン*/
.bg-mwave {
	background-color: #FFFFCC;
}
.line-mwave {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
}