@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
}
#main {
	padding: 15px;
	float: right;
	width: 608px;
	margin-bottom: 5px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 190px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}

/* hack style
------------------------------*/
* html #main {
	padding-left: 0px;
}

* html #main ul li a {
	margin-bottom: 0px;
}

/* Hides from IE5-mac \*/
* html #main div.ct {
	margin-right: 24px;
}
/* End hide from IE5-mac */

/* header styles
------------------------------*/
#header {
	background-repeat: no-repeat;
	height: 140px;
	border-top: none;
	position: relative;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: 0px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #topbar {
	float: left;
	clear: both;
	padding-left: 243px;
}


#header ul#mainNavi {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	top: 106px;
	left: 0px;
}
#header ul#mainNavi li {
	list-style: none;
	float: left;
}
#header ul#mainNavi li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 121px;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul#mainNavi li a:hover {
	background-color: #E8ECF5;
}

#header ul#mainNavi li#nHome a {
	border-left-style: none;
	width: 120px;
}
#home #header #mainNavi #nHome a,
#creative #header #nCreative a,
#coordinate #header #nCoordinate a,
#ecotourguide #header #nEcotourguide a,
#profile #header #nProfile a,
#shop #header #nShop a {
	color: #FFFFFF;
	background-color: #828CA7;
}
#header ul#subNavi li a {
	color: #333333;
	text-decoration: none;
	background-image: url(images/ya.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 75px;
	padding-left: 14px;
}
#header ul#subNavi li a:hover {
	color: #666666;
	text-decoration: underline;
}
#header ul#subNavi li {
	display: inline;
	float: right;
	list-style: url(none) none;
	padding-top: 42px;
	clear: left;
	margin-right: 3px;
}






/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 140%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #00AC4B;
	border-bottom: 1px dotted #666666;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main p em {
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
}

#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}

#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
	text-decoration: none;
}
#main #news a {
	text-decoration: none;
}
#main #news a:hover {
	text-decoration: underline;
}
#main #news a:visited {
	color: #333333;
}



/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 175px;
	padding-left: 15px;
	color: #333333;
}
#sidebar  ul  li  a:hover  {
	background-image: url(images/arrow_hover.gif);
}
#sidebar  em {
	font-weight: bold;
}


#banner {
	clear: none;
	width: 828px;
	float: left;
	padding: 15px;
}

/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;

/* faq
------------------------------*/
}
#main dl#faq dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#main dl#faq dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-bottom: 1em;
}


/* creative
------------------------------*/
#main div.ct {
	float: left;
	width: 170px;
	margin-right: 32px;
	margin-bottom: 30px;
}
#main  div.ct  h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
	margin: 10px 0px 5px;
}
#main div.ct img {
	border: 1px solid #999999;
}
#main div.ct #tourInfo {
	display: block;
	margin-bottom: 6px;
	padding-left: 7px;
	border-left: 3px double #00AC4B;
	line-height: 1.2;
	border-bottom: 1px dotted #00AC4B;
}
#main .tourAttention {
	clear: left;
}





#main div.fm {
	float: left;
	width: 276px;
	margin-right: 20px;
}
#main .byMail {
	clear: left;
}
#main  #goForm  {
	border-top: 1px solid #CCCCCC;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#main  #goForm  th {
	text-align: center;
	color: #FFFFFF;
	background-color: #6666FF;
}
#main #goForm tr {
	text-align: center;
}
#main #goForm td {
	padding-right: 3px;
	padding-left: 3px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}







/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
#main  table#caseTable {
	border-style: none;
	border-width: 0px;
}
#main #caseTable td {
	padding: 5px;
	border-width: 0px;
	border-style: none;
}
#main #calendarTable {
	text-align: center;
}
#main #calendarTable th {
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #E0E0E0;
}
#main #calendarTable td {
	border: 1px solid #CCCCCC;
}
#main #calendarTable2 {
	border-collapse:inherit;
	border-width: 0px;
	border-style: none;
}
#main #calendarTable2 td {
	border-style: none;
	border-width: 0px;
	padding-left: 1px;
}
#main #calendarTable2 th {
	border: 1px solid #666666;
}
#main #equipmentList {
	text-align: left;
	border: 1px solid #CCCCCC;
}
#main   #equipmentList   th {
	text-align: left;
	border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
}
#main  #equipmentList  td {
	border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
}








/* form
------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
#main ul li a {
	background-image: url(images/ya.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
	margin-bottom: 10px;
}
#main ul li {
	list-style: none;
}
#main  #attention li {
	list-style: disc outside;
	margin-left: 25px;
}





/* sidebar navi
------------------------------*/

#sidebar   #crIndex a  {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #crWorkflow a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #crCase a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #crFaq a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #coIndex a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #coWorkflow a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #coCase a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #coFaq a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #ecIndex a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #ecMenu a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #ecPrice a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #ecEquipment a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #ecReservation a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #ecStaff a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}

#sidebar #ecFaq a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar  #ecOrder  a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #prIndex a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar    #prIndex2 a   {
	background-image: url(images/arrow_triangle.gif);
	padding-left: 25px;
}
#sidebar #prIndex2 a:hover {
	background-image: url(images/arrow_triangle_hover.gif);
}


#sidebar #conIndex a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_hover.gif);
}
#sidebar #conIndex2 a {
	background-image: url(images/arrow_triangle.gif);
	padding-left: 25px;
}
#sidebar #conIndex2 a:hover {
	background-image: url(images/arrow_triangle_hover.gif);
}
#sidebar #conIndex2 #conForm {
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/arrow_triangle_hover.gif);
}
/* sitemap
------------------------------*/
#mainPhoto div.sitemap {
	float: left;
	width: 240px;
	margin: 0px 26px 30px 0px;
}
#mainPhoto  div.sitemap h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #00AC4B;
	margin-bottom: 15px;
	margin-top: 0px;
	background-color: #EFEFEF;
	border-bottom: 1px dotted #666666;
}

#mainPhoto  div.sitemap p {
	background-image: url(images/ya.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1em;
	padding-left: 15px;
	padding-top: 0px;
}

#mainPhoto h1 {
	font-size: 140%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #00AC4B;
	border-bottom: 1px dotted #666666;
	margin-top: 0px;
	margin-bottom: 25px;
}
#mainPhoto h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	margin-top: 30px;
}
#mainPhoto .policyText {
	padding: 15px 30px 0px;
}
#mainPhoto .policyText p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#mainPhoto .policyText li {
	margin-left: 25px;
}
#mainPhoto .policyText .sitemap a {
	color: #333333;
	text-decoration: none;
}
#wrapper #mainPhoto .policyText .sitemap a:hover {
	color: #666666;
	text-decoration: underline;
}
#mainPhoto  .policyText  h2 {
	border-bottom: 3px solid #999999;
}


/* float
------------------------------*/
.floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	clear: left;
	margin-left: 0px;
}

