@charset "utf-8";
/* よく登場する要素のリセット */
body , h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img {	vertical-align: bottom;}

/* リンク表示リセット */
a {
	text-decoration: none;
	outline: none;
	overflow: hidden;
}
/* table内の文字を通常フォントにする */
table {	font-size: 1.0em;}

/* ↓ color 全ページ共通 ----↓ */
.red_s1 {	color:#C30;}
.red_b {
	color: #CC0000;
	font-weight: bold;
}
.orange_s1 { color:#ffa200;}
.brown_s1 { color: #960;}
.gray { color: #CCC;}
.yellow_bg { background-color: #FFFEEE; }
.white_bg { background-color: #FFFFFF; }
.text_left { text-align: left;}
.text_right { text-align: right;}

/* body */

body {
	text-align: center;
	background: url(images/haikei_back.gif) repeat-x 0 0;
	color: #333333;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* #wrapper */

div#wrapper {
	width: 760px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

div#wrapper a {	color:#084F95;}
div#wrapper a:hover {	color:#F90;}

/* #header */
div#header {
	width:750;
}
div#header .table1 {
	margin-top:0px;
}


h1 {
	text-align:right;
	font-size:9px;
	margin-bottom:0px;
	color:#06F;
}

div#header h2 a {
	width:303px;
	height:66px;
	position: absolute;
	left: 11px;
	top: 24px;
	outline: none;
	overflow: hidden;
}

#payment {
	position: absolute;
	top:15px;
	right: 10px;
}



div#container {
	width: 100%;
	clear: both;
	padding: 2px 0px 20px 0px;
	background: url(img/bg_wrapper.gif) repeat-y 0 0;
}


div#container:after {
	content: "";
	display: block;
	clear: both;
}

/* #contents */

div#contents {
	width: 760px;
	height: auto;
	padding-left: 5px;
	float: left;
}
*html div#contents {
	width: 775px;
}

div#contents:after {
	content: "";
	display: block;
	clear: both;
}
h3 {
	font-size: 14px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
/* ↑ 共通 ここまで-----------------------------------------------------------------------------------------↑*/


/* ↓ #main ------------------------------------------------------------------------------↓ */

div#main {
	clear: both;
	width: 760px;
}
div#main:after {
	content: "";
	display: block;
	clear: both;
}

/* ↓ カレンダーの色 --------------------------------------------------------------------------------------------↓ */

.a {
 background-color: #FDACB2;
}
.b {
 background-color: #FED966;
}
.c {
 background-color: #D3EF76;
}
.d {
 background-color: #FEFE9A;
}
.e {
 background-color: #A0D7F5;
}
.f {
 background-color: #FECEFF;
}
.g {
 background-color: #D7CDF2;
}
.h {
 background-color: #CDE5FF;
}
.i {
 background-color: #FEF9DC;
}
.j {
 background-color: #FF9B60;
}
.k {
 background-color: #A4CD6F;
}
.l {
 background-color: #9ECDBB;
}
.m {
 background-color: #FFCCCB;
}
.n {
 background-color: #D2FCE8;
}
.o {
 background-color: #EAA2F6;
}
.p {
 background-color: #FEDE87;
}
.q {
 background-color: #FF926D;
}
.r {
 background-color: #FFDB34;
}
.s {
 background-color: #E6F46D;
}
.t {
 background-color: #D6FAB4;
}
.u {
 background-color: #81B877;
}
.v {
 background-color: #89C7DC;
}
.w {
 background-color: #5D9CE9;
}
.x {
 background-color: #FF839E;
}
.y {
 background-color: #BCA1D8;
}
.z {
 background-color: #8EA4D6;
}

/*空席照会・予約ボタン*/

a.kuseki {
	float: right;
	display: block;
	background: url(image/yoyaku_over.gif) no-repeat left top;
}
a.kuseki:hover img { visibility: hidden;}

ul.kuseki { float: right; }
ul.kuseki li {
	float: left;
	margin-left: 5px;
}
ul.kuseki li.kuseki1 a { background: url(image/yoyaku1_over.gif) no-repeat left top; }
ul.kuseki li.kuseki2 a { background: url(image/yoyaku2_over.gif) no-repeat left top; }
ul.kuseki li a { display: block;}
ul.kuseki li a:hover img { visibility: hidden;}


/* ↓ fontサイズ ------------------------------------↓ */

dl.font_size {
	width: 135px;
	height: 30px;
	padding-left: 5px;
}

dl.font_size dt {
	padding: 4px 2px 0 0;
	font-weight: bold;
	font-size: 15px;
	float: left;
}

dl.font_size dd {
	float: left;
	padding-left: 4px;
	margin-top: 4px;
}

dl.font_size dd#midium a:hover {
	background: url(image/midium_text_over.gif) no-repeat;	
}
dl.font_size dd#big a:hover {
	background: url(image/big_text_over.gif) no-repeat;	
}
dl.font_size a { display:block; }
dl.font_size a:hover { background-color:transparent; }
dl.font_size a:hover img { visibility:hidden; }


/*****************************************************/
/* グループリンクエリア */
/*****************************************************/

#link {
	clear: both;
	width: 750px;
	margin:10px 10px 0px 5px ;
	background-image: url(img/bg_link.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height: 140px;
	font-size: 85%;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#link_site {
	text-align: center;
	padding: 57px 10px 20px ;
	line-height: 1.2;
}
div#link_site a {	color:#808080;}
div#link_site a:hover {	color:#F90;}

/*****************************************************/
/* フッター */
/*****************************************************/

#footer {
	clear: both;
	width: 100%;
	font-size: 80%;
	margin: 10px 0px;
	overflow: hidden;
	color: #666666;
	line-height: 1.2;
}
div#footer a {	color:#666;}
div#footer a:hover {	color:#F90;}
#footer .left {
	float: left;
}
#footer .big {
	font-size: 130%;
}
#footer .tel {
	color: #FF6600;
	font-weight: bold;
}
#footer .right {
	float: right;
	text-align: right;
}
#footer address {
	padding-top: 5px
}

/*****************************************************/
/* バスツアー　index.html */
/*****************************************************/

.box02 {
	width:246px;
	background-color: #FFFFCC;
	border: 1px solid #0099FF;
}
.clear_jpg {
	float: right;
}
.clear_left {
	float: left;
}
.clear_both  {
	clear:both;
}

/*バスツアー（一覧）*/
ul.area_all li {
	float:left;
	padding: 5px;
}
div.area_wrap {
	clear: both;
	margin-bottom: 15px;
	width: 760px;
}
div.area_wrap:after {
	content: "";
	display: block;
	clear: both;
}
div.area_wrap h4 {
	border-bottom: 3px solid #1B81CC;
}
div.hotel_wrap {
	clear: both;
	min-height: 120px;
  zoom: 100%;
	margin: 15px 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid #CCC;
}
div.hotel_wrap:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
div.hotel_wrap img.hotel_photo {
	float: left;
}
div.hotel_wrap div.hotel {
	float: right;
	width: 630px;
}
div.hotel_wrap div.hotel p.hotel1 {
	float: left;
	background: url(../image/bustour/hotel_name.gif) no-repeat left center;
	font-size: 120%;
	padding-left: 10px;
	font-weight: bold;
}
div.hotel_wrap div.hotel p.hotel1 span.red_b {
	padding-left: 10px;	
}
div.hotel_wrap div.hotel p.aicon {
	float: right;
}
div.hotel_wrap p.hotel_summary {
	float: left;
	width: 620px;
	margin: 5px 0px;
	padding: 5px;
	min-height: 40px;
	background: #F4FCFF;
}
div.hotel:after {
	content: "";
	display: block;
	clear: both;
}
div.hotel_wrap ul.buttom {
	position:relative;
	float: right;
}
div.hotel_wrap ul.buttom li {
	float: left;
	margin-left: 3px;
}
div.hotel_wrap ul.buttom li a {	display: block;}
div.hotel_wrap ul.buttom li a:hover img { visibility: hidden;}

div.hotel_wrap li.buttom1 {
	background:url(image/kanto_asa_over.gif) no-repeat left bottom;
}
div.hotel_wrap li.buttom2 {
	background:url(image/kanto_yoru_over.gif) no-repeat left bottom;
}
div.hotel_wrap li.buttom3 {
	background:url(image/kansai_over.gif) no-repeat left bottom;
}
div.hotel_wrap li.buttom4 {
	background:url(image/tokai_over.gif) no-repeat left bottom;
}


html>body div#header h1 a {/* IE6以外に適用 IE7も含む */
background-image:url(image/bw_logo.png) ;
}
*html div#header h1 a {/* IE6以下に適用 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bw_logo.png', sizingMethod='scale');
}

div.ready {
	text-align: center;
	font-size: 130%;
	line-height: 2.0;
	padding: 50px 0px;
}
