@charset "UTF-8";

/*---------------------------------------------

Guest Page CSS

for kr-aki.co.jp
coded by d-spica at 2009-04-24
linked to "guest/$page-name.html"

---------------------------------------------*/

 
@import url(default.css);
@import url(common.css);
@import url(parts.css);
/* @import url(option.css);*/


#area-main div.section {
  padding-bottom: 15px;
  border-bottom: solid 1px #CCC;
}

#area-main div.section div.album {
  overflow: hidden;
  margin-right: -10px;
  zoom: 1;
}

#area-main div.section div.album div.photo {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  width: 230px;
  background: url(../img/base/ln-dot-gy2.png) repeat-x bottom;
  display: inline; /* for IE */
}

#area-main div.section div.album div.photo table {
  margin: 0;
  width: 230px;
  background: none;
  font-size: 100%;
}

#area-main div.section div.album div.photo table th {
  padding: 0;
  width: 230px; /* max image size */
  height: 240px; /* max image size */
  overflow: hidden;
  background: url(../img/base/bg-ptn-pk160.png) repeat;
  text-align: center;
  vertical-align: middle;
 }

#area-main div.section div.album div.photo table td {
  padding: 0 5px 0 0;
}

#area-main div.section div.album div.photo table td dl dt {
  padding-left: 4px;
  border-left: solid 3px #D99382;
  color: #666;
}

#area-main div.section div.album div.photo table td dl dd {
  margin-left: 7px;
  margin-top: 3px;
  height: 7.5em; /* adjust */
  overflow: hidden;
  font-size: 91.6%;
}



