@charset "UTF-8";

/* --- クルーズ TOPページ --- */

#top {
  clear: both;
  width: 715px;
  padding-top: 10px;
}

#top p {
  float: left;
  width: 350px;
}

#top dl {
  float: right;
  width: 355px;
}

#top dl dd {
  padding-top: 15px;
  line-height: 1.4;
}

.cruise_area {
  overflow: hidden;
  clear: both;
  width: 715px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #eeffff;

}

.cruise_area li {
  float: left;
  width: 238px;
  text-align: center;
}

.cruise_area li a {
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #3333ff;
  background-color: #ffffcc;
  font-size: 14px;
}

.cruise_box {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cruise_tourlist {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed #cccccc;

}

.cruise_tourlist li {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
}

.cruise_tourtable {
  width: 715px;
}

.cruise_tourtitle {
  width: 525px;	
}

.cruise_tourpage {
  width: 190px;
  text-align: right;
}

.cruise_tourimg {
  width: 180px;
  text-align: left;
}

.cruise_tourtext {
  width: 525px;
  margin: 5px 10px;
  font-size: 12px;
  line-height: 1.1em;
}

.cruise_tourtext2 {
  width: 300px;
  margin: 5px 10px;
  font-size: 12px;
  line-height: 1.1em;
}


.cruise_tourbutton {
  margin: 5px 10px;
  text-align: center;
}