@charset "UTF-8";

#leftside	{
	width:220px;
	float:left;
	margin-right:30px;
}
#rightside	{
	width:560px;
	float:right;
}
#rightside li{
        font-size:0.75em;
}
#logo	{
	margin-bottom:10px;
}
#recipe h3	{
	font-size:0.9em;
	line-height:140%;
	color:#333333;
	margin:10px 0 20px;
}
.entry h4	{
	font-size:0.85em;
	color:#cc0000;
}
.recipe_l {
	width:290px;
	float:left;
}
.recipe_r {
	float:right;
	margin-left:15px;
}
.recipe_b {
       clear:both;
　　　　border:1px solid #999999;
       margin:5px;
       padding:5px;
}
.recipecopy	{
	font-size:0.9em;
	font-weight:bold;
	color:#333333;
	line-height:130%;
}
.recipe_l li,.recipe_r li,.recipe_c li{
       list-style: disc inside;
color:#333333;
padding-bottom:3px;
margin-bottom:3px;
border-bottom:1px dotted #cccccc;
}
.recipe_b{
border:1px solid #999999;
margin-top:10px;
padding:5px;
}
.recipe_b li{
color:#333333;
padding-bottom:3px;
margin-bottom:3px;
border-bottom:1px dotted #cccccc;
}

