@charset "UTF-8";

/* CSS Document */

/* =========================================================
 eatカテゴリ共通のレイアウト
========================================================= */

/* div.eatの中身
--------------------------------------------------------- */
div.eat {
}

div.eat div.section {
}

div.eat#content div.section h3 {
	background: url(../../images/h3_bg_eat.png) no-repeat left top;
}

div.eat#content div.section h3 span {
	border-left: 4px solid #F90;
	color: #E80;
}

div.eat div.section p.photo {
	padding: 0 0 2em 15px;
	_padding: 0 0 2em 10px;/* IE6以下だけ読み込みます */
	float: right;
	width: 340px;
	line-height: 0;
}

div.eat div.section p.photo img {
	padding: 0 0 15px;
}

div.eat#content div.section p.photo span.caption {
	margin: -10px 0 0;
	padding: 0 0 10px;
	line-height: 1.2;
}

div.eat#content div.section p.photo span.caption.note {
	margin: 0;
	line-height: 1.5;
}

div.eat div.section h4 {
	margin: 0 0 .6em;
	width: 361px;
}

div.eat div.section h4 span {
}

div.eat div.section h5 {
	width: 335px;
}

div.eat div.section table.style_a {
	margin-bottom: 2em;
	width: 365px;
}

div.eat div.section table.style_a th {
	white-space: nowrap;
}

div.eat div.section h6 {
	clear: both;
}

div.eat div.section p iframe {
	margin: 0 0 2em;
	padding: 4px;
	border: #CCC 1px solid;
}






/* =========================================================
 indexページだけのレイアウト
========================================================= */

/* div.indexの中身
--------------------------------------------------------- */
div.index {
}

div.index div.section {
}




/* =========================================================
 はま家ページだけのレイアウト
========================================================= */

/* div.hamayaの中身
--------------------------------------------------------- */
div.hamaya {
}

div.hamaya div.section {
}







/* =========================================================
 testページだけのレイアウト
========================================================= */

/* div.testの中身
--------------------------------------------------------- */
div.test {
}

div.test div.section {
}





/* =========================================================
 ◎◎◎◎ページだけのレイアウト
========================================================= */

/* div.◎◎◎◎の中身
--------------------------------------------------------- */
div.◎◎◎◎ {
}

div.◎◎◎◎ div.section {
}
































