/*グルメ*/
/*各ジャンルタイトル*/

/*グルメ*/
#g_main_title {
	background-image: url(119/img/title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 500px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 70px;
	text-indent: -9999px;
	height: 30px;
	border-bottom-width: 1px;

	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/*開店・グルメ・スイーツ・温泉*/
.o_left {
	width: 240px;
	float: left;
}
.o_txt {
	clear: both;
	margin: 3px;
}

.o_rightimg {
	width: 260px;
	float: right;
}


.d_name {
	margin-bottom: 8px;
	border-bottom-width: 1px;

	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 250px;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
}
.d_left {
	width: 240px;
	float: left;
	text-align: center;
}
.d_txt {
	clear: both;
	margin: 10px;
}

.d_rightimg {
	width: 250px;
	float: right;
	text-align: center;
}
.d_title1 {
	font-size: 16px;
	color: #CC0000;
	line-height: 20px;
	border-bottom-width: 1px;

	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
	width: 480px;
	margin: 5px;
}

