@charset "UTF-8";

/*---------------------------------------------

Real Estate Top Page CSS

for maik-kk.com/real_estate/
coded by d-spica at 2009-05-08
linked to "/$page-name.html"

---------------------------------------------*/

 
@import url(../../css/default.css);
@import url(../../css/base.css);
@import url(common.css);


#area-main div.section div.articles {
  width: 668px;
  overflow: hidden;
}

#area-main div.section div.article {
  float: left;
  padding: 0 10px;
  width: 314px;
  overflow: hidden;
}

#area-main div.section div.article p.photo,
#area-main div.section div.article p.figure {
  float: left;
  width:145px;
  border: solid 1px #CCC;
  text-align: center;
}

#area-main div.section div.article p.photo img {
  padding: 4px;
}

#area-main div.section div.article dl {
  margin-bottom: 5px;
  margin-left: 165px;
}

#area-main div.section div.article dl dt {
  margin: 3px 0;
  font-weight: bold;
}

#area-main div.section div.article dl dt a {
  color: #016EAF;
}

#area-main div.section div.article dl dd {
  font-size: 91.6%;
  color: #FF6600;
}
  
#area-main div.section div.article p.button {
  margin: 0;
  margin-left: 165px;
}

#area-main div#topics dl {
  margin-top: 0;
}

#area-main div#topics dl dt {
  float: left;
  padding: 10px 0 10px 1em;
  width: 6em;
  font-weight: bold;
  color: #002E5F;
}

#area-main div#topics dl dd {
  padding: 10px 1em 11px 7.5em;
  background: url(../../img/base/ln-dot-gy.png) repeat-x bottom;
}

#area-main div#topics dl dd a {
  display: block;
  padding-left: 1em;
  background: url(../img/common/mk-link.png) no-repeat 0 0.4em;
  color: #272727;
}

#area-main div#stuff-blog div.blogs {
  width: 668px;
  overflow: hidden;
}

#area-main div#stuff-blog div.blog {
  padding: 0 35px 0 35px;
  width: 150px;
  float: left;
}

#area-main div#stuff-blog div.blog p.photo {
  margin-bottom: 10px;
}

#area-main div#stuff-blog div.blog p.photo img {
  border: solid 1px #CCC;
}

#area-main div#stuff-blog div.blog dl {
  margin-top: 0;
  border: solid 1px #CCC;
}

#area-main div#stuff-blog div.blog dl dt {
  padding: 1px 5px;
  border-bottom: solid 1px #CCC;
  background: #69CDFF;
  color: #FFF;
}

#area-main div#stuff-blog div.blog dl dd {
  padding: 1px 5px;
  height: 10.6em; /* 要調整 */
  overflow: hidden;
  background: #F9F9F9;
}

#area-main div#stuff-blog div.blog dl dd a {
  color: #333;
}
