﻿@charset "utf-8";

/* *********************************************************
/* author : Net Relations  www.net-relations.net 
/* author : Hikidas  www.hikidas.com
/**********************************************************/
 
 
		*.*{
			margin:0;padding:0;
		}
		
		img{
			border:none;
		}
		
		li{
			text-align:left;
		}
		
		
		div#recipe{
			width:796px;
			min-height:858px;
			text-align:center;
			margin:0;
			padding:0;
			font-size:12px;
			font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		}
		div#recipie_cnt{
		padding:50px 80px 20px 80px;
		margin:0px;
		}
		div#recipe .mds{
			height:28px;
			border-top:solid 1px #003333;
			border-bottom:solid 1px #003333;
			text-align:left;
		}
		div#recipe-right{
		margin:0px 0px 0px 20px;
		padding:0px;
		}
		
		img.back-list{
			float:right;
			clear:none;
		}
		
		div.recipe-title{
			margin-bottom:27px;
			/*width:345px;*/
		}
		
		div.recipe-title h1{
			background:url(../images/recipe/recipe-title-bk.gif) repeat-x;
			border-bottom:solid 1px #003333;
			color:#003333;
			padding-top:15px;
			padding-bottom:10px;
			font-size:18px;
			font-weight:900;
		}
		
		div.recipe-title p{
			margin-top:15px;
			line-height:130%;
		}
		
		
		
		div.cooking-tools{
			margin-bottom:27px;
			/*width:345px;*/
		}		
		div.cooking-tools ul{
		margin:5px 0px 20px 5px ;
		padding:0px;
		}
		
		div.cooking-tools li{
			margin-left:10px;
			padding:5px 0px;
			border-bottom:dotted 1px #cccccc;
		}
		div.cooking-tools ul.nondot li{
			margin:0px;
			padding:5px 0px;
			border-bottom:dotted 1px #cccccc;
			list-style:none;
		}
		
		div.cooking-direction ul{
		margin:5px 0px 20px 0px ;
		padding:0px;
		}
		
		div.cooking-direction li{
		margin:0px;
		padding:8px 0px 8px 20px;
			border-bottom:dotted 1px #cccccc;
			background-image:url(../images/recipe/1.jpg);
			background-repeat:no-repeat;
			background-position:0px 5px;
			list-style:none;
		}
	
		div.cooking-point{
			margin-bottom:27px;
		}
		div.cooking-point .contents{
			margin:0px;
		padding:10px 0px 0px 0px;
		line-height:150%;
		text-align:left;
		}
		
		
		div.cooking-quantity{
	/*		margin-top:10px;*/
			/*width:240px;*/
			height:30px;
			border-bottom:dotted 1px #cccccc;
			background-image:url(../images/recipe/cooking-quantity.jpg);
			background-repeat:no-repeat;
			text-align:right;
		}
	
		div.cooking-quantity p{
		margin:0px;
		padding:10px 0px 0px 0px;
		}
		
