.blogSet {
  width: 570px;
  padding:10px 0 10px 10px;
  font-size:12px;
}

/* --------------------------------------- エントリー */
.entrySet {
  width: 560px;
  padding:0px;
  margin-bottom:20px;
  border:1px #FFCA6D solid;
}

.entryTitleSet {
  padding:5px;
  color: #fbaa75;
  background-color:#FFF7B3;
  border-bottom:1px #FFCA6D solid;
}

.entry_date {
  font-family: "Verdana";
  font-size: 11px;
  font-weight: bolder;
  color: #55A842;
  padding: 0px 5px 0px 0px;
}

.entry_title {
  color:#1A6823;
  font-weight: bold;
  font-size: 14px;
}

.entryContents {
  line-height: 1.6em;
  padding: 10px;
  font-size: 12px;
}
.entryContents img {
  margin: 10px 10px 10px 0px;
  border:0px;
}

.entryState {
  margin-top: 10px;
  text-align:right;
  font-size:12px;
}

/* 次ページリンク */
#pagearea {
  padding-bottom:15px;
  text-align:center;
}


/* NewEntries */
#newEntries {
  width: 570px;
  height:40px;
  background: url('http://www.toyanogata-park.com/images/title_blog2.gif') no-repeat top left;
	margin-bottom:8px;
}
#newEntriesBox {
  height:200px;
  margin-bottom:20px;
  padding:0px 10px;
  overflow:auto;
  width: 535px;
  !
  width: 550px;
}
#newEntriesBox ul {
  margin:0px;
  padding:0px;
}
#newEntriesBox ul li {
  color:#999999;
  padding:2px 0px;
  border-bottom:1px #CCCCCC dotted;
  list-style:none;
}