@charset "shift_jis";

#keith20th{right:105px;top:23px;}

#plan{background:url(../img/bg_stripe.gif);padding-top:20px;}

/*----ボタンカセット-----*/
.plan_box{
	width:900px;
	background-color:#fff;
	margin:0 auto 15px auto;
	position:relative;
}
.plan_box dt.plan_t{
	width:900px;
	border-bottom:1px solid #000;
	line-height:1;
	padding-top:5px;
}
.plan_box dd.price{
	color:#FF0000;
	font-size:14px;
	position:absolute;
	top:52px;
	left:270px;
}
.plan_box dd.price span{
	font-weight:bold;
	font-size:18px;
	padding-left:5px;
}
.plan_box dd.capa{
	width:92px;
	height:23px;
	position:absolute;
	top:10px;
	left:795px;
}
.plan_box dd dl{
	padding:15px 0 10px 10px;
}
.plan_box dd dl dt{
	padding:2px 0 8px 5px;
	
}
.plan_box dd dl dd{
	width:184px;
	height:45px;
	float:left;
}
.plan_box dd dl dd a{
	display:block;
	width:176px;
	height:45px;
	text-indent:-1000px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.plan_box dd dl dd a:hover{
	background-position:0px -45px;
}
.plan_box dd dl dd.tokyo a{background-image:url(../img/btn_tokyo.jpg);}
.plan_box dd dl dd.osaka a{background-image:url(../img/btn_osaka.jpg);}
.plan_box dd dl dd.nagoya a{background-image:url(../img/btn_nagoya.jpg);}
.plan_box dd dl dd.fukuoka a{background-image:url(../img/btn_fukuoka.jpg);}

/*----プランの特徴-----*/
#feature{
	width:900px;
	height:294px;
	margin:20px auto 0px auto;
	background:url(../img/bg_feature.jpg) no-repeat left bottom;
	position:relative;
}
#feature .intro{
	width:535px;
	line-height:20px;
	position:absolute;
	top:55px;
	left:35px;
}
#feature .intro span{
	color:#FF0000;
	font-weight:bold;
}
#feature li{
	position:absolute;
	width:260px;
	padding-left:100px;
	height:90px;
	background-repeat:no-repeat;
}
#feature li.point1{top:100px; left:10px; background-image:url(../img/icon_p1.gif);}
#feature li.point2{top:195px; left:10px; background-image:url(../img/icon_p2.gif);}
#feature li.point3{top:100px; left:405px; background-image:url(../img/icon_p3.gif);}
#feature li.point4{top:195px; left:405px; background-image:url(../img/icon_p4.jpg);}

#feature li dl dt{
	margin-top:13px;
	margin-bottom:5px;
	background:url(../img/point_dot.gif) no-repeat 0 7px;
	padding-left:17px;
	font-size:18px;
	font-weight:bold;
	color:#4FA1ED;
}
#feature li dl dd span{
	color:#E42C6C;
	font-weight:bold;
}

/*----ツアーの選び方-----*/

#choice{
	width:900px;
	height:250px;
	margin:20px auto 20px auto;
	background:url(../img/bg_choice.jpg) no-repeat left bottom;
}
#choice .intro{
	margin:20px 35px 15px 35px;
}
#choice ul{
	margin-left:20px;
}
#choice ul li{
	width:200px;
	padding-right:20px;
	height:130px;
	background:url(../img/img_step_yazi.gif) no-repeat right center;
	float:left;
}
#choice ul li.end{
	padding-right:0;
}
#choice ul li dl{
	position:relative;
}
#choice ul li dl dd{
	width:168px;
	position:absolute;
	top:45px;
	left:17px;
}
/*-------割増料金表----------*/
#hotel_lineup{
	width:900px;
	margin:0 auto 0 auto;
	padding-bottom:40px;
	background-color:#FFFFFF;
}
#hotel_lineup h3{
	border-bottom:1px solid #D0BEBA;
}
#hotel_lineup .intro{
	width:840px;
	margin:10px auto;
}
#hotel_lineup table{
	width:840px;
	margin:0 auto 0 auto;
	text-align:left;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;

}
#hotel_lineup table td,
#hotel_lineup table th{
	padding:5px 8px;
	border-right:1px solid #ccc;
	border-bottom:1px dotted #ccc;
}

#hotel_lineup table tr.border2 td,
#hotel_lineup table tr.border2 th{border-top:2px solid #ccc;}

#hotel_lineup table td{background-color:#fafafa;}
#hotel_lineup table td span{font-size:10px; padding-left:4px;}

#hotel_lineup table th{background-color:#fff;text-align:center;}

#hotel_lineup table td.color_td{width:10px;padding:0;}

#hotel_lineup table td.area_td{
	text-align:center;
	font-size:14px;
	width:170px;
	background-color:#f0f0f0;
}

#hotel_lineup table td.bgc_a{background-color:#f4f4f4; padding:0;}
#hotel_lineup table td.bgc_p{background-color:#ff99cc; padding:0;}
#hotel_lineup table td.bgc_y{background-color:#ffcc00; padding:0;}
#hotel_lineup table td.bgc_g{background-color:#99cc00; padding:0;}
#hotel_lineup table td.bgc_b{background-color:#99ccff; padding:0;}
