body{
  font-size : 16px;
  font-family : メイリオ;
  line-height : 20px;
}

/*縁取り/
.BoxShadow2{
     box-shadow:0px 0px 10px;
     border : 1px solid rgb(153, 153, 153);
     width : 840px;
     height:px;
     margin-left : auto;
     margin-right : auto;
     margin-top : 5px;
}