/* ------------------------
  agrinet_recipe.css 
 ------------------------*/

/*------ recipe -----*/
#recipe {
 width: 585px;
 float: right;
}

/*------ p_navi -----*/
#p_navi{
 width: 585px;
 margin: 10px auto;
 text-align: right;
 font-size: 10px;
}

/*----- mainvisual ----*/
#mainvisual{
 width: 585px;
 height: auto;
 margin: 20px 0 0 0;
}

/*----- recipe01 ----*/
#recipe01{
 width: 585px;
 height: 326px;
 margin: 20px 0 0 0;
 background: url(../img/recipe/rec_r01bg.jpg) no-repeat;
}

#recipe01 h3{
 text-indent: -9999px;
}

/*----- recipe02 ----*/
#recipe02{
 width: 585px;
 height: 233px;
 font-size: 12px;
 background: url(../img/recipe/rec_r02bg.jpg) no-repeat;
}

#recipe02 h3{
 text-indent: -9999px;
}

/*----- recipe03 ----*/
#recipe03{
 width: 585px;
 height: 234px;
 font-size: 12px;
 background: url(../img/recipe/rec_r03bg.jpg) no-repeat;
}

#recipe03 h3{
 text-indent: -9999px;
}

/*----- recipe04 ----*/
#recipe04{
 width: 585px;
 height: 257px;
 font-size: 12px;
 background: url(../img/recipe/rec_r04bg.jpg) no-repeat;
}

#recipe04 h3{
 text-indent: -9999px;
}