@charset "shift_jis";


body#recipe	{
}


/*　＊＊＊＊＊左メニュー＊＊＊＊＊　*/
body#recipe .menu	{
	background-color: #ffffcc;
	background-image: url(../recipe/img/recipe_menuBase.gif);
	background-repeat: repeat-y;
}

body#recipe .menu a:link {  color: #ffffff;}
body#recipe .menu a:visited {  color: #ffffff;}
body#recipe .menu a:hover { color: #ffcc00;}
body#recipe .menu a:active { color: #ffcc00;}

body#recipe .menu ul	{
	margin: 0;
	padding: 0;
}

body#recipe .menu li a	{ display: block;}

body#recipe .menu li	{
	margin: 0 11px 0 14px;
	padding: 10px 0;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	background: url(../recipe/img/recipe_menuLine.gif) no-repeat center bottom;
	/*color: #000000;*/
}
/*　＊＊＊＊＊左メニュー＊＊＊＊＊　*/



/*　＊＊＊＊＊レシピトップページ画像リンク＊＊＊＊＊　*/
body#recipe .topimage a	{
	display: block;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body#recipe .topimage a img	{ margin: 0 0 4px 0;}

body#recipe .topimage a img,
body#recipe .topimage a:link img,
body#recipe .topimage a:visited img	{ border: solid 1px #ccffcc;}
body#recipe .topimage a:hover img,
body#recipe .topimage a:active img	{ border: solid 1px #ff0000;}
/*　＊＊＊＊＊レシピトップページ画像リンク＊＊＊＊＊　*/



/*　＊＊＊＊＊レシピ紹介部＊＊＊＊＊　*/
/*　ポイント　*/
body#recipe .point	{
	margin: 0 0 6px 0;
	padding: 2px 0 0 0;
	color: #ff0000;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
	border-top: solid 1px #ff0000;
	border-bottom: solid 1px #ff0000;
}
/*　ポイント　*/

/*　材料　*/
body#recipe .zairyo	{
	width: 540px;
	margin: 0 0 6px 0;
	padding: 2px 0;
	text-indent: 5px;
	color: #006600;
	line-height: 1.6;
	text-align: left;
	font-weight: bold;
	background-color: #ccff99;
}

body#recipe table.zairyoT	{
	border-collapse: collapse;
	/*border: 1px solid #666666;*/
	/*border-spacing: 3px;*/
}

body#recipe table.zairyoT td	{
	padding: 3px 0 3px 6px;
	border-bottom: 1px dotted #66cc00;
}
/*　材料　*/

/*　作り方　*/
body#recipe .howto	{
	width: 540px;
	margin: 0 0 6px 0;
	padding: 2px 0;
	text-indent: 5px;
	color: #cc3300;
	line-height: 1.6;
	text-align: left;
	font-weight: bold;
	background-color: #ffcc66;
}

body#recipe ol	{
	margin-top: 0;
}

body#recipe ol li	{
	list-style-type: decimal;
	margin-bottom: 8px;
	/*padding: 0;*/
	text-align: left;
	color: #000000;
}
/*　作り方　*/
/*　＊＊＊＊＊レシピ紹介部＊＊＊＊＊　*/
