@charset "UTF-8";
h1{
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 3px 70px 2px;
  color: #030;
  border-top: 2px solid #9c0;
  border-bottom: 1px solid #ccc;
}
/*-- コンテンツ部分 740px --*/
#contents {
  padding: 40px 30px;
  position: relative;
  top: 220px;
  height: 440px;
}

#contents p {
  line-height: 1.5em;
  margin-bottom: 1em;
  margin-left: 100px;
  font-size: 120%;
}

/*-- 写真部分 --*/
#photo {
  width: 100%;
  height: 180px;
  position: absolute;
  top: 160px;
  
}