@charset "utf-8";
body {
	width: 1000px;
	background-color: #09C;
	position: relative;
}
#container {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
}
#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 1000px;
	background-color: #FFF;
}
#header .logo {
	background-image: url(../img/2020header001.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 111px;
	width: 1000px;
}
#header .logo a{
	display: block;
	height: 111px;
	width: 1000px;
}

#header h1 {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 10px;
	font-weight: normal;
	text-indent: -9999px;
}
#header #tel {
	float: left;
	position: relative;
	left: 788px;
	top: -67px;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D00;
	letter-spacing: 0px;
}
#header #tel a {
	color: #D00;
	text-decoration: none;
}

#header #email {
	float: left;
	position: absolute;
	left: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	top: 75px;
}
#header #email a {
	color: #000;
	text-decoration: none;
}
#header #email a:hover {
	color: #F00;
}

#mainnav {
	width: 1000px;
	height: 30px;
}
#mainnav .top-menu {
	width: 1000px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainnav .menu-parent {
	position: relative;
	float: left;
	width: 100px;
	height: 30px;
	margin: 0;
	padding: 0;
}
#mainnav .menu-parent > a {
	display: block;
	width: 100px;
	height: 30px;
	text-indent: -9999px;
}
#mainnav .dowun-menu {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100px;
  margin: 0;
  padding: 0;
}
#mainnav .menu-child {
	overflow: hidden;
	width: 100px;
	height: 0;
	transition: .2s;
}
#mainnav .menu-child a {
	display: block;
	padding: 5px 7px;
	background: #eee;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#mainnav .menu-child:hover > a {
	color: #666;
	background: #ddd;
}
#mainnav .menu-parent:hover > ul > li {
	overflow: visible;
	height: 33px;
}
#mainnav #info > a {
	background-image: url(../img/btn-menu-lafta.png);
}
#mainnav #rafting > a {
	background-image: url(../img/btn-menu-rafting.png);
}
#mainnav #riversup > a {
	background-image: url(../img/btn-menu-riversup.png);
}
#mainnav #kraken > a {
	background-image: url(../img/btn-menu-kraken.png);
}
#mainnav #safety > a{
	background-image: url(../img/btn-menu-safety.png);
}
#mainnav #staff > a {
	background-image: url(../img/btn-menu-staff.png);
}
#mainnav #reservation > a {
	background-image: url(../img/btn-menu-reservation.png);
}
#mainnav #access > a {
	background-image: url(../img/btn-menu-access.png);
}
#mainnav #vacancy > a{
	background-image: url(../img/btn-menu-vacancy.png);
}
#mainnav #diary > a{
	background-image: url(../img/btn-menu-diary.png);
}
#mainnav #blank {
	background-image: url(../img/btn-menu-blank.png);
}

#footer {
	font-size: 85%;
	line-height: 1.3em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#contents {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#contents #breadcrumbsMenu {
	font-size: 12px;
	margin: 5px 0px 0px 20px;
}
#contents-left {
	width: 900px;
	float: left;
	margin: 10px 0px 20px 50px;
	background-color: #FFF;
}
* html body #contents-left {
	margin-left: 25px;
}
#contents-right {
	width: 200px;
	float: right;
	border: 1px solid #999;
	padding: 5px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}

#contents-right h3 {
	text-align: left;
	margin: 0px 0px 5px 0px;
}
#contents-right h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#contents-right hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999;
}
#contents-right #tel {
	text-align: left;
}
.title-line {
	width: 915px;
	font-size: 16pt;
	line-height: 150%;
	font-weight: bold;
	color: #215135;
	margin: 0 auto 10px auto;
	padding: 5px 5px 5px 10px;
	border-bottom: 2px solid #22552E;
	border-left: 10px solid #22552E;
}
.bold-red {
	color: #e00;
	font-weight: bold;
}
.note-r {
	color: #e00;
}

/*==========================================*/

/*----- Tour style -----*/

#tour-flow {
	width: 940px;
	margin: 0 auto 50px auto;;
}
#tour-flow p.note {
	font-size: 14px;
	margin-left: 1em;
}
#tour-flow table {
	width: 900px;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
#tour-flow table td.colm260 {
	width: 260px;
	text-align: center;
	vertical-align: middle;
}
#tour-flow table td.colm60 {
	width: 60px;
	text-align: center;
	vertical-align: middle;
}
#tour-flow table td.colm-text {
	font-size: 13px;
	vertical-align: top;
	padding: 10px;
	background-color: #FFFAE5;
}
#tour-flow table td .guide-num {
	font-size: 16px;
	margin-bottom: 0.25em;
}
#tour-flow table td dl {
	font-size: 12px;
	margin: 0;
}
#tour-flow table td dl dt {
	margin: 0;
}
#tour-flow table td dl dd {
	margin: 0 0 1em 1.5em;
}