html body {
  background-color: #d11010;
}

#container {
  width: 760px;
  height: auto;
  margin: 0 auto;
  background-color: #dfe0e5;
}

.contents {
  width: 714px;
  margin: 0 auto 30px auto;
}

.paragraph {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.contents-pics {
  float: left;
  width: 260px;
}

.contents-desc {
  float: right;
  width: 450px;
}

#footer {
  height: 70px;
  background-color: #fff;
}

#footer img {
  margin-top: 15px;
  margin-left: 30px;
  vertical-align: middle;
}

/* parts layout */
.contents span#credit {
  display: block;
  margin: 10px 0;
  color: #333;
}

.contents img.a-name {
  margin-bottom: 30px;
}

.contents-pics img {
  margin-bottom: 10px;
}

.contents-desc ul {
  margin: 0px;
  padding-left: 1.5em;
  list-style-type: decimal;
  list-style-position:inside;
}

.contents-desc li {
padding-left: 5px;
  border-bottom: solid 1px #999;
  line-height: 2em;
}

.contents-desc h3 {
  margin: 5px 0px;
}

#footer #copyright {
  margin-left: 250px;
}

.read {
color:#333333;
font-size:12px;
line-height:18px;
margin-top:15px;
}

.textcont {
color:#333333;
margin:15px;
}