@charset "UTF-8";
table{
  font-size : 14px;
  font-weight : bold;
  color : white;
  background-color : silver;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

h1{
  color : red;
  background-color : yellow;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  font-weight : bold;
}

.speck{
  font-size : 26px;
  font-weight : bold;
  color : green;
  background-color : white;
  margin-top : 20px;
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 20px;
}

#inoshishi{
  background-color : #fcfdc1;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;border-width : 1px;
  font-weight : bold;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;border-style : dashed;
  width : 800px;
  overflow: hidden;
}

#inoshishiimage{
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 350px;
  float : left;
}

#inoshishidata{
  margin-top : 40px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  width : 350px;
  float : right;
}
