@import "../../css/general.css";

#main {
  padding: 12px;
}

#title {
  text-align: center;
  width: 450px;
  margin: .5em auto;
  padding: 0;
  /* padding-top: .5em; */
  height: 37px;
}

#title img {
  border: 0;
  margin: 0;
  padding: 0;
}

#title .prev {
  float: left;
}

#title h1 {
  font-size: 150%; font-weight: bold;
  float: left;
  width: 313px;
  margin: 4px 0;
  padding: 0;
  line-height: 29px;
}

#title h1 img {
  vertical-align: middle;
  padding-left: 1em;
}

#phenomena-list {
  width: 90%;
  clear: left;
  margin: 1.5em auto;
  border-width: 2px 0;
  border-style: ridge;
  border-color: #333;
}

#phenomena-list ul {
  margin: 1em;
  padding: 0;
}

#phenomena-list ul li {
  list-style-type: none;
  font-family: monospace;
  vertical-align: top;
  background: url(../../image/icon/or_star.gif) no-repeat left .3em;
  padding-left: 22px;
  line-height: 1.6;
}

#rise-set {
  width: 90%;
  margin: auto;
  border-collapse: collapse;
  border: 2px solid #333;
  line-height: 130%;
  text-align: left;
}


#rise-set thead {
  border-bottom: 2px solid #333;
  text-align: center;
  background-color: #f0f0f0;
}

#rise-set thead th, #rise-set thead td.left-end {
  border-left: 1px solid #666;
}

#rise-set tbody th {
  text-align: center;
  vertical-align: top;
  border: 1px solid #666;
  padding: 2px 0.3em;
}

#rise-set tbody td {
  text-align: right;
  vertical-align: top;
  border: 1px solid #666;
  padding: 2px 0.3em;
}

#rise-set tbody tr.even {
  background-color: #f6f6f6;
}

#close-button {
  margin : 1em auto;
  text-align: center;
}

#close-button a img {
  border: none;
}
