@charset "Shift_JIS";

/* -------- 上書き要素*/
strong{
	background:#FFF3C1;
}

/* -------- 上書き要素ここまで*/
h3.title{
	clear:both;
	padding-bottom:5px;
}
.recipe-img{
	float:left;
	width:170px;
	padding-bottom:30px;
}
.recipe-img table{
	margin-top:10px;
	width:170px;
}
.recipe-img table th,.recipe-img table td{
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	font-size:85%;
}
.recipe-img table td{
	text-align:right;
}
.recipe-text{
	width:310px;
	float:right;
	padding-bottom:30px;
}
.recipe-text p{
	padding-bottom:1em;
}


/*hozon*/
.hozon{
	border:#AD8B54 2px dotted;
	padding:20px;
	clear:both;
}
.hozon h3{
	color:#AD8B54;
	font-size:120%;
	padding-bottom:10px;
	font-weight:bold;
}
.hozon ul{
	padding:0 0 10px 15px;
}
.hozon li{
	list-style:outside disc;
	padding-bottom:1em;
	line-height:1.5;
	width:345px;
	vertical-align:top;
}
.hozon img{
	float:right;
}