@charset "euc-jp";
/* ŽÅ¡¦Ž¢ŽÉŽÂŽ¤ŽËŽ¤ŽÄŽ¤Ž¤Ž¤ŽÆŽ¡Ž¡CSS */
/*------------headword-------------*/
h3, h4 {
    clear: both;
	float: left;
}
h3{
	margin: 10px 0 20px 0;
	width: 820px;
	height: 26px;
	padding-top:3px;
	background-color: #bfbeaa;
}
h4 {
	margin:20px 0 4px 0;
	width: 400px;
	height: 20px;
	background-color:#CCCCCC; 
}
/*---------------------------------*/
/*--------------clear--------------*/
.clear {
    clear:both;
}
/*---------------------------------*/
/*--------return_page_top----------*/
#re_top {
    float:left;
	width:820px;
	text-align:right;
	clear:both;
}
/*---------------------------------*/
/*----------all_recipe-------------*/
div#all_recipe {
    float: left;
	width:820px;
	margin-top: 20px ;
	padding-top: 20px ;
	border-top:#DFF0F5 solid 1px;
}
/*---------------------------------*/
/*-----------recipe_img------------*/
.recipe_img, .recipe_img_tate,.recipe_img_mini, .recipe_img_mini_tate{
	background-repeat: no-repeat;
}
.recipe_img, .recipe_img_tate {
	float:left;
	padding: 5px 20px 10px 5px;	
}
.recipe_img{
	width:380px;
	height:284px;
	background-image: url(../images/photo_bg1.gif);	
}
.recipe_img_tate{
	width:284px;
	height:380px;
	background-image: url(../images/photo_bg2.gif);
}
.recipe_img_mini, .recipe_img_mini_tate {
	float:right;
	width:198px;
	padding: 5px 0 10px 5px;
}
.recipe_img_mini{
	height:148px;
	background-image: url(../images/photo_bg_mini.gif);	
}
.recipe_img_mini_tate{
	height:255px;
	background-image: url(../images/photo_bg_mini2.gif);
}
/*---------------------------------*/
/*--------------list---------------*/
ul,li{
    clear:both;
}
li {
    list-style:none;
}
/*---------------------------------*/
