@charset "UTF-8";
/* CSS Document */
/*
========================================================
　新しい書き方の角丸ボックス
========================================================
*/

/*195xautoの角丸ボックス 一式*/
#saikou, #course, #setsumeikai, #go_kyoten_top{
	width:195px;
	height:auto;
	background:url(../parts/d_menu_sline.gif) repeat-y;
	margin-bottom:5px;
	}
	
.right_box_bottom_195{
	width:195px;
	height:auto;
	background:url(../parts/d_menu_bottom.gif) no-repeat bottom;
}
.right_box_bottom_195 p{
	width:185px;
	height:auto;
	padding:5px;
	line-height:1.3em;
}
/*195xautoの角丸ボックス 一式ここまで*/

/*
============================
右ボックス共通
============================
*/
a.bt_next {
	display:block;
	width:39px;
	height:39px;
	background:url(/share/right_box/top/parts/btn_three-piece.gif) no-repeat 0px 0px;
	text-indent:-9999px;
}
a:hover.bt_next{
	background-position:0px -49px;
}

/*float対策ワンセット*/
dd.right_box_bottom_195{
	position:relative;
	overflow:hidden;
}
dd.right_box_bottom_195:after{
	content:"";
	clear:both;
	height:1px;
	overflow:hidden;
}
* html dd.right_box_bottom_195{
	height:1px;
	overflow:visible;
}
/*float対策ワンセット ここまで*/

dd.right_box_bottom_195 p.body{
	float:left;
	width:135px;
	height:auto;
}
dd.right_box_bottom_195 p.next{
	float:right;
	width:39px;
	height:39px;
}


/*
============================
デジタルパンフレット
============================
*/
#d_pamphlet dd{
	line-height:1.3em;
}

/*
============================
おすすめツアーを探す
============================
*/
#go_kyoten_top dt{
	width:195px;
	height:24px;
	background:url(../parts/osusume_tour.gif) no-repeat top;
	text-indent:-9999px;
}