@charset "UTF-8";

.leftarea {
	float:left;
	margin-right: 5px;
}

.rightarea {
	float:right;
}


h5 {
	font-size:75%;
	color:#057bb8;
	font-weight:bold;
}

.figure {
	text-align: center;
}


.recipe_name {
	border-bottom: solid 2px #69c5e1;
	padding:0 0 2px 0;
	margin:0 0 7px 0;
}

.name_area {
	padding:5px 0 0 0;
	color:#333333;
	font-weight:bold;
}
.arrow {
	float:left;
	width:35px;
	height;93px;
	margin:30px 10px 0 10px;
}

.tejun_area {
	float:left;
	width:127px;
}

.tejun_txt {
	width:127px;
	margin-top:3px;
}


/*------ useful_btn -------*/
.recipe_btn {
	margin:0;
  padding:0;
	clear:both;
}

.useful_btn ul{
 width:167px;
 height:160px;
	margin:0;
  padding:0;
 list-style-type:none;
}

.useful_btn ul li{
	height:160px;
	white-space:nowrap;
	text-indent:-9999px;
}

.useful_btn ul li a:link, .useful_btn ul li a:visited, .useful_btn ul li a:hover {
	display:block;
	height:160px;
	background-repeat:no-repeat;
	text-decoration:none;
	overflow:hidden;
}

.useful_btn ul li a:hover {text-decoration:none;}
.useful_btn ul li#recipe_01 {width:167px; height:160px;background-image:url("/useful/img/btn_recipe.gif");}
.useful_btn ul li#recipe_01 a:hover {background-image:url("/useful/img/btn_recipe_on.gif");}
.useful_btn ul li#how_to_01 {width:167px; height:160px;background-image:url("/useful/img/btn_how_to.gif");}
.useful_btn ul li#how_to_01 a:hover {background-image:url("/useful/img/btn_how_to_on.gif");}
.useful_btn ul li#other_01 {width:167px; height:160px;background-image:url("/useful/img/btn_other.gif");}
.useful_btn ul li#other_01 a:hover {background-image:url("/useful/img/btn_other_on.gif");}
/*------/ useful_btn-------*/


