@charset "UTF-8";

/* --- フィジー TOPページ --- */

#top p {
  float: left;
  width: 280px;
}

#top dl {
  float: right;
  width: 425px;
}

#top dl dd {
  line-height: 1.4;
}

#information {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 15px;
}

#information p {
  float: left;
  width: 200px;
  font-size: 10px;
  text-align: center;
}

#information dl {
  float: right;
  width: 350px;
}

#information dl dt {
  clear: both;
  float: left;
  width: 70px;
  padding: 5px;
  border-top: 1px solid #00a0e9;
}

#information dl dd {
  float: left;
  width: 255px;
  margin-left: 5px;
  padding: 5px;
  border-top: 1px solid #00a0e9;
}

#itemlist {
  clear: both;
  width: 560px;
}

#itemlist div dl {
  float: left;
  width: 180px;
  padding: 3px;
}

#itemlist div dl dt {
  width: 180px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #ccccff;
  font-weight: bold;
  text-align: center;
}

#itemlist div dl dd {
  margin-bottom: 3px;
  font-size: 11px;
}

#itemlist div dl span {
  background-color: #ffffff;
  color: #009900;
}

#button_tourlist {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

#top_area {
  overflow: hidden;
  clear: both;
  width: 560px;
}

#top_area div dl {
  float: left;
  width: 275px;
  padding: 2px;
}

#top_area div dl dt {
  width: 275px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #ccccff;
  font-weight: bold;
  text-align: center;
}

#top_area div dl dd {
  margin-bottom: 3px;
  font-size: 11px;
}

#top_area div dl dd ul li {
  text-align: center;
}

#top_area div dl span {
  background-color: #ffffff;
  color: #009900;
}

.top_text {
  padding: 5px;
}