@charset "utf-8";

/*----------------------------
新着リスト
----------------------------*/

#main div.title {
  height:31px;
  background:#96D74D url(../img/title_bg.gif) no-repeat;
  margin-top:15px;
}

#main div.title h3 {
  font-size:14px;
  color:#336600;
  font-weight:bold;
  margin:8px;
  float:left;
}

#main div.title a.moreEntry {
  display:block;
  font-size:10px;
  font-weight:bold;
  padding-left:10px;
  margin:10px;
  background:#96D74D url(../img/arrow.gif) no-repeat left center;
  float:right;
}

#main div.title a.moreEntry:link,
#main div.title a.moreEntry:visited,
#main div.title a.moreEntry:hover {
  color:#336600;
}

#main table.entryList {
  clear:both;
  width:100%;
}

#main table.entryList th,
#main table.entryList td {
  padding:5px;
  background:url(../img/listline.gif) no-repeat left bottom;
}

#main table.entryList th {
  padding-right:10px;
}

/*----------------------------
みんなの投稿
----------------------------*/

#main div#photoList {
  width:100%;
  margin-top:10px;
}

#main div#photoList .photoEntry {
  width:160px;
  height:140px;
  margin:5px;
  float:left;
}

#main div#photoList .photoEntry p.photo {
}

#main div#photoList .photoEntry p.title {
  width:100%;
  text-align:center;
}

/*----------------------------
エントリー
----------------------------*/

#main .entry {
  clear:both;
  width:100%;
  margin-top:15px;
}

#main .entry h3 {
  font-size:14px;
  padding:5px;
  background:url(../img/listline.gif) no-repeat left bottom;
}

#main .entry .entryBody {
  margin-top:10px;
}

#main .entry .entryBody p {
  margin-top: 15px;
}

#main .entry .entryBody p.more {
  margin-top:15px;
  text-align:right;
}

#main .entry .entryBody img {
  margin:10px 10px 10px 0;
}


#main .entry p.entryFooter {
  text-align:right;
  font-size:10px;
  margin-top:10px;
  padding-top:3px;
  border-top:1px dashed #EEDDB2;
}



