#content {
  width: 100%;
  background: url(../images/content_background.gif);
  text-align: left;
  overflow: auto;
  margin: 0;
  clear: both;
}

#content p {
  line-height: 1.5em;
}

#content dd {
  margin-left: 20px;
  line-height: 1.5em;
}

#content ul {
  list-style-type: none;
  padding-left: 0.8em;
}

#content li {
  background: url(../images/list_arrow_blue.gif) no-repeat 0 0.5em;
  line-height: 1.5em;
  padding-left: 0.8em;
}

#content a, #sub-content a {
  color: #3e9cac;
  text-decoration: underline;
}

#content a:hover,#sub-content a:hover {
  color: #2a5f69;
  text-decoration: none;
}

#content hr {
  height: 0;
  border: 1px dashed #08c;
  background-color: #fff;
}

#content table.standard {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

#content table.standard th {
  background-color: #eee;
  padding: 3px;
}

#content table.standard td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 3px;
}

/* main content */
#content-main {
  float: left;
  width: 560px;
  margin: 0;
  background-color: #fff;
}

#content-main #text {
  padding: 10px 20px;
  overflow: auto;
}

#content-main h2 {
  margin-top: 0.5em;
}


/* sub content */
#content-sub {
  float: right;
  width: 220px;
  text-align: center;
  margin: 0;
}

#content-sub h2 {
  margin: 0.2em 10px;
}

#content-sub h3 {
  margin: 1.0em 10px 0.2em 10px;
}

#content-sub p {
  margin: 0.2em 10px 1.0em 10px;
}

.box {
  width: 200px;
  margin: 10px auto;
  text-align: left;
  background-color: #d6f0f5;
  border: 1px dotted #3e9cac;
}

#availability-box form {
  margin-bottom: 10px;
}

#availability-box select, #availability-box input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
}

#availability-box .number {
  width: 4em;
}

#notice-box {
  height: 400px;
  overflow: auto;
}