body { 
  width: 1000px;
  hight: auto;
  font-size: 16px;
  color: #8B4513
}

body { 
  width: 1000px;
  margin: 0 auto; 
}

body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',
'ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック',
'MS PGothic' ,'Roboto','Droid Sans'sans-serif; 
}

a {color: #8B4513;
text-decoration: none;
}

a:hover {
  color: #D2B48C;	
  }
 
hr {
  height: 2px;
  background-color: #D2B48C;
  border: none;
  color: #D2B48C;
}

.box2 {
  float: left;
  width: 72%;
}
.box3 {
  float: left;
  width: 28%;
}

.box2 img, iframe {
  padding-left: 50px
  }

.box2 h1,h2,h3{
  font-size: 17px;
  margin-left: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #DEB887;
  box-shadow: 0px 0px 0px 5px #DEB887;
  border: dashed 1px white;
  padding: 0.2em 0.2em;  
  }


.box2 p,h {
  padding-left: 50px;
  }

.box3 img {
  padding-left: 50px
  }

.box3 p {
  padding-left: 50px;
  font-size: 14px;
  }

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  }
 
