/**
 * Base styles
 * @version: 14 Apr 2011
 */
html {
	background: #fff;
}
body {
	font-family: 'Lucida sans', Arial, sans-serif;
	color: #333;
}
a {
	color: #02439c;
	text-decoration: none;
}
a:hover {
	color: #02439c;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img {
	vertical-align: bottom;
}
/* Container */
.container {
	width: 100%;
	background: url(../img/common/bg_top.jpg) no-repeat center top;
}
.container-inner {
	width: 100%;
	background: url(../img/common/bg_bottom.jpg) no-repeat center bottom;
}
/* Header */
.header {
	width: 940px;
	height: 165px;
	margin: 0 auto;
	position: relative;
}
.logo {
	width: 940px;
	height: 0;
	padding-top: 135px;
	display: block;
	overflow: hidden;
	background: url(../img/common/logo_l.png) no-repeat 0 0;
	position: absolute;
	top: 30px;
	left: 0%;
	margin-left: 0px;
}
/* LangNav */
.langnav {
	position: absolute;
	right: 0;
	top: 10px;
}
.langnav ul {
	font-size: 93%;
	line-height: 1.32;
}
.langnav ul li {
	padding: 0 4px 0 18px;
	background: url(../img/common/langnav_separator.gif) no-repeat 0 1px;
	display: inline;
}
.langnav ul li:first-child {
	background: none;
	padding-left: 0;
}
.langnav ul li a {
	color: #fff;
	text-decoration: none;
}
.langnav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.langnav ul li:first-child {
	border: none;
}
.tourcompany {
	position: absolute;
	right: 0;
	top: 55px;
}
/* Nav */
.nav {
	width: 940px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.nav ul {
	width: 941px;
	font-size: 93%;
	line-height: 1.32;
}
.nav ul li {
	float: left;
}
.nav a {
	width: 115px;
	height: 0;
	color: #333;
	text-decoration: none;
	padding-top: 70px;
	background-image: url(../img/common/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	display: block;
	overflow: hidden;
}
.nav .nav01 a {
	background-position: 0 0;
}
.nav .nav02 a {
	background-position: -115px 0;
	width: 120px;
}
.nav .nav03 a {
	background-position: -235px 0;
	width: 120px;
}
.nav .nav04 a {
	background-position: -355px 0;
	width: 120px;
}
.nav .nav05 a {
	background-position: -475px 0;
	width: 120px;
}
.nav .nav06 a {
	background-position: -595px 0;
}
.nav .nav07 a {
	background-position: -710px 0;
}
.nav .nav08 a {
	background-position: -825px 0;
}
.nav .nav01 a:hover {
	background-position: 0 -70px;
}
.nav .nav02 a:hover {
	background-position: -115px -70px;
}
.nav .nav03 a:hover {
	background-position: -235px -70px;
}
.nav .nav04 a:hover {
	background-position: -355px -70px;
}
.nav .nav05 a:hover {
	background-position: -475px -70px;
}
.nav .nav06 a:hover {
	background-position: -595px -70px;
}
.nav .nav07 a:hover {
	background-position: -710px -70px;
}
.nav .nav08 a:hover {
	background-position: -825px -70px;
}
#page-home .nav01 a {
	background-position: 0 -140px;
	cursor: default;
}
#page-ichiba .nav02 a {
	background-position: -115px -140px;
	cursor: default;
}
#page-europa .nav03 a {
	background-position: -235px -140px;
	cursor: default;
}
#page-fruits .nav04 a {
	background-position: -355px -140px;
	cursor: default;
}
#page-hotspring .nav05 a {
	background-position: -475px -140px;
	cursor: default;
}
#page-hotel .nav06 a {
	background-position: -595px -140px;
	cursor: default;
}
#page-fishing .nav07 a {
	background-position: -710px -140px;
	cursor: default;
}
#page-access .nav08 a {
	background-position: -825px -140px;
	cursor: default;
}
/* Main photo */
.mainphoto {
	width: 940px;
	margin: 0 auto 20px;
	overflow: hidden;
}
/* Page structure */
.contents {
	width: 940px;
	margin: 0 auto;
}
.contents:after {
	content: '';
	display: block;
	clear: both;
}
.c-sm .sidebar {
	width: 220px;
	float: left;
}
.c-sm .wrapper {
	width: 700px;
	float: right;
}
.c-sm .article {
	width: 700px;
	float: right;
}
.c-sm .aside {
	display: none;
}
/* Breadcrumb */
.breadcrumb {
	width: 100%;
	font-size: 93%;
	line-height: 1.32;
	margin-bottom: 5px;
}
.breadcrumb li {
	display: inline;
}
/* Column */
.column {
	width: 100%;
}
.column:after {
	content: '';
	display: block;
	clear: both;
}
.column h2, .column h3, .column h4, .column h5, .column h6 {
	font-weight: bold;
	line-height: 1.32;
	margin-bottom: 10px;
}
.column h2.hd {
	font-size: 260%;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	color: #1e5cb0;
	line-height: 1.2;
	margin: 15px 0;
}
.column h2.hd em {
	font-size: 70%;
	font-style: normal;
}
.column h3 {
	font-size: 114%;
}
.column h4 {
	font-size: 107%;
}
.column h5 {
	font-size: 100%;
}
.column h6 {
	font-size: 93%;
}
.column p, .column ul, .column ol, .column dl, .column table {
	font-size: 93%;
	line-height: 1.572;
	margin-bottom: 10px;
}
.column table.fixed {
	table-layout: fixed;
}
.column-inner {
	width: 100%;
	padding: 20px 0 10px;
	border-top: 1px solid #ddd;
}
.column-inner:after {
	content: '';
	display: block;
	clear: both;
}
.square li, .decimal li, .disc li, .circle li {
	margin-left: 25px;
}
.square li {
	list-style: square;
}
.decimal li {
	list-style: decimal;
}
.disc li {
	list-style: disc;
}
.circle li {
	list-style: circle;
}
.figure {
	margin-left: 20px;
	float: right;
}
.figcaption {
	line-height: 1.42;
	display: block;
}
.arrow {
	padding-left: 13px;
	background: url(../img/common/arrow.gif) no-repeat 0 -50px;
}
.scrollto {
	width: 100%;
	font-size: 93%;
	line-height: 1.32;
	text-align: right;
	margin-bottom: 20px;
	clear: both;
}
.scrollto a {
	padding-left: 18px;
	text-decoration: none;
	background: url(../img/common/arrow.gif) no-repeat 0 0;
}
.scrollto a:hover {
	text-decoration: underline;
}
.clr {
	clear: both;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
/* Form */
input[type=text], select, textarea {
	font-size: 13px;
}
input[type=button], input[type=reset], input[type=submit] {
	font-size: 13px;
	cursor: pointer;
}
/* Side bar items */
.info {
	width: 100%;
	margin: 0 auto 10px;
	background: #f3f4d6;
	overflow: hidden;
}
.info-inner {
	padding: 5px 15px;
}
.info h2 {
	font-size: 122%;
	font-weight: bold;
	line-height: 1.572;
	margin-bottom: 5px;
}
.info p {
	font-size: 93%;
	line-height: 1.42;
	margin-bottom: 5px;
}
.info ul {
	font-size: 93%;
	line-height: 1.42;
	margin-bottom: 5px;
}
.info ul li {
	margin-bottom: 5px;
	margin-left: 20px;
}
.banners {
	width: 100%;
	margin: 0 auto;
}
.banners p {
	font-size: 93%;
	line-height: 1.572;
	text-align: center;
	margin-bottom: 10px;
}
/* Footer */
.footer {
	width: 100%;
	height: 180px;
	padding-top: 20px;
	clear: both;
}
.footer-info {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px 0 5px;
	background: #ddd;
}
.footer-info-inner {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
.footer-info h2 {
	font-size: 93%;
	font-weight: bold;
	line-height: 1.572;
	margin-bottom: 5px;
}
.footer-info p {
	font-size: 85%;
	line-height: 1.572;
	margin-bottom: 5px;
}
.footer-info .footer-info-photo {
	width: 220px;
	padding-right: 30px;
	float: left;
}
.footer-info .footer-info-access {
	width: 240px;
	padding-right: 30px;
	float: left;
}
.footer-info .footer-info-read {
	width: 420px;
	float: left;
}
.fnav {
	width: 100%;
}
.fnav-inner {
	width: 950px;
	margin: 0 auto 10px;
}
.fnav ul {
	font-size: 93%;
	line-height: 1.32;
	text-align: center;
	margin-bottom: 10px;
}
.fnav ul li {
	padding: 0 4px 0 8px;
	border-left: 1px solid #cac298;
	display: inline;
}
.fnav ul li a {
	color: #534e37;
	text-decoration: none;
}
.fnav ul li a:hover {
	color: #534e37;
	text-decoration: underline;
}
.fnav ul li:first-child {
	border-left: none;
}
.copyright {
	width: 100%;
	clear: both;
}
.copyright p {
	width: 950px;
	color: #534e37;
	font-size: 93%;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
}
.copyright p small {
	font-size: 100%;
}
/**
 * Local styles
 */
/* Snav */
.snav {
	width: 660px;
	margin: 0 auto 10px;
	padding: 13px 19px;
	border: 1px solid #cde1ee;
	background-color: #ebf6fc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.snav ul {
	font-size: 122%;
	text-align: center;
}
.snav ul li {
	display: inline;
	border-left: 1px solid #a7c5ef;
	padding: 0 10px 0 14px;
}
.snav ul li:first-child {
	border: none;
	padding-left: none;
}
.snav ul li a.this, .snav ul li a.this:hover {
	color: #91b2e2;
	text-decoration: underline;
	cursor: default;
}
/* Home */
#welcome {
}
#welcome h2 {
	font-size: 26px;
	color: #726b91;
}
#welcome h3 {
	font-size: 16px;
	color: #726b91;
}
/* Points */
#point {
	width: 700px;
	padding-bottom: 20px;
	overflow: hidden;
}
#point-01 {
	width: 700px;
	background: #cf6e2d url(../img/home/point_01.jpg) no-repeat 0 0;
	margin-bottom: 4px;
	padding: 0;
	border-bottom: 1px solid #fff;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}
#point-01 p {
	width: 230px;
	font-size: 100%;
	color: #fff;
	margin: 80px 0 20px 20px;
}
.points {
	width: 711px;
	margin: 0;
	padding-top: 5px;
	overflow: hidden;
}
.points li {
	width: 345px;
	margin: 0;
	padding-right: 10px;
	float: left;
	overflow: hidden;
}
.points li p {
	font-size: 100%;
	padding: 0 10px;
}
.points li p.figure {
	padding: 0;
	float: none;
	margin: 0 0 10px;
}
/* Ichiba */
#ichiba-about {
	padding-top: 0;
	border: none;
}
#ichiba-photos {
	padding-top: 0;
	border: none;
}
#ichiba-eating .eating:first-child {
	border: none;
	padding-top: 0;
}
#ichiba {
	padding-bottom: 20px;
}
/* Layout2cols */
.layout2cols {
	width: 700px;
	overflow: hidden;
}
.layout2cols ul {
	width: 721px;
	margin: 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.layout2cols ul li {
	width: 340px;
	padding: 18px 18px 8px 0;
	float: left;
	overflow: hidden;
}
.layout2cols ul li .figure {
	margin-left: 15px;
}
.layout2cols ul li h3 {
	font-size: 114%;
}
.layout2cols ul li p {
	font-size: 100%;
}
/* Europa */
#europa-photos {
	padding-top: 0;
	border: none;
}
#europa ul {
	padding: 20px 0px;
}
#europa li.type_01 {
	width: 180px;
	float: left;
}
#europa li.type_02 {
	width: 100px;
	float: left;
}
#europa li.type_03 {
	width: 250px;
	float: left;
}
#europa ul:after {
	content: '';
	display: block;
	clear: both;
}
#europa-photo-box-left {
	width: 340px;
	float: left;
	margin-right: 20px;
}
#europa-photo-box-right {
	width: 340px;
	float: left;
}
#europa-photo:after {
	content: '';
	display: block;
	clear: both;
}
#europa-photo .figure {
	margin-left: 0px;
}
#europa-attraction h3 {
	color: #00a400;
}
.points-europa {
	width: 711px;
	margin: 0;
	padding-top: 10px;
	overflow: hidden;
}
.points-europa li {
	width: 217px;
	margin: 0;
	padding-right: 10px;
	float: left;
	overflow: hidden;
}
.points-europa li p {
	font-size: 100%;
	padding: 0 0 0 20px;
}
.points-europa li p.figure {
	padding: 0;
}
.points-europa h4 {
	padding-left: 20px;
	font-size: 120%;
}
/* Fruits */
#fruits .points h3 {
	padding-left: 10px;
}
#fruits .points p {
	margin-left: 0px;
}
/* Hotspring */
#hotspring .figure {
	width: 320px;
	padding: 10px 20px;
	background-color: #eeeeee;
	border: solid 1px #cccccc;
}
#hotspring .figure h3 {
	margin: 0;
	padding: 0;
}
#hotspring .points h3 {
	margin-left: 10px;
	color: #1e5cb0;
}
/* Travel */
#travel .btn {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	background-color: #FF3300;
}
#travel .btn a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#travel .btn a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#travel .btn a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#travel-form form {
	width: 500px;
	margin: 0 auto;
}
#travel-form table {
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}
#travel-form th {
	width: 150px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background-color: #eeeeee;
	padding: 10px 20px;
}
#travel-form td {
	width: 150px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding: 10px 20px;
}
.points-travel {
	width: 711px;
	margin: 0;
	padding-top: 10px;
	overflow: hidden;
}
.points-travel li {
	width: 227px;
	margin: 0;
	float: left;
	overflow: hidden;
}
.points-travel li p {
	font-size: 100%;
	padding: 0 0 0 20px;
}
/* Hotel */
#hotel-room span {
	color: #FF0000;
}
.wifiTxt {
	background: #52a1e3;
	padding: 3px 5px;
	color: #FFF;
	display: inline-block;
}
.box-movie {
	margin-bottom: 20px;
	overflow: hidden;
	background: #FFF;
	width: 700px;
}
.box-movie dl {
	float: left;
	width: 46%;
	padding: 0 2%;
}
.btn-2 {
	margin-top: 10px;
}
.btn-2 a {
	display: block;
	border-radius: 6px;
	border: 2px solid #f36700;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7a29), color-stop(0.00, #f9e2b8));
	background: -webkit-linear-gradient(#f9e2b8, #ff7a29);
	background: -moz-linear-gradient(#f9e2b8, #ff7a29);
	background: -o-linear-gradient(#f9e2b8, #ff7a29);
	background: -ms-linear-gradient(#f9e2b8, #ff7a29);
	background: linear-gradient(#f9e2b8, #ff7a29);
	color: #333;
	font-weight: bold;
	font-size: 120%;
}
.btn-2 a.w1 {
	width: 300px;
}
.tit-3 {
	font-weight: bold;
	color: #036eb8;
	position: relative;
	padding-left: 24px;
	font-size: 140% !important;
	line-height: 30px;
}
.tit-3:before {
	position: absolute;
	top: 6px;
	left: 4px;
	width: 14px;
	height: 14px;
	background: #f08300;
	content: "";
}
.cell-1 {
	margin: 0 0 3em;
}
.btn-01 {
	margin: 1em 0;
}
.btn-01 a {
	display: inline-block;
	padding: 6px 20px;
	background: #F88300;
	color: #FFF;
	font-size: 110%;
	text-align: center;
	border-radius: 6px;
}
.btn01 {
	position: absolute;
	right: 0;
	top: 25px;
}
.btn02 {
	position: absolute;
	right: 0;
	top: 60px;
}
.att {
	color: #FF0000;
}