﻿@charset "utf-8";
/*-----------------------------------------------------
	共通項目
-----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #585858;
	font-family: Verdana, Arial, sans-serif;
}
a:link, a:visited {
	color: #1a50b8;
	font-style: normal;
	text-decoration: none;
}
a:active, a:hover {
	color: #5287cd;
	font-style: normal;
	text-decoration: underline;
}
span.price {
	margin: 0 1em 0 0;
	color: #cc0033;
}
span.CourseDtl {
	font-weight: normal;
}
span.smlfnt {
	font-size: 80%;
}
span.bigfnt {
	font-size: 120%;
	font-weight: bold;
}
span.caution {
	color: #D53500;
}
img {
	vertical-align: top;
	border-style: none;
}
/*-----------------------------------------------------
	ヘッダ
-----------------------------------------------------*/
#header {
	display: none;
}
#header_l {
	display: none;
}
#header_r {
	display: none;
}
/*---------------------------------------------------
	レイアウト
---------------------------------------------------*/
.base {
	width: 760px;
	height:100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/*--- 左レイアウト ---*/
#base_l {
	margin: 0 15px 0 0;
	padding: 15px 0 0 0;
	width: 190px;
	float: left;
}
.base_l_box {
	margin: 0 0 20px 0;
	padding: 5px 0 10px 0;
	width: 186px;
	line-height: 1.6em;
	background-color: #f5f5f5;
	border-collapse: inherit;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
}
.base_l_box ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}
.base_l_box li {
	margin: 0;
	padding: 2px 0;
	border-top: 1px dotted #cccccc;
	list-style: none;
}
.base_l_box p {
	margin: 0;
	padding: 0 5px;
}
/*--- 右レイアウト ---*/
#base_r {
	margin: 0;
	padding: 15px 0 0 0;
	width: 555px;
	float: left;
}
/*-----------------------------------------------------
	メニュー
-----------------------------------------------------*/
#mn {
	display: none;
}
/*---------------------------------------------------
	ツアー詳細（共通table）
---------------------------------------------------*/
.tour_cmn_table {
	margin: 0 0 30px 0;
	padding: 0;
	width: 555px;
	font-size: 100%;
	line-height: 1.8em;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	float: right;
}
/*---------------------------------------------------
	ツアー一覧左
---------------------------------------------------*/
.tour_left {
	margin: 0;
	padding: 5px 0 0 0;
	width: 180px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	float: left;
}
.tour_left ul {
	margin: 10px 0 10px 5px;
	padding: 0;
	width: 170px;
	list-style: none;
}
.tour_left li {
	margin: 0 0 5px 0;
	padding: 0 5px 5px 5px;
	line-height: 1.5em;
	list-style: none;
	border-bottom: 1px dotted #cccccc;
}
/*---------------------------------------------------
	フッタ
---------------------------------------------------*/
.ftrpgup {
	display: none;
}
#ftr {
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 100%;
	line-height: 2.5em;
	border-top: 2px solid #ACA899;
	float:left;
}
#ftr p {
	display: none;
}
/*---------------------------------------------------
	お問い合わせ画像
---------------------------------------------------*/
#inq {
	margin: 0 0 20px 0;
	width: 555px;
	height: 180px;
	text-indent: -9999px;
	background-image: url('../images/cmn/inqinf.gif');
	display: block;
	float: right;
}
/*---------------------------------------------------
	パンくずリスト
---------------------------------------------------*/
#rtnv_pt {
	display: none;
}
