#basic-modal-content {
  display: none;
}

#basic-modal-title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  background-color: #f0f2dc;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

#basic-modal-data {
  color: #333333;
}

#simplemodal-overlay {
  background-color: #222222;
}

#simplemodal-container {
  height: auto;
  width: 600px;
  color: #bbbbbb;
  background-color: white;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #f0f2dc;
  border-right-color: #f0f2dc;
  border-bottom-color: #f0f2dc;
  border-left-color: #f0f2dc;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 25px;
  padding-left: 12px;
}

#simplemodal-container .simplemodal-data {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

#simplemodal-container code {
  background-color: #141414;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #65b43d;
  color: #bbbbbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}

#simplemodal-container a {
  color: #333333;
}

#simplemodal-container a.modalCloseImg {
  background-color: transparent;
  background-image: url("../images/basic/x.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
}

#simplemodal-container h3 {
  color: #84b8d9;
}

#center {
  clear: left;
}

#aaa {
  text-align: left;
  position: absolute;
  display: table-header-group;
  float: none;
}

#aaa:hover {
  float: right;
}

#a {
  font-variant: normal;
  text-decoration: none;
  font-weight: bold;
  font-size: large;
  color: #333399;
  text-align: center;
  vertical-align: top;
}

#あ {
  font-size: medium;
  color: #ff6600;
}

