body{
 text-align: center;
 background: #CFCFA0;
 font-size: 14px;
}

#wrap{
 width: 700px;
 margin: auto;
 text-align: left;
 background: white;
 border: 1px solid #000;
}

.head{
 height: 200px;
 padding-top: 30px;
 color: #555555;
 background: url(img/taiyo2.jpeg) repeat ;
 border-bottom: 1px solid #000;
 border-top: 1px solid #000;
 font-size: 30px;
 text-align: center;
}

h1{
  padding: 1px 0 10px 15px;
  margin: 0;
  text-indent: -9999px;
}

h2{
  border-left: 15px solid #cc6633;
  padding: 2px 5px;
  border-bottom: 1px solid #333;
  background: #e8e8e8;
  font-size: 16px;
}

.content{
 padding: 15px;
}

p{
 margin-left: 10px;
}
