/*
 * 調理力ノートの使い方
 *
 */

div#nonlogin{
  background-image:url(images/about_note_bg.jpg);
  background-repeat:no-repeat;
  width:770px;
  height:694px;
}

div#membernavi{
  width:770px;
  height:100px;
  text-align:center;
}

div#member{
  width:233px;
  height:53px;
  background-image:url(images/btn_kaiin.gif);
  background-repeat:no-repeat;
}
div#member:hover{
  background-position:bottom;
  cursor:pointer;
}
div#nonmember{
  width:233px;
  height:53px;
  background-image:url(images/btn_hi_kaiin.gif);
  background-repeat:no-repeat;
}
div#nonmember:hover{
  background-position:bottom;
  cursor:pointer;
}
#control{
  margin-top:610px;
}