@charset "UTF-8";

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

General Entry Page CSS

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

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

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

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

#area-main div.section ul li {
  margin: 3px 0 3px 1.2em;
  padding-left: 0.8em;
  background: url(../img/base/mk-list-pk.png) no-repeat 0 1px;
}

#area-main div.section ol li {
  margin: 3px 0 3px 2em;
}

#area-main div.section dl dd {
  margin-left: 2em;
}

#area-main div.section p.update {
  text-align: right;
  font-size: 91.6%;
  color: #666;
}


/* for Column & Special Archive Page */

body.column #area-main h1.page-title,
body.spacial #area-main h1.page-title {
  background: url(../img/base/bg-hd-chou.png) left bottom;
}


/* for Service Entry Page */

body.service #area-main div#album {
  overflow: hidden;
  width: 715px;
}

body.service #area-main div#album dl.photo {
  float: left;
  margin-right: 5px;
  display: inline; /* for IE */
}

body.service #area-main div#album dl.photo dd {
  text-align: center;
  font-size: 91.6%;
}


/* contact from item */

#area-main div.section dl.contact {
  padding: 10px;
  border: solid 1px #CCC;
  overflow: hidden;
  zoom: 1;
}

#area-main div.section dl.contact dt {
  float: left;
  width: 102px;
}

#area-main div.section dl.contact dd {
  margin-left: 102px;
}

div.shop-info img {
	margin-bottom: 10px;
}
div.shop-info div.section img {
	margin-bottom: 0px;
}

