@charset "UTF-8";
/* CSS Document */
h2#tit_img {
	background: url(../news/images/tit_h2_restaurant_news.jpg) no-repeat;
}

h3#rest_news {
	background: url(../news/images/tit_news.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}

/* news layout */
span.restaurant_name_m {
	padding: 0.2em 0.4em;
	margin-right: 0.4em;
	background-color: #669966;
	color: #FFFFFF;
}
span.restaurant_name_l {
	padding: 0.2em 0.4em;
	margin-right: 0.4em;
	background-color: #915D74;
	color: #FFFFFF;
}
span.txt_red_b {
	color: #CC0000;
	font-weight: bold;
}
span.txt_bla_xs {
	font-size: x-small;
}

div.news_image {
	width: 250px;
	display: block;
	margin-top: 1em;
	float: left;
}
div.news_image img {
	margin-bottom: 1px;
}

div.news_txt {
	width: 330px;
	display: block;
	margin-top: 1em;
	float: right;
}
table.plan_data {
	width: 330px;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
}
table.plan_data th {
	font-weight: normal;
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EDEDED;
	white-space: nowrap;
	text-align: left;
}
table.plan_data td {
	padding: 4px 0 4px 6px;
	border-bottom: 1px solid #CCCCCC;
}
div.cat_label {
	display: block;
	width: 560px;
	padding: 4px 18px;
	border: 1px solid #CCCCCC;
	background-color: #E8E8E8;
}
