@charset "UTF-8";

/* ===================================================
	Index CSS
====================================================== */


/* -----  Global Navi  ----- */

#navigation {
	width: 780px;
	height: 327px;
	background: url(../img/index/gnavi.jpg) no-repeat 0 0;
}


#gnavi li{
	display: inline;
}

#gnavi li a{
	float: left;
	width: 260px;
	height: 327px;
	line-height: 327px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}


/*
li#gn_hotel a             { background: url(../img/index/gnavi.jpg) no-repeat 0 0;}
li#gn_dining a            { background: url(../img/index/gnavi.jpg) no-repeat -260px 0;}
li#gn_sightseeing a       { background: url(../img/index/gnavi.jpg) no-repeat -520px 0;}

li#gn_hotel a:hover       { background: url(../img/index/gnavi.jpg) no-repeat 0 -327px;}
li#gn_dining a:hover      { background: url(../img/index/gnavi.jpg) no-repeat -260px -654px;}
li#gn_sightseeing a:hover { background: url(../img/index/gnavi.jpg) no-repeat -520px -981px;}
*/

/* -----  Newly Area  ----- */


.newly_area{
	border: 1px solid #e0e0e0;
}

.newly_box{
	width: 259px;
	float: left;
	border-right: 1px solid #e0e0e0;
}

.hotspots_box{
	width: 258px;
	float: left;
	border: 0;
}

.cate_title{
	border-bottom: 1px solid #e0e0e0;
}


dl.new{
	margin: 0 auto;
	width: 129px;
	float: left;
	line-height: 1.4;
	word-break: keep-all;
}

dl.new dt{
	text-align: center;
}

dl.new dd{
	margin: 0 8px;
	padding: 3px 0;
	text-align: left;
	height:60px;
}

dl.new dd.title{
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #c6c6c6;
	height:50px;
}

dl.new dd.more{
	padding: 5px 0;
	height:20px;
}

dl.new dd.sub,
dl.new dd.price{
	padding: 0;
	text-align: center;
	height:20px;
}


/* -----  Message Area  ----- */


.msg{
	width: 260px;
	float: left;
	border: solid 1px #e0e0e0;
	padding: 10px;
}

.guide_msg{
	width: 470px;
	float: right;
	border: solid 1px #e0e0e0;
	padding: 10px;
}

.guide_msg dl{
	margin: 0 0 10px;
	padding: 0 0 10px;
	line-height: 1.5;
	border-bottom: 1px solid #e0e0e0;
}

.guide_msg dl.non_line{
	border: 0;
}

.guide_msg dt{
	width: 75px;
	float: left;
	font-weight: bold;
}

.guide_msg dd{
	margin-left: 80px;
	padding-right: 5px;
}


/* -----  Banner Area  ----- */


ul.bn{
	height: 90px;
	text-align: right;
}

ul.bn li{
	display: inline;
}

ul.bn li img{
	vertical-align: middle;
}

ul.bn li a{
	margin-left: 70px;
}






