@charset "utf-8";


/* =========================================== *
 *	contents
 * =========================================== */

h2 {
	margin-bottom: 28px;
}


div.column-1 {
	clear: both;
	padding-bottom: 25px;
}
div.column-2 {
	padding-bottom: 30px;
}
div.column-1 h3 {
	margin-bottom: 22px;
}
div.column-2 h3 {
	margin-bottom: 8px;
}


#about {
	padding-bottom: 40px;
}
#about h3 {
	margin-bottom: 20px;
}
#about p.catchcopy {
	margin-bottom: 10px;
}
#about p.date {
	width: 260px;
	padding: 10px 15px;
	border: 1px solid #dcdcdc;
	background-color: #f5f5f5;
	font-weight: bold;
}


#greenBoat p.img,
#environment p.img {
	width: 248px;
	float: right;
	text-align: right;
}
#greenBoat p.text,
#environment p.text {
	margin-right: 267px;
}


#wayPort1 {
	width: 504px;
	float: left;
}
#wayPort1 p.img {
	width: 238px;
	float: left;
}
#wayPort1 p.place {
	margin: 0 30px 12px 280px;
	padding: 10px 15px;
	border: 1px solid #dcdcdc;
	background-color: #f5f5f5;
	font-size: 10px;
}
#wayPort1 p.resizeBtn {
	margin-left: 280px;
}


div.ship {
	width: 215px;
	float: right;
}


#spot1 ul li {
	width: 353px;
	margin: 0 29px 15px 0;
	float: left;
	display: inline;
	list-style: none outside;
}
#spot1 ul li.right {
	margin-right: 0;
}
#spot1 ul li h4 {
	margin-bottom: 13px;
	padding-bottom: 5px;
	color: #056B48;
	border-bottom: 1px solid #056B48;
}
#spot1 ul li p.img {
	width: 184px;
	float: left;
}
#spot1 ul li p.text {
	margin-left: 195px;
}


#schedule p {
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
}
#schedule table {
	width: 258px;
	float: left;
	margin-top: 15px;
}
#schedule table th,
#schedule table td {
	padding: 5px 10px;
	letter-spacing: 1px;
}
#schedule table th {
	width: 60px;
	background-color: #E6F0EC;
	text-align: center;
	font-weight: normal;
}
#schedule dl {
	margin-left: 300px;
}
#schedule dl dd {
	margin: 10px 0 0 10px;
	font-size: 10px;
}


#price table {
	width: 735px;
	margin-bottom: 20px;
}
#price table caption {
	text-align: left;
	font-weight: bold;
}
#price table th,
#price table td {
	padding: 5px 10px;
	text-align: center;
}
#price table th {
	background-color: #E6F0EC;
	font-weight: normal;
}
#price table td.name {
	width: 110px;
	padding-left: 20px;
	text-align: left;
}
#price table td.price {
	text-align: right;
}
#price p {
	margin-bottom: 15px;
	font-size: 10px;
}


#spot2 p.img {
	width: 384px;
	float: left;
}
#spot2 p.img img {
	margin-right: 8px;
}
#spot2 p.text {
	margin-left: 390px;
}


#wayPort2 {
	width: 504px;
	float: left;
}
#wayPort2 p.img {
	width: 384px;
	float: left;
}
#wayPort2 p.img img {
	margin-right: 8px;
}
#wayPort2 p.place {
	margin-left: 381px;
	padding: 10px 15px;
	border: 1px solid #dcdcdc;
	background-color: #f5f5f5;
	font-size: 10px;
}


#infomation ul {
	width: 735px;
	margin-top: -10px;
	padding: 0;
}
#infomation ul li {
	padding: 8px 10px;
	list-style: none outside;
	background: url("../../../common/images/dotted.gif") left bottom repeat-x;
}
#infomation ul li p {
	padding-left: 15px;
	background: url("../../../common/images/arrow04.gif") 0 3px no-repeat;
}




div.column-1,
div.column-2 {
	height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html div.column-1,
* html div.column-2 {
	height: 1%;
}
div.column-1,
div.column-2 {
	display: block;
}
/* End hide from IE-mac */

div.column-1:after,
div.column-2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
