@charset "UTF-8";
/**
 * クックのほん
 */
/* ==========================================================================
   link
   ========================================================================== */
a {
  color: #009933;
}

a:visited {
  color: #003300;
}

a:hover {
  color: #009933;
  text-decoration: none;
}

/* ==========================================================================
   title
   ========================================================================== */
.mainTtl {
  padding-bottom: 2px !important;
}

/* ==========================================================================
   parts
   ========================================================================== */
#book-box {
  background: url(img/bg01_btm.gif) repeat-x left bottom;
  padding-bottom: 29px;
}

.box-in {
  background: url(img/bg_book.jpg) no-repeat left top;
  margin: 0 81px;
  position: relative;
  min-height: 618px;
}
.box-in h2 {
  position: absolute;
  margin-bottom: 37px;
  top: 61px;
  right: 84px;
}
.box-in .fl {
  margin: 94px 0 0 77px;
  width: 344px;
}
.box-in .bubble {
  margin-top: -96px;
  margin-left: 170px;
  position: relative;
}
.box-in .text {
  margin: 20px 0 30px;
  width: 320px;
}
.box-in dl {
  margin: 10px 0 10px;
  width: 320px;
}
.box-in dl dt {
  margin-bottom: 3px;
}
.box-in dl dd {
  padding-left: 27px;
  font-size: 93%;
}
