#wrapper {
  width: 960px;
}

#header {
  *zoom: 1;
  width: 960px;
  height: auto;
  background: url(../images/dot.gif) repeat-x left bottom;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header h1 {
  float: left;
  margin: 30px 0 20px;
}
#header p {
  padding: 10px 0 0;
  margin: 0;
}

.contents {
  margin-top: 40px;
}
.contents .item {
  *zoom: 1;
  width: 800px;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
}
.contents .item:after {
  content: "";
  display: table;
  clear: both;
}
.contents .item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0px none;
}
.contents .item .photos {
  float: left;
  width: 360px;
}
.contents .item .photos .photo {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.contents .item .photos .photo:first-child {
  margin-top: 0;
}
.contents .item .comments {
  margin-left: 400px;
}
.contents .item .comments .date {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
}
.contents .item .comments h3 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
}
