@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  background-color: #aaaaaa;
  color: #333333;
  line-height: 2;
}

h1 {
  font-family: serif;
  font-size: 36px;
  border-bottom: 1px solid #cccccc;
}
p,h1 {
  margin-top: 0;
}
p {
  font-size: 13px;
}
img {
  vertical-align:bottom;
}
ul {
  margin: 0;
  padding: 0;
}
#wrap {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
}
#photograph .photograph-list li {
  float: left;
  list-style: none;
  margin: 0 20px 5px 13px;
}
#photograph .photograph-list li:nth-child(2n) {
  margin-right: 0;
}
.clearfix {
  width: 960px;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
ul.photograph-list img { width: 450px; }

footer {
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  background-color: #767671;
}
footer small {
  font-size: 12px;
}