/* 写真 */
p#top_photo {
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
}

/* 写真の下からフッターの上まで */
div#top_contents {
  width: 738px;
  margin: 0 auto;
/*  background-color: #ffc;
  border: 1px solid red; */
}

/* 見出し */
div#top_contents h2 {
  margin-top: 0;
  margin-bottom: 8px;
  border: none;
}

/* 本文 */
div#top_contents p, div#top_contents ul, div#top_contents table,
div#top_contents h3 {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin-top: 5px;
  margin-bottom: 5px;
}

div#top_contents li {
  margin-bottom: 2px;
}

div#top_contents table p {
  margin: 0;
}

/* 1ブロック行 */
div#top_contents div.row {
  margin-left: 25px;
  margin-right: 25px;
}

/* News */
div#news {
  width: 320px;
  float: left;
}

div#news th {
  vertical-align: top;
  padding-right: 8px;
  font-weight: normal;
}

/* Information */
div#information {
  width: 335px;
  float: left;
  border-left: 1px solid #ddd;
  margin-left: 15px;
  padding-left: 15px;
}

div#information h3{
  clear: both;
}

div#information p {
  line-height: 1.3;
}

/* 連載記事のリード */
div#top_contents p.lead {
  margin-left: 30px;
  margin-right: 20px;
}

/* 連載記事一覧 */
div#top_contents div.entry_list {
  margin-left: 20px;
}

div#top_contents div.entry_list ul {
  width: 290px;
  float: left;
  margin-left: 0;
  padding-left: 35px;
  padding-bottom: 6px;
  margin-bottom: 0;
}

div#rails_diary td span {
  color: #f90;
}

div#webdesign td span {
  color: #088;
}

div#webdesign td span.notyet {
  color: silver;
}

ul.inside li {
  list-style-position: inside;
}
