@import url(http://www.raisehouse.com/css/base.css);
@import url(http://www.raisehouse.com/css/lightbox.css);

/* article */

#article{
  width:540px;
  margin:0 auto;
  }

#article .article, #article .articleL, #article .articleR{
  float:left;
  width:175px;
  text-align:left;
  line-height:150%;
  margin:2px 5px 5px 0;
  background:url(http://www.raisehouse.com/imgs/article-list_back.jpg) repeat-y;
  }

#article .articleL{
  clear:both;
  }

#article .articleR{
  margin-right:0;
  }

#article h3{
  width:157px;
  font-size:12px;
  padding:35px 10px 5px 8px;
  background:url(http://www.raisehouse.com/imgs/article-list_head.jpg) no-repeat top;
  }

#article h3 a{text-decoration:none;}

#article .image{
  width:157px;
  text-align:center;
  padding:0 10px 0 8px;
  }

#article .articleBody{
  width:157px;
  font-size:10px;
  padding:10px 10px 0 8px;
  clear:both;
  }

#article .more{
  width:157px;
  height:18px;
  text-align:center;
  padding:5px 10px 15px 8px;
  background:url(http://www.raisehouse.com/imgs/article-list_bottom.jpg) no-repeat bottom;
  clear:both;
  }

#article .navi{
  font-size:14px;
  text-align:center;
  padding:15px 10px 10px;
  line-height:150%;
  clear:both;
  }


/* detail */

#detail{
  width:540px;
  margin:0 auto;
  overflow:hidden;
  }

#detail .image, #detail .imageL, #detail .imageR{
  float:left;
  width:160px;
  margin:0 6px 12px 3px;
  padding:4px;
  border:1px solid #ccc;
  }

//#detail .imageL{
  clear:both;
  }

//#detail .imageR{
  margin-right:0;
  }

#detail table{
  width:530px;
  text-align:left;
  margin:5px auto;
  clear:both;
  }

#detail tr{
  }

#detail th{
  width:131px;
  color:#4F7500;
  padding:5px 3px;
  background:#C5DE74;
  border:1px solid #B5DA46;
  }

#detail td{
  padding:5px 3px;
  border:0;
  border-bottom:1px solid #B5DA46;
  }

#detail .link a{
  display:block;
  width:404px;
  height:45px;
  text-indent:-1000000px;
  margin:5px auto;
  background:url(http://www.raisehouse.com/imgs/schedule-link.jpg) no-repeat;
  overflow:hidden;
  }



