@charset "UTF-8";

h3 {
  padding: 5px;
  background-color: #c2dB75;
  color: #006738;
  font-size: 1.3em;
  font-weight: bold;
}

.contents_box {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.contents_box h4 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.contents_box p {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.contents_box table {
  margin-bottom: 10px;
  border-collapse: collapse;
}

.contents_box tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #006600;
  background-color: #ffffff;
  color: #ff0000;
  font-size: 1.1em;
}

.contents_box ul {
  overflow: hidden;
  clear: both;
  width: 510px;
  margin-bottom: 10px;
}

.contents_box ul li {
  float: left;
  width: 160px;
  padding-right: 10px;
  text-align: center;
}
  
  
