body{
 margin: 0;
 padding: 0;
 text-align: center;
 background: #555;
 line-height: 150%;
 letter-spacing: 0.1em;
 font-size: 14px;
}

#wrap{
 width: 700px;
 margin: auto;
 text-align: left;
 background: white;
 border: 1px solid #000;
}

.head{
 color: #fff;
 height: 150px;
 background: url(./img/banner.jpg) no-repeat;
 border-bottom: 1px solid #000;
 border-top: 1px solid #000;
}

h1{
  padding: 200px 0 10px 15px;
  margin: 0;
  text-indent: -9999px;
}

h2{
  border-left: 15px solid #cc0000;
  padding: 2px 5px;
  border-bottom: 1px solid #333;
  background: #e8e8e8;
  font-size: 16px;
}

.content{
 padding: 15px;
}

p{
 margin-left: 10px;
}
