@charset "Shift_JIS";

#introduction {
  position: absolute;
  top: 0;
  /* right: 0; */
  left: 1100px;
  width: 150px;
  height: 50px;
  background-color: #FFFF99;
  border: 3px solid blue;
  border-radius: 10px;
}

#notice {
  white-space: nowrap; /* 改行、スペース、タブをそのまま表示します。 */
  font-size: 14px;
  background-color: #FF9966;
  border: 3px solid black;
  border-radius: 10px;
  padding: 10px;
  width: 600px;
  height: 100px;
  margin-left: 300px;
  margin-bottom: 30px
}
