@charset "utf-8";
/* ##### 初期化 ##### */
BODY,DIV,H1,H2,DL,DT,DD {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}
IMG {
  border: none;
}
/* ##### STYLE ##### */
BODY {
  background-image: url(../img_blg/bg01.jpg);
}
DIV#container {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
/* +++++ ヘッダ +++++ */
DIV#container H1 {
  margin-top: 25px;
}
/* +++++ 左側 +++++ */
DIV#mainarea {
  width: 545px;
  margin-top: 20px;
  float: left;
}
/* ----- What's New! ----- */
DIV#whatsnew {
  width: 545px;
}
DIV#whatsnew H2 {
  width: 543px;
  border: 1px solid rgb(127,127,127);
  background-image: url(../img_blg/bg02.gif);
  background-repeat: repeat-x;
}
DIV#whatsnew DIV {
  width: 543px;
  height: 124px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgb(127,127,127);
  border-top: none;
  background-color: rgb(255,255,255);
}
DIV#whatsnew DL {
  width: 510px;
  margin-left: 15px;
}
DIV#whatsnew DT {
  width: 58px;
  padding-top: 10px;
  float: left;
  clear: left;
  font-size: 12px;
  line-height: 16px;
 color: rgb(51,51,51);
}
DIV#whatsnew DD {
  width: 452px;
  _margin-top: -16px; /* for IE6 */
  margin-left: 58px;
  padding-top: 10px;
  _padding-top: 0px; /* for IE6 */
  font-size: 12px;
  line-height: 16px;
  color: rgb(51,51,51);
}
DIV#whatsnew A:link {
  text-decoration: none;
  color: rgb(47,58,127);
  border-bottom: 1px solid rgb(51,51,51);
}
DIV#whatsnew A:visited {
  text-decoration: none;
  color: rgb(51,51,51);
  border-bottom: 1px solid rgb(51,51,51);
}
/* ----- 本の説明 ----- */
DIV#mainarea DIV.book {
  width: 543px;
  position: relative;
  margin-top: 15px;
  padding-bottom: 10px;
  border: 1px solid rgb(127,127,127);
  background-image: url(../img_blg/bg03.jpg);
}
DIV#mainarea DIV.book H2 {
  width: 365px;
  position: absolute;
  left: 0px;
  padding-top: 12px;
  margin-left: 159px;
}
DIV#mainarea DIV.book DIV.photo {
  width: 140px;
  height: 200px;
  position: absolute;
  left: 0px;
  margin-top: 15px;
  margin-left: 19px;
}
DIV#mainarea DIV.book P.price {
  width: 140px;
  position: absolute;
  left: 0px;
  padding-top: 227px;
  margin-left: 19px;
  font-size: 12px;
  line-height: 18px;
}
DIV#mainarea DIV.book P.description {
  width: 340px;
  padding-top: 130px;
  margin-left: 187px;
  font-size: 12px;
  line-height: 18px;
}
DIV#mainarea DIV.book P.description IMG.toamazon {
  margin-top: 10px;
}
/* +++++ 右側 +++++ */
DIV#subarea {
  width: 175px;
  float: left;
  margin-left: 30px;
  padding-top: 7px;
}
/* ----- バナー等 ----- */
DIV#subarea DIV.link {
  width: 173px;
  margin-top: 13px;
  padding-bottom: 12px;
  border: 1px solid rgb(127,127,127);
}
DIV#subarea DIV.banner {
  width: 151px;
  margin-top: 13px;
  margin-left: 11px;
}
/* +++++ フッタ +++++ */
DIV#footer {
  width: 750px;
  height: 67px;
}
DIV#footer P {
  width: 750px;
  margin-top: 42px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
}

