@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++ 新着 */
#contents #whatsNew {
	float:left;
	width:614px;
	margin:0 0 0 0;
	padding:0;
}
#contents #whatsNew:after {
	content: "";
	display: block;
	clear: both;
}
#contents #whatsNew #newsBoxL{
	width: 300px;
	margin:0;
	padding:10px 0 0 0;
	float: left;
}
#contents #whatsNew #newsBoxR{
	width: 300px;
	margin:0;
	padding:10px 0 0 14px;
	float: left;
}

#contents #whatsNew #newsBoxL h3,
#contents #whatsNew #newsBoxR h3 {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: -999999px;
	background-position: center top;
	background-repeat: no-repeat;
}

#contents #whatsNew #newsBoxL h3 {
	background-image: url(../../images/whatsNew_subTtl-sightseen.gif);
}

#contents #whatsNew #newsBoxR h3 {
	background-image: url(../../images/whatsNew_subTtl-hotel.gif);
}

#contents #whatsNew #newsBoxL ul,
#contents #whatsNew #newsBoxR ul {
	width: 100%;
	margin:0;
}

#contents #whatsNew #newsBoxL ul li,
#contents #whatsNew #newsBoxR ul li{
	clear:both;
	padding:5px 0;
	background-image:url(../images/dotline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:small;
}
#contents #whatsNew #newsBoxL ul li .newsBox,
#contents #whatsNew #newsBoxR ul li .newsBox {
	display:block;
	margin:0px 0px 6px 0px;
	padding:0px 0px 3px 12px;
	background-position:left top;
	background-repeat:no-repeat;
	color:#354953;
}
#contents #whatsNew #newsBoxL ul li .newsBox {
	background-image:url(../images/whatsNew_listR.gif);
}
#contents #whatsNew #newsBoxR ul li .newsBox {
	background-image:url(../images/whatsNew_listL.gif);
}

#contents #whatsNew #newsBoxL ul li a:link,
#contents #whatsNew #newsBoxR ul li a:link,
#contents #whatsNew #newsBoxL ul li a:visited,
#contents #whatsNew #newsBoxR ul li a:visited {
	text-decoration:none;
	color:#354953;
}
#contents #whatsNew #newsBoxL ul li a:hover,
#contents #whatsNew #newsBoxR ul li a:hover,
#contents #whatsNew #newsBoxL ul li a:active,
#contents #whatsNew #newsBoxR ul li a:active {
	text-decoration:underline;
	color:#738C93;
}

#contents #whatsNew #newsBoxL ul li .date,
#contents #whatsNew #newsBoxR ul li .date{
	font-size:x-small;
	color:#666;
	display: block;
	margin-bottom: 5px;
}

#contents #whatsNew #newsBoxL ul li .date img,
#contents #whatsNew #newsBoxR ul li .date img {
	vertical-align: middle;
}
