@charset "UTF-8";

/* --- サイパン TOPページ --- */

#top p {
  float: left;
  width: 280px;
  text-align: center;
}

#top dl {
  float: right;
  width: 425px;
}

#top dl dd {
  line-height: 1.4;
  margin-bottom: 8px;
}

#button_tourlist {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.tour_list {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 10px;
}

.tour_list li {
  margin-bottom: 2px;
}

.shop_list {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 10px;
}

.shop_list li {
  float: left;
  width: 135px;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 1.3;
  font-size: 10px;
  text-align: center;
}

.shop_list li p {
  padding: 5px;
  text-align: left;
}

.resort_map {
  float: left;
  width: 364px;
  margin-bottom: 5px;
}

.resort_photo {
  float: right;
  width: 190px;
  margin-bottom: 5px;
}

.resort_list li {
  list-style-type: decimal;
  list-style-position: inside;
  clear: both;
  padding: 5px;
  border-top: 1px solid #00a0e9;
}






/* --- パラオ TOPページ --- */

#top p {
  float: left;
  width: 280px;
  text-align: center;
}

#top dl {
  float: right;
  width: 425px;
}

#top dl dd {
  line-height: 1.4;
}

#newtopics {
  margin-bottom: 15px;
}

#topics_object {
  width: 558px;
  height: 100px;
  padding: 0px;
  border: 1px solid #333333;
}

#topics_pagespace {
  padding: 3px 10px;
  text-align: left;
}

#topics_pagespace dl {
  margin-top: 0px;
}

.topics_title {
  display: block;
  color: #0000ff;
  margin-top: 5px;
}

.topics_text  {
  margin-left: 0px;
  margin-top: 3px;
  margin-bottom: 10px;
}

.topics_remarks  {
  font-size: 11px;
  color: #8f0000;
  margin-left: 0px;
  margin-top: 2px;
}

.topics_tourendline {
  text-decoration: line-through;
}

.topics_tourend {
  margin-top: 15px;
  color: #ff0000;
}

#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 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;
}

