@charset "UTF-8";

#contents {
	width:900px;
	margin:0 auto;
}

#newsCol {
	width:440px;
	float:left;
}

#newsCol p.newsTitle {
	margin:0;
	padding:0;
}

#infoCol {
	width:439px;
	float:right;
}

/* レストラン */

#restaurant {
	background: url(../images/toprestaurantbg.gif) no-repeat bottom;
	padding-bottom:20px;
	margin-bottom:10px;
}

#restaurant #restaurantInfo {
	background: url(../images/toprestaurantbg.gif) no-repeat top;
	padding:20px 20px 0;
}

#restaurant #banner {
	margin:0 0 10px 0;
}

#restaurant #textInfo {
	width:195px;
	float:left;
}

#restaurant #textInfo p#restName {
	margin:0 0 5px 0;
	padding:0;
	text-align:center;
}

#restaurant #textInfo p#restInfo {
	margin:0;
	padding:0;
	font-size:10px;
	line-height:1.5;
}

#restaurant #imgInfo {
	width:200px;
	float:right;
	padding:10px 0 0 0;
}

#restaurant #imgInfo a:hover img {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
}



/* 	カフェバナーノ */

#caffeBanano {
	clear:both;
}