@charset "UTF-8";
/**
 * クックの作者
 */
/* ==========================================================================
   box
   ========================================================================== */
/*作者プロフィール*/
#author-profile-box {
  background: url(img/img01.gif) no-repeat right bottom;
  margin-bottom: 30px;
  min-height: 299px;
}
#author-profile-box h2 {
  margin-bottom: 37px;
}
#author-profile-box #author-name {
  font-size: 123.1%;
  font-weight: bold;
  margin-bottom: 30px;
}
#author-profile-box #author-name span {
  font-size: 77%;
}
#author-profile-box .fl {
  width: 230px;
}
#author-profile-box .fr {
  margin-right: 20px;
  width: 517px;
}

/*クックへのおもい*/
#author-message-box {
  background: url(img/line01.gif) repeat-x right top;
  padding-top: 22px;
}
#author-message-box .box-in-top {
  background: url(img/bg_img_top.jpg) no-repeat left top;
  margin: 0 auto;
  padding-top: 106px;
  width: 781px;
  min-height: 238px;
}
#author-message-box .box-in-btm {
  background: url(img/bg_img_bottom.jpg) no-repeat left bottom;
  padding-bottom: 106px;
}
#author-message-box h2 {
  padding: 0 0 18px;
  text-align: center;
}
#author-message-box p {
  margin-bottom: 25px;
  text-align: center;
}
