/*サブネール表示区画*/
div#ThumbnailBox { width: 770px;
               float: left; }
               
/*表示アイテム 1ブロック分の要素*/
.Box_S { width: 70px; height: 70px; float: left;  text-align: center;  }
.Box_S a {width: 70px; float: left; text-align: center; }

/*画像の枠線を消す*/
a img { border-style: none; }
