/* 画像置換用・リゾート */

h1 {
	width: 680px;
	display: block;
	height: 100px;
	position: relative;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bbq_h1.gif);
	background-repeat: no-repeat;
}



.lead {
	font-size: 70%;
	text-align: left;
	text-indent: 1em;
	margin: 0px;
	padding: 0px;
	top: 18px;
	position: relative;
	width: 380px;
	color: #A48C46;
}



h2 {
	display: block;
	width: 680px;
	margin: 0px;
	height: 180px;
	position: relative;
	padding: 0px;
	font-size: 9px;
	top: -3px;
}
h2 span {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../img/bbq_h2.jpg);
	background-repeat: no-repeat;
}
