@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	font-size: 80%;
}
table {
	border-collapse: collapse;
}
li {
	list-style: none;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(image/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#container {
	margin: 0 auto;
	width: 1000px;
}

/*********************/
/*  ヘッダー  */
/*********************/
#header {
	background-color: #C9C9AD;
	padding: 0px 10px;
	overflow: hidden;
}
#header .price {
	font-size: 300%;
	font-weight: bolder;
	color: #FF0000;
}
#header .box1 {
	float: left;
	text-align:right;
	margin-top: 10px;
	width: 40%;
}
#header .box2 {
	float: right;
	text-align: right;
	width: 50%;
	padding: 5px;
	margin: 10px 30px 10px 0px;
}
#header .box2_2 {
	float: right;
	padding-left: 10px;
}
#header .box2_1 {
	float: right;
	text-align: right;
	margin-top: 5px;
	font-size: 150%;
	font-weight: bolder;
	color: #FF0000;
}
.navi {
	text-align: right;
}
.navi a {
	text-decoration: none;
	color:#666666;
}
.navi a:hover {
	text-decoration: underline;
	color: #006699;	
}
/*********************/
/*  時刻表・集合場所  */
/*********************/

.box {
	clear: both;
	overflow: hidden;
}
.box li img {
	margin-bottom: 20px;
}

/*********************/
/*  ホテル  */
/*********************/
.hotel {
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.hotel img {
	margin-top: 10px;
}
.hotel_name {
	font-size: x-large;
	font-weight: bolder;
	text-align: left;
	background-color: #999966;
	color: #FFFFFF;	
}
.hotel_1 {
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
}
.hotel_2 {
	padding: 0px 10px 10px ;
}
.hotel_1 .left {
	margin-right: 20px;
}
.hotel_1 .table1,
.hotel_1 .table2 {
	border: 1px solid #999999;
}
.hotel_1 caption {
	text-align: left;
}
.hotel_1 .table1 th {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #C9C9AD;
}
.hotel_1 .table2 th {
	border: 1px solid #999999;
}
.hotel_1 .table1 td,
.hotel_1 .table2 td {
	text-align: right;
	padding: 5px;
	border: 1px solid #999999;
}
/*********************/
/*  table1：旅行代金  */
/*  table2：割増料金表  */
/*  table3：カレンダー  */
/*********************/

.table1 {
	width: 250px;
}
.table2 {
	width: 50%;
}
.table2 td {
	width: 22%;
}
.table2_1 {
	background-color: #C9C9AD;
	padding: 5px;
}
.table2 td {
	padding: 5px;
}
.table1 td.price {
	color: #FF0000;
	font-weight: bold;
	font-size: 120%;
}
.table3 {
	clear: both;
	width: 100%;]
	text-align: center;
	vertical-align: top;
}
.table3_1 {
	width: 95%;
	text-align: center;
	border: 1px solid #999999;
	height: 200px;
}
.table3_1 th,
.table3_1 td {
	border: 1px solid #999999;
}
.month {
	background-color: #C9C9AD;
}
.week {
	background-color: #C9C9AD;	
}

.big1 {
	font-size: xx-large;
	font-weight: bolder;
}
.big2 {
	font-size: x-large;
	font-weight: bolder;
}
.big2 {
	font-size: x-large;
	font-weight: bolder;
}
.bg_blue {
	background-color: #147CE4;
	color: #FFFFFF;
	margin: 10px 10px 0px;
	padding: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.box {
	clear: both;
	margin: 20px 0px;
	overflow: hidden;
}
.none {
	font-weight: normal;
}
.text_left {
	text-align: left;
}
.rank1 {
	background-color: #A0D7F5;
}
.rank2 {
	background-color: #FFFF66;
}
.rank3 {
	background-color: #FDACB2;
}
.rank4 {
	background-color: #D3EF76;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0066FF;
}
/*********************/
/*  フッター  */
/*********************/
#fotter {
	margin: 20px 10px 10px;
	overflow: hidden;
}
#fotter table {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #FFCCFF;
	text-align: left;
}
#fotter th,
#fotter td {
	padding: 5px;
	border: 1px solid #FFCCFF;
}
.bg_pink {
	background-color: #FFB9DC;
}
.center {
	text-align: center;
}
