@charset "utf-8";

/* オススメ・トクだ値 */

.box {
	margin-bottom: 10px;
}

.uri h2{
	font-size:24px;
	color:#ff3366;
	font-weight:bold;
}

ul.uri {
	float:left;
}

ul.uri li {
	list-style: inside url(../image/li.gif) none;
	margin-bottom:5px;
	font-size:13px;
}

ul.uri li a.strong {
	color:#ff0000;
}

.price {
	color:#ff0000;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.fntL {
	font-size:16px;
}

.keshi {
	text-decoration:line-through;
}

.sale {
	width:160px;
	margin-bottom:10px;
}

.sale h3 {
	background:#FF3366;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding: 5px 0;
}

.sale .body {
	padding:5px;
	border:1px solid #ccc;
}

.sale ul li {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	list-style:none;
}

.uri_bnr {
	float:right;
}

.uri_bnr img {
	width:100px;
}


/* チラシ(スライド) */


.flyer {
	margin-bottom:10px;
}

.flyer h3{
	clear:both;
	line-height:37px;
	background: url(../image/t_title_flyer.gif);
	text-indent:-9999px;
}

.flyer .content {
	padding:10px;
	border:solid #ccc;
	border-width:0 1px 1px;
}

.flyer .btnLeft,
.flyer .btnRight {
	width:32px;
	padding-top:60px;
	float:left;
}

.flyer .btnLeft {margin-right:10px;}
.flyer .btnRight { margin-left:10px;}

.flyer .prev {
	width:32px;
	height:48px;
	background:url(../image/prev_off.gif) no-repeat;
	text-indent:-9999px;
	line-height:48px;
}

.flyer .prev:hover {
	cursor:pointer;
	background:url(../image/prev_on.gif) no-repeat;
}

.flyer .next {
	width:32px;
	height:48px;
	background:url(../image/next_off.gif) no-repeat;
	text-indent:-9999px;
	line-height:48px;
}

.flyer .next:hover {
	cursor:pointer;
	background:url(../image/next_on.gif) no-repeat;
}

.flyer .page {
	float:left;
}

.flyer .page li {
	list-style:none;
	margin-right:5px;
}

.flyer .page li img {
	width:115px;
	height:164px;
	margin-bottom:5px;
}

.area-in {
	position:relative;
}

.area-in .citylist {
	width:200px;
	position:absolute;
	left: 10px;
	top: 10px;
}

.area-in .citylist p {
	font-size:12px;
	color:#999;
	margin-bottom:3px;
}

/* トップ */

#search {

}

.rightBox {
	float:right;
}

#search .rightBox {
	width:300px;
}

.rightBox .content {
	padding:10px;
	border:solid #ccc;
	border-width:0 1px 1px;
}

.kodawariLeft {
	float:left;
	width:135px;
}

.kodawariRight {
	float:right;
	width:135ox;
}

ul.imgList li {
	width:135px;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
}

ul.imgList li img {
	float:left;
	margin-right:5px;
}

/* 温泉地からプランを探す */

.link_onsen {
	background:url(../image/bnr_onsen.png) no-repeat;
	padding-left:100px;
}

.link_onsen a {
	line-height:48px;
	display:block;
	font-weight:bold;
	font-size:16px;
}

/* メインバナーエリア */

.mainBnr ul li {
	float:left;
}

/* 新着 */

.news li {
	float:left;
	background: url(../image/new.gif) no-repeat 3px;
	padding-left:35px;
	margin-right:10px;
}

