#container {
  width: 800px;
  margin: 0 auto;
  background-image: url("./images/bg-container.jpg");
  background-repeat: no-repeat;
  background-color: #d8e7b0;
  color: #000;
}

#container-inner {
  width: 760px;
  margin: 0 auto;
}

#header span {
  font-size: 8.5pt;
}

#header #oa-time {
  display: block;
  margin-left: 10px;
  color: #fff;
  font-size: 9pt;
}

#header-inner {
  float: left;
  width: 610px;
  margin: 25px 0 0 15px;
  _margin: 20px 0 0 8px;
}

#header #happiness {
  margin-top: 30px;
}

#header #message {
  float: left;
  margin-top: 20px;
}

.contents {
  clear: both;
  width: 758px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #eaf3d6;
  background-image: url("./images/bg-contents.jpg");
  background-repeat: no-repeat;
  border: dotted 1px #666;
}

.contents-inner {
  width: 700px;
  margin: 20px auto;
}

.contents .photo {
  float: left;
  width: 200px;
  text-align: center;
}

.contents .photo img {
  border: solid 5px #fff;
}

.contents .text {
  float: left;
  width: 480px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 10px;
}

.contents .oa-date {
  margin-left: 10px;
  color: #5a7f51;
  font-size: 8pt;
}

.contents .title {
  padding-left: 3px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-left: solid 3px #5a7f51;
  font-size: 8pt;
  font-weight: bold;
}

.contents .name {
  display: block;
  font-size: 10pt;
}

.contents .indent {
  margin-left: 10px;
}

.contents .theme {
  display: block;
  width: 500px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #5a7f51;
  color: #5a7f51;
  font-size: 10pt;
  font-weight: bold;
}

.contents select {
  float: right;
  width: 200px;
}

.contents .a-pics {
  float: left;
  width: 100px;
  height: 90px;
  border: solid 1px #666;
}

.contents .a-text {
  float: left;
  width: 530px;
  margin-left: 30px;
  font-size: 8pt;
}

.contents span.photo-desc {
  display: block;
  margin-bottom: 30px;
}

#footer {
  width: 100%;
  height: 50px;
}

#footer img {
  margin-left: 10px;
  vertical-align: middle;
}

#footer #copyright {
  margin-left: 70px;
}
.info {
  margin: 10px;
  padding: 10px;  
  background-color:#FFF;
  margin-left:30px;
}
