/* CSS Document */

@charset "UTF-8";

/*-----------------------------------------------

concept.css
 2008.12.17 大江加奈子

 ------------------------------------------------*/
 
@charset "utf-8";

/*----------------------------------------------------
　リセット
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,em,strong,th {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}


embed {
	vertical-align: top;
}

hr {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}


/*----------------------------------------------------
　ベース
----------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	color: #666;
	font-size: 12px;
	font-family:Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	background-image: url(../img/bcg_body.gif);
	background-repeat: repeat;
	}

*:first-child+html body {
	font-family:Meiryo,"メイリオ",Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",		sans-serif;
	}

* html body {
    font-family:Meiryo,"メイリオ",Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",		sans-serif;
	}



/*----------------------------------------------------
　リンク
----------------------------------------------------*/

a:link {
	text-decoration:underline;
	color: #2971a7;
}

a:visited {
	text-decoration:underline;
	color: #2971a7;
}

a:hover {
	text-decoration: underline;
	color: #e5030f;
}

a:active {
	text-decoration: underline;
	color: #e5030f;
}



@charset "utf-8";


/*----------------------------------------------------
	フッター
----------------------------------------------------*/

#footarea {
width:1000px;
height:50px;
margin:0px auto;
padding:30px 0 10px 0;
background-color: #FFFFFF;
clear: both;
}


/*	トラベルフッター
----------------------------------------------------*/


#t-footer{
position:relative;
width:980px;
height:15px;
margin:0 10px;
padding:0 0 5px 0;
border-bottom:#EEE 1px solid;

}

#t-footer-first{
	position:absolute;
	float:left;
	width:804px;
	top:0;
	left:0;
	text-align:left;
}

#t-footer-second{
width:380px;
height:15px;
float:right;
text-align:right;
}

#t-footer p{
display:inline;
margin:0;
padding:0;
}

p#t-footer-icon{
background:url(../img/footer/icon_mobile.gif) no-repeat;
padding-left:12px;
line-height:12px;
}


/*	グループフッター
----------------------------------------------------*/

#g-footer{
width:980px;
height:20px;
margin:5px 10px;
padding:0;
clear: both;
}

#g-footer-first{
width:605px;
height:20px;
float:left;
}

#g-footer-first p{
height:20px;
margin:0 auto;
padding:0;
display:inline;
float:left;
line-height:20px;
}



#g-footer-second address{
width:375px;
height:20px;
float:right;
line-height:20px;
}


@charset "utf-8";


/*	ヘッダーラップ
----------------------------------------------------*/
div#header-wrap{
width: 100%;
height:125px;
margin: 0;
padding: 0;
}

/*	ヘッダー上部白背景部分
----------------------------------------------------*/
div#header-inside {
width: 100%;
height:50px;
background:url(../img/bcg_header_first.jpg) repeat-x;
margin: 0;
padding: 0;

}

*html div#header-inside {
margin: 0 0 -26px 0;
padding: 0;
} 

/*	ヘッダー上部白背景部分内部
----------------------------------------------------*/
div#header-inner {
width: 980px;
height:50px;
margin:0 auto;
padding:0;
}

/*	ヘッダー上部白背景部分内部左ロゴ・バス画像
----------------------------------------------------*/
div#header-first {
width: 750px;
height:50px;
margin:0;
padding:0;
float:left;

}

/*	ヘッダー上部白背景部分内部左ロゴ
----------------------------------------------------*/
div#header-logo {
	width: 200px;
	height: 50px;
	float: left;
	margin: 0;
	padding: 0 ;
	background:url(../img/logo.jpg) no-repeat;
}

div#header-logo  h1 {
width: 200px;
height: 50px;
margin:0 ;
padding:0;
background:url(../img/logo.jpg) no-repeat;
vertical-align:top;
overflow:hidden;
visibility:hidden;
}

div#header-logo img{
width: 200px;
height: 50px;
margin:0;
padding: 0 ;
float:left;
vertical-align: top;
font-size: small;
}

/*	ヘッダー上部白背景部分内部左バス画像
----------------------------------------------------*/
div#header-busimg {
width: 550px;
height:50px;
margin:0;
padding:0;
float:right;
background:url(../img/bcg_busimg.jpg) no-repeat;

}

div#header-busimg  p{
overflow:hidden;
visibility:hidden;
}

/*	ヘッダー上部白背景部分内部右部分
----------------------------------------------------*/
div#header-second {
width: 230px;
height:50px;
margin:0;
padding:0;
float:right;

}

/*	ヘッダー上部白背景部分内部右部分メニュー上
----------------------------------------------------*/

div#header-sub-a ul{
width: 230px;
height:20px;
margin:3px 0px 8px 0;
padding:0;
}




div#header-sub-a li{
	display:inline;
	list-style-type:none;
	margin:0px 0px 0px 5px;
	padding:0;
	}
	
/*	ヘッダー上部白背景部分内部右部分メニュー下
----------------------------------------------------*/	
div#header-sub-b ul{
width: 230px;
height:10px;
margin:0px 0px 3px 0;
padding:0;
text-align:right;
}


div#header-sub-b li{
	display:inline;
	list-style-type:none;
	margin:0px 0px 0px 0;
	padding:0 0 0 12px;
	font-size:10px;
	line-height:10px;
	background:url(../img/arrow_c_pink.jpg) no-repeat;
	letter-spacing:0.2em;
		}
		
		
*html div#header-sub-b li{
	line-height:12px;
}


*:first-child+html div#header-sub-b li{
line-height:12px;
}

/*	グローバルナビラップ
----------------------------------------------------*/
div#gnav-wrap {
width: 100%;
height:40px;
background:url(../img/bcg_gnav.jpg) repeat-x;
margin:0;
padding:0;

}



/*	グローバルナビ
----------------------------------------------------*/


div#gnav-wrap ul {
  width: 980px;
   height:40px;
   margin:0 auto;
   padding:0;
}
div#gnav-wrap li {
	display:inline;
	list-style-type:none;
}
div#gnav-wrap li a {
	height:40px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*------off*/
div#gnav-wrap li.gnavi01 a {
	background:	url(../img/gnav/gnav_home_a.jpg) no-repeat 0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi02 a {
	background:url(../img/gnav/gnav_dia_a.jpg) no-repeat  0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi03 a {
	background:url(../img/gnav/gnav_method_a.jpg) no-repeat  0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi04 a {
	background:url(../img/gnav/gnav_departure_a.jpg) no-repeat  0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi05 a {
	background:url(../img/gnav/gnav_service_a.jpg) no-repeat  0px 0px;
	width:155px;
}
div#gnav-wrap li.gnavi06 a {
	background:url(../img/gnav/gnav_member_a.jpg) no-repeat  0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi07 a {
	background:url(../img/gnav/gnav_dia_a.jpg) no-repeat  0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi08 a {

	background:url(../img/gnav/gnav_dia_a.jpg) no-repeat  0px 0px;
	width:120px;
}
/*------hover*/
div#gnav-wrap li.gnavi01 a:hover {
	background:	url(../img/gnav/gnav_home_b.jpg) no-repeat 0px 0px;
}
div#gnav-wrap li.gnavi02 a:hover {
	background:url(../img/gnav/gnav_dia_b.jpg) no-repeat  0px 0px;
}
div#gnav-wrap li.gnavi03 a:hover {
	background:url(../img/gnav/gnav_method_b.jpg) no-repeat  0px 0px;
}
div#gnav-wrap li.gnavi04 a:hover {
	background:url(../img/gnav/gnav_departure_b.jpg) no-repeat  0px 0px;
}
div#gnav-wrap li.gnavi05 a:hover {
	background:url(../img/gnav/gnav_service_b.jpg) no-repeat  0px 0px;
}
div#gnav-wrap li.gnavi06 a:hover {
	background:url(../img/gnav/gnav_member_b.jpg) no-repeat  0px 0px;
}
div#gnav-wrap li.gnavi07 a:hover {
	background:url(../img/gnav/gnav_dia_b.jpg) no-repeat  0px 0px;
}
div#gnav-wrap li.gnavi08 a:hover {
	background:url(../img/gnav/gnav_dia_b.jpg) no-repeat  0px 0px;
}

/*------on*/
div#gnav-wrap li.gnavi01_on a {
	background:	url(../img/gnav/gnav_home_b.jpg) no-repeat 0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi02_on a {
	background:url(../img/gnav/gnav_dia_b.jpg) no-repeat  0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi03_on a {
	background:url(../img/gnav/gnav_method_b.jpg) no-repeat  0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi04_on a {
	background:url(../img/gnav/gnav_departure_b.jpg) no-repeat  0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi05_on a {
	background:url(../img/gnav/gnav_service_b.jpg) no-repeat  0px 0px;
	width:155px;
}
div#gnav-wrap li.gnavi06_on a {
	background:url(../img/gnav/gnav_member_b.jpg) no-repeat  0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi07_on a {
   background:url(../img/gnav/gnav_dia_b.jpg) no-repeat  0px 0px;
	width:120px;
}
div#gnav-wrap li.gnavi08_on a {
	background:url(../img/gnav/gnav_dia_b.jpg) no-repeat  0px 0px;
	width:120px;
}

/*	ツアーナビ
----------------------------------------------------*/
div#tnav-wrap {
width: 1000px;
height:35px;
background:url(../img/tnav/bcg_tnav.jpg) repeat-x;
margin:0  auto;
padding:0;

}


*html div#tnav-wrap {
margin:0;
}

div#tnav-inside{
  width: 980px;
   height:35px;
   margin:0  10px;
padding:0;
clear:both;
}




div#tnav-inside p#back090131{
width: 350px;
height:35px;
float:left;
margin:0 ;
}





div#tnav-inside ul {
width: auto;
   height:35px;
 margin:0 0px 0 0 ;
   padding:0;
   float:right;

}




div#tnav-inside li {
	display:inline;
	list-style-type:none;
}


div#tnav-inside li {
	height:35px;
	display:block;
	float:left;
	overflow:hidden;
	margin:0 3px;
	 padding:0;
	
}


div#tnav-inside li a {
	height:35px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

p#tnav-title {
	height:35px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}


/*------off*/
div#tnav-wrap li.tnavi01 {
	background:url(../img/tnav/tnav_t_tour.jpg) no-repeat 0px 0px;	
	width:100px;
}
div#tnav-wrap li.tnavi02 a {
	background:url(../img/tnav/tnav_fuji.jpg) no-repeat 0px 0px;
	width:150px;
}
div#tnav-wrap li.tnavi03 a {
	background:url(../img/tnav/tnav_tdr.jpg) no-repeat  0px 0px;
	width:150px;
}
div#tnav-wrap li.tnavi04 a {
	background:url(../img/tnav/tnav_usj.jpg) no-repeat  0px 0px;
	width:150px;
}









@charset "utf-8";

/*	汎用class
----------------------------------------------------*/

.txt-red {
color:#e5030f;
}

.txt-red-b {
color:#e5030f;
font-weight:bold;
}

.txt-red-16 {
color:#e5030f;
font-size:16px;
}

.txt-red-b-16 {
color:#e5030f;
font-size:16px;
font-weight:bold;
}

.txt-pink-11{
line-height: 1.5;
color: #FF3366;	
font-size: 11px;
}

.txt-pink{
	line-height: 1.5;
	color: #FF3366;	
}

.txt-blue{
	color: #2971A7;
	line-height: 1.5;
}

.txt-8px {
font-size:8px;
}

.txt-9px {
font-size:9px;
}

.txt-10px {
font-size:10px;
}
.txt-light {
font-weight:lighter;
}
 
.clear{
clear:both;
}

.border-d-f{
	background: url(../img/line_dot.gif) no-repeat left bottom;
}

/*	パンくず
----------------------------------------------------*/
.topic-path {
	width: 980px;
	height: 22px;
	margin: 0 auto 5px;
	text-align: left;
	padding: 10px 0 0;
}

/*	ページトップリンク 
----------------------------------------------------*/
.pagetop {
	width: 95px;
	height: 25px;
	margin: 0 10px 5px auto;
	padding: 0;
}



/*	コンテナー
----------------------------------------------------*/
div#container{
	width:1000px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	overflow:auto;
			}
/*\*/
* html div#container{overflow: visible;}
/**/	
	

		
		
/*	左ラッパー
----------------------------------------------------*/

#wrapper {	
	width:800px;
	float: left;
	margin:5px 0 0 10px;
	padding:0;
	text-align:left;
	}
	
	
*html #wrapper {	
margin:5px 0 0 5px;
}	

/*	サイドバーB
----------------------------------------------------*/
#sidebar-b {
　　width:160px;
	float: right;
	margin:5px 10px 0 20px;
	padding:0;
	text-align:left;
	}
	
	
*html #sidebar-b {
margin:5px 5px 0 auto;
}


/*	コンテンツ
----------------------------------------------------*/
#content {
　　width:500px;
	float: right;
	margin:0 0 0 20px;
	padding:0;
	
}

*html #content {
margin:0 0 0 auto;
}





/*	サイドバーA
----------------------------------------------------*/

#sidebar-a {
　　width:280px;
	float: left;
	margin:0;
	padding:0;
		
}



/*	乗車日検索窓ラップ
----------------------------------------------------*/

div#top-search-wrap{
width:280px;
height:340px;
margin:0;
padding:0;
}


/*	乗車日検索窓 空席検索
----------------------------------------------------*/

div#top-search-day-first{
width:280px;
height:285px;
background:url(../img/home/seats-search/bcg_day_search.jpg) no-repeat;
margin:0;
padding:0;
}


/*	乗車日検索窓 最安値検索
----------------------------------------------------*/

div#top-search-price-first{
width:280px;
height:285px;
background:url(../img/home/seats-search/bcg_price_search.jpg) no-repeat;
margin:0;
padding:0;
}






/*	乗車日検索ボタン部分
----------------------------------------------------*/

div#top-search-second{
width:280px;
height:55px;
margin:0;
padding:0;
}

div#top-search-second td{
margin:0;
padding:0;
}

div#top-search-second img{
width:140px;
height:55px;
margin:0;
padding:0;
}


/*	乗車日検索　内側
----------------------------------------------------*/
div#top-search-inside{
width:250px;
height:auto;
margin:0;
padding:75px 20px 0 10px;

}


/*	乗車日検索　出発地・到着地
----------------------------------------------------*/

div#top-search-inside-a table{
width:200px;
height:30px;
margin:0;
padding:0;

}


div#top-search-inside-a td{
margin:0;
padding:0;
}


/*	乗車日検索　出発地
----------------------------------------------------*/

div#top-search-inside-b table{
width:250px;
height:30px;
margin:10px 0 0 0;
padding:0;

}

div#top-search-inside-b td{
margin:0;
padding:0 3px 0 0;
text-align:left;

}


/*	乗車日検索　人数選択
----------------------------------------------------*/

div#top-search-inside-c table{
width:200px;
height:30px;
margin:10px 0 0 0;
padding:0;

}


div#top-search-inside-c td{
margin:0;
padding:0;
}


/*	乗車日検索　幼児人数選択　検索ボタン
----------------------------------------------------*/

div#top-search-inside-d table{
width:250px;
height:30px;
margin:10px 0 0 0;
padding:0;

}


div#top-search-inside-d td{
margin:0;
padding:0;
}




/*	乗車日検索　各タイトルID
----------------------------------------------------*/

#top-search-departure{
background:url(../img/home/seats-search/t_departure_place.jpg) no-repeat;
height:15px;
margin:0;
padding:0;
}

#top-search-departure em{
visibility:hidden;
overflow:hidden;
}


#top-search-arrival{
background:url(../img/home/seats-search/t_arrival_place.jpg) no-repeat;
height:15px;
margin:0;
padding:0;
}

#top-search-arrival em{
visibility:hidden;
overflow:hidden;
}


#top-search-day{
background:url(../img/home/seats-search/t_departure_day.jpg) no-repeat;
height:15px;
margin:0;
padding:0;
}

#top-search-day em{
visibility:hidden;
overflow:hidden;
}


#top-search-price{
background:url(../img/home/seats-search/t_departure_price.jpg) no-repeat;
height:15px;
margin:0;
padding:0;
}

#top-search-price em{
visibility:hidden;
overflow:hidden;
}




#top-search-men{
background:url(../img/home/seats-search/t_men.jpg) no-repeat;
height:15px;
margin:0;
padding:0;
}

#top-search-men em{
visibility:hidden;
overflow:hidden;
}



#top-search-women{
background:url(../img/home/seats-search/t_women.jpg) no-repeat;
height:15px;
margin:0;
padding:0;
}

#top-search-women em{
visibility:hidden;
overflow:hidden;
}

#top-search-children{
background:url(../img/home/seats-search/t_children.jpg) no-repeat;
height:15px;
margin:0;
padding:0;
}

#top-search-children em{
visibility:hidden;
overflow:hidden;
}


#top-search-infant{
background:url(../img/home/seats-search/t_infant.jpg) no-repeat;
height:15px;
margin:0;
padding:0;
}

#top-search-infant em{
visibility:hidden;
overflow:hidden;
}


#top-search-arrow{
background:url(../img/home/seats-search/arrow_gray.jpg) no-repeat;
height:15px;
margin:0;
padding:0;
}

#top-search-arrow em{
visibility:hidden;
overflow:hidden;
}


/*	ログイン
----------------------------------------------------*/

#top-login-wrap{
width:160px;
height:340px;
background:url(../img/home/login/bcg_login.jpg) no-repeat;
margin:0;
padding:0;
}



#top-login-inside{
width:140px;
height:310px;
margin:0px;
padding:10px 10px 20px 10px;
text-align:center;
}




#top-login-inside-a{
width:100px;
height:auto;
margin:5px auto 0 auto;
padding:0;
line-height:1.6;
text-align:center;
}


#top-login-inside-b{
width:100px;
height:25px;
margin:5px auto 0 auto;
padding:0;
}


#top-login-inside-c{
width:130px;
height:auto;
margin:15px 5px 0 5px;
padding:0;
font-size:10px;
text-align:center;
}

*html #top-login-inside-c{
margin-top:25px;
}

*:first-child+html  #top-login-inside-c{
margin-top:25px;
}

#top-login-inside-d{
width:140px;
height:auto;
margin:5px 0px 0 0px;
padding:0;
text-align:right;

}

#top-login-inside-d li{
list-style-type:none;
line-height:1.4;
}



#top-login-inside-e{
width:90px;
height:20px;
margin:30px auto 0 auto;
padding:0;
}

*html #top-login-inside-e{
margin-top:25px;
}


#top-login-inside-f{
width:140px;
height:auto;
margin:5px 0px 0 0px;
padding:0;
text-align:left;
}


#top-login-inside-f li{
list-style-type:none;
line-height:1.4;
font-size:10px;
}


#top-login-inside-g{
width:140px;
height:auto;
margin:42px 0px 0 0px;
padding:0;
text-align:left;
font-size:10px;
line-height:1.4;
}




/*	ログアウト
----------------------------------------------------*/

#top-logout-inside-c{
width:130px;
height:auto;
margin:25px 5px 0px 5px;
padding:0;
font-weight:bold;
text-align:left;
line-height:1.4;
}

*html #top-logout-inside-c{
margin-top:30px;
}


#top-logout-inside-e{
width:90px;
height:20px;
margin:35px auto 0 auto;
padding:0;
}

*html #top-logout-inside-e{
margin-top:38px;
}


#top-logout-inside-g{
width:140px;
height:auto;
margin:50px 0px 0 0px;
padding:0;
text-align:left;
font-size:10px;
line-height:1.4;
}


*html #top-logout-inside-g{
margin-top:40px;
}








/*	割引プラン
----------------------------------------------------*/

#sidebar-a .top-discount-wrap{
width:280px;
height:auto;
margin:0 0 10px 0;
padding:0;
}


#sidebar-a .top-discount-wrap dt{
width:280px;
height:32px;
background:url(../img/home/t_discount.gif) no-repeat;
margin:0;
padding:0;
}


#sidebar-a .top-discount-wrap dd{
width:278px;
height:auto;
margin:0;
padding:0;
border-bottom:1px #ccc solid;
border-left:1px #ccc solid;
border-right:1px #ccc solid;
}


#sidebar-a .top-discount-wrap table{
width:249px;
height:auto;
margin:0 auto;
padding:0;
}


#sidebar-a .top-discount-wrap td{
padding:5px 3px;
}


/*	知ってお得な便利なサービス
----------------------------------------------------*/

#sidebar-a .top-service-title{
width:280px;
height:20px;
margin:0;
padding:0;
background:url(../img/home/t_service.gif) no-repeat;
}


#sidebar-a .top-service-title h2{
visibility:hidden;
overflow:hidden;
}

/*	幅280pxのボタン
----------------------------------------------------*/
#sidebar-a .top-button280-wrap{
width:280px;
height:70px;
margin:5px 0;
padding:0;
}


/*	集合場所一覧
----------------------------------------------------*/
#sidebar-a .top-maplist-title{
width:280px;
height:20px;
margin:10px 0 0 0;
padding:0;
background:url(../img/home/t_maplist.gif) no-repeat;
}

#sidebar-a .top-maplist-title h2{
visibility:hidden;
overflow:hidden;
}

#sidebar-a .top-maplist-button{
width:260px;
height:50px;
margin:0;
padding:5px 0 0 10px;
}


/*	バナー
----------------------------------------------------*/
#content div#top-banner{
width:500px;
height:150px;
margin:0;
padding:0;
}

#content div#top-banner-a{
width:330px;
height:150px;
margin:0;
padding:0;
float:left;
}


#content div#top-banner-b{
width:165px;
height:145px;
margin:0 0 0 5px;
padding-top:5px;
float:right;
}

#content div#top-banner-b ul{
width:150px;
list-style-type:circle;

}


#content div#top-banner-b li{
background:url(../img/arrow_c_pink.jpg) left 4px no-repeat;
margin:3px 0;
padding-left:15px;
line-height:1.3;
}


/*	シートタイプのご案内
----------------------------------------------------*/
#content div.top-seattype-title{
width:500px;
height:20px;
margin:4px 0 0 0;
padding:0;
}




#content div.top-seattype-details table{
width:496px;
height:83px;
margin:2px 0;
padding:0;
}

#content div.top-seattype-details td{
padding:0px;
}



/*	キャンペーン
----------------------------------------------------*/

#content div.top-campaign-title{
width:500px;
height:20px;
margin:4px 0 0 0;
padding:0;
background:url(../img/home/t_campaign.gif) no-repeat;
}


#content div.top-campaign-title h2{
visibility:hidden;
overflow:hidden;
}




#content div.top-campaign-details table{
width:496px;
height:auto;
margin:2px 0;
padding:0;
}

#content div.top-campaign-details td{
padding:2px;
}



/*	特集
----------------------------------------------------*/

#content div.top-special-title{
width:500px;
height:20px;
margin:4px 0 0 0;
padding:0;
background:url(../img/home/t_special.gif) no-repeat;
}


#content div.top-special-title h2{
visibility:hidden;
overflow:hidden;
}


#content div.top-special-details table{
width:496px;
height:auto;
margin:5px 0;
padding:0;
}

#content div.top-special-details td{
padding:2px;
vertical-align:top;
}

#content div.top-special-details p{
line-height:1.6;
text-align:left;

}

/*	新着情報
----------------------------------------------------*/

#content div.top-new-title{
width:500px;
height:20px;
margin:5px 0 0 0;
padding:0;
background:url(../img/home/t_new.gif) no-repeat;
}


#content div.top-new-title h2{
visibility:hidden;
overflow:hidden;
}




#content div.top-new-details ul{
width:486px;
height:auto;
margin:5px 0;
padding-left:5px;
list-style-position:inside;
}


#content div.top-new-details li{
background:url(../img/c_arrow.gif) left 0px no-repeat; 
height:20px;
padding-left:20px;
}


/*	お知らせ
----------------------------------------------------*/

#content div.top-infomation-title{
width:500px;
height:20px;
margin:5px 0 0 0;
padding:0;
background:url(../img/home/t_info.gif) no-repeat;
}


#content div.top-infomation-title h2{
visibility:hidden;
overflow:hidden;
}


#content div.top-infomation-details{
width:500px;
border-bottom:1px dotted #ccc;
margin:5px 0;
}



#content div.top-infomation-details dl{
width:496px;
height:auto;
margin:5px 0;
padding:0;

}

#content div.top-infomation-details dt{
font-weight:bold;
margin:3px 0;
}

#content div.top-infomation-details dd{
line-height:1.6;
}

#content div.top-infomation-details table{
width:496px;
height:auto;
margin:5px 0;
padding:0;
}

#content div.top-infomation-details td{
padding:2px;
vertical-align:top;
}



/*	右サイドバー　バナー
----------------------------------------------------*/
#sidebar-b .banner-others{
width:160px;
height:75px;
margin:5px 0 0 0;
padding:0px;
}




#sidebar-b .ssl{
width:100px;
margin:10px auto;
padding:3px;
}




/*	160px 右サイド予約センター
----------------------------------------------------*/
#sidebar-b .top-call-title{
width:160px;
height:20px;
margin:10px 0 0 0;
padding:0;
background:
url(../img/home/t_call.gif) no-repeat;
}

#sidebar-b .top-call-title h2{
visibility:hidden;
overflow:hidden;
}

#sidebar-b .top-call-details{
width:150px;
height:auto;
margin:0;
padding:5px 0 0 10px;
line-height:1.6;
}



/*	160px 右サイドお支払いについて
----------------------------------------------------*/
#sidebar-b .top-pay-title{
width:160px;
height:20px;
margin:10px 0 0 0;
padding:0;
background:
url(../img/home/t_pay.gif) no-repeat;
}

#sidebar-b .top-pay-title h2{
visibility:hidden;
overflow:hidden;
}

#sidebar-b .top-pay-logo{
width:150px;
height:245px;
margin:0 auto;
padding:0;
background:url(../img/home/img_pay_logo.gif) no-repeat;
}

#sidebar-b .top-pay-logo em{
visibility:hidden;
overflow:hidden;
}

#sidebar-b .top-pay-details{
width:150px;
height:auto;
margin:0;
padding:5px 0 0 10px;
line-height:1.6;
}


/* **********************************************
*トップ　コンセプトページ
*********************************************** */

/* バスラインナップ内部
-----------------------------------------------------*/

#top-concept div#top-concept-inside{
width: 940px;
margin:5px auto 0 auto;
padding:0;
}


/*コンセプトバナー
-----------------------------------------------------*/
#top-concept div#banner-wrap{
width:900px;
height:320px;
margin:0 auto;
padding:0;
background:url(../concept/img/bcg_banner.gif) no-repeat;
} 



#top-concept div#banner-wrap h1{
visibility:hidden;
overflow:hidden;
}







/*タイトル h2 850px その1
-----------------------------------------------------*/
#top-concept div.concept-title{
width:850px;
height:45px;
margin:5px auto 0 auto ; 
padding:0;
background:url(../concept/img/bcg_title3-850.jpg) no-repeat;
}



#top-concept div.concept-title h2{
font-size:14px;
line-height:45px;
padding-left:50px;
text-align:left;

}


/*タイトル h2 850px その3
-----------------------------------------------------*/
#top-concept div.concept-title850-3{
width:850px;
height:45px;
margin:5px auto 0 auto ; 
padding:0;
background:url(../concept/img/bcg_title3-850-3.jpg) no-repeat;
}



#top-concept div.concept-title850-3 h2{
font-size:14px;
line-height:45px;
padding-left:50px;
text-align:left;
}



/*タイトル h2 850px その4
-----------------------------------------------------*/
#top-concept div.concept-title850-4{
width:850px;
height:45px;
margin:5px auto 0 auto ; 
padding:0;
background:url(../concept/img/bcg_title3-850-4.jpg) no-repeat;
}



#top-concept div.concept-title850-4 h2{
font-size:14px;
line-height:45px;
padding-left:50px;
text-align:left;
}



/*タイトル h2 425px その1
-----------------------------------------------------*/
#top-concept div.concept-title-1{
width:425px;
height:45px;
margin:5px auto 0 auto ; 
padding:0;
background:
url(../concept/img/bcg_title3-425-1.jpg) no-repeat;
}



#top-concept div.concept-title-1 h2{
font-size:14px;
line-height:45px;
padding-left:50px;
text-align:left;

}



/*タイトル h2 425px その2
-----------------------------------------------------*/
#top-concept div.concept-title-2{
width:425px;
height:45px;
margin:5px auto 0 auto ; 
padding:0;
background:
url(../concept/img/bcg_title3-425-2.jpg) no-repeat;
}



#top-concept div.concept-title-2 h2{
font-size:14px;
line-height:45px;
padding-left:50px;
text-align:left;

}

/*タイトル h2 425px その3
-----------------------------------------------------*/
#top-concept div.concept-title-3{
width:425px;
height:45px;
margin:5px auto 0 auto ; 
padding:0;
background:
url(../concept/img/bcg_title3-425-3.jpg) no-repeat;
}



#top-concept div.concept-title-3 h2{
font-size:14px;
line-height:45px;
padding-left:50px;
text-align:left;

}



/*タイトル h2 425px その4
-----------------------------------------------------*/
#top-concept div.concept-title-4{
width:425px;
height:45px;
margin:5px auto 0 auto ; 
padding:0;
background:
url(../concept/img/bcg_title3-425-4.jpg) no-repeat;
}



#top-concept div.concept-title-4 h2{
font-size:14px;
line-height:45px;
padding-left:50px;
text-align:left;

}
/*タイトル　h3
-----------------------------------------------------*/
#top-concept div.concept-title2{
width:409px;
height:35px;
margin:0 auto 0 auto ; 
padding:0;
background:url(../concept/img/bcg_title2.gif) no-repeat;
}



#top-concept div.concept-title2 h3{
line-height:35px;
padding-left:25px;
text-align:left;

}




/*詳細
-----------------------------------------------------*/
#top-concept div.concept-first{
width:840px;
height:auto;
margin:5px auto 0 auto;
border:1px solid #eee7e0;
clear:both;
}

#top-concept div.concept-second{
width:409px;
height:465px;
margin:0 5px 0 0;
padding:0;
float:left;
display:inline;
}




#top-concept div.concept-third{
width:409px;
height:465px;
margin:5px 5px 0 0;
padding:0;
float:right;
}


#top-concept div.concept-second,div.concept-third p{
line-height:1.6;
text-align:left;
vertical-align:top;
text-indent:0.5em;
padding:5px;
}


/* 3つの新機能
-----------------------------------------------------*/
#top-concept div.concept-parts01-wrap{
width:409px;
height:200px;
margin:0 ;
clear:both;
}



#top-concept div.concept-parts01-l{
width:204px;
height:200px;
margin:0 10px 0 0;
float:left;
display:inline;
}



#top-concept div.concept-parts01-r {
width:195px;
height:155px;
margin:5px 0 40px 0;
float:right;
}




#top-concept div.concept-parts01-l dl{
width:204px;
height:200px;
margin:0;
}

#top-concept div.concept-parts01-l dt{
color:#ff709e;
font-weight:bold;
text-align:left;
}

#top-concept div.concept-parts01-l dd{
line-height:1.6;
text-align:left;
margin:0 ;
}


#top-concept div.concept-parts02-wrap{
width:409px;
height:175px;
margin:0;
background:url(../concept/img/img-p01.jpg) no-repeat;
}


#top-concept div.concept-parts02-wrap em{
visibility:hidden;
overflow:hidden;

}

/* その2,3,4
-----------------------------------------------------*/

#top-concept div.concept-t-wrap{
width:850px;
height:45px;
margin:5px auto 0 auto;
clear:both;

}

#top-concept div.concept-t-a{
width:425px;
height:45px;
margin:0;
float:left;
}

#top-concept div.concept-t-b{
width:425px;
height:45px;
margin:0;
float:right;
}



/*その1,2
-----------------------------------------------------*/
#top-concept div.concept-first2{
width:840px;
height:auto;
margin:5px auto 0 auto;
clear:both;
}

#top-concept div.concept-second2{
width:408px;
margin:5px 5px 0 0;
padding:0;
border:1px solid #eee7e0;
float:left;
display:inline;
}


#top-concept div.concept-third2{
width:408px;
margin:5px 5px 0 0;
padding:0;
border:1px solid #eee7e0;
float:right;
}


#top-concept div.concept-second2,div.concept-third2 p{
line-height:1.6;
text-align:left;
vertical-align:top;
text-indent:0.5em;
padding:5px;
}


#top-concept div.concept-second2 div.concept-img02{
width:380px;
height:135px;
margin:0 auto;
padding:0;
}


#top-concept div.concept-third2 div.concept-img02{
width:380px;
height:135px;
margin:0 auto;
padding:0;
}


/*その3
-----------------------------------------------------*/
#top-concept div.concept-first3{
width:840px;
height:auto;
margin:5px auto 0 auto;
border:1px solid #eee7e0;
clear:both;
}

#top-concept div.concept-second3{
width:408px;
height:auto;
margin:5px 5px 0 0;
padding:0;
float:left;
display:inline;
}


#top-concept div.concept-third3{
width:380px;
height:auto;
margin:5px auto 0 0;
padding:0;
float:right;
}


#top-concept div.concept-second3,div.concept-third3 p{
line-height:1.6;
text-align:left;
vertical-align:top;
text-indent:0.5em;
padding:5px;
}


#top-concept div.concept-second3 div.concept-img03{
width:380px;
height:135px;
margin:5px auto;
padding:0;
}

