@charset "UTF-8";

/* ここから 料理設定*/

#dinner {
	width				: 680px;
	height				: auto;
	float				: left;
}

#dinner_wrap {
	width				: 680px;
	height				: auto;
	margin-bottom		: 5px;
	float				: left;
}

#dinner_wrap h1 {
	font-size			: 1.5em;
	text-align			: center;
	background-color	: #CCFF66;
	padding-top			: 5px;
	padding-bottom		: 5px;
}

#dinner_wrap h3 {
	text-align			: center;
	padding-top			: 5px;
	padding-bottom		: 5px;
}

#dinner_img {
	width				: 670px;
	height				: 460px;
	margin-top			: 10px;
	margin-bottom		: 10px;
	padding-right		: 5px;
	padding-left		: 5px;
	float				: left;
	background-color	: #FFFFCC;
}

#dinner_img h1 {
	font-size			: 1.5em;
	text-align			: center;
	line-height			: 2em;
}

#dinner_left {
	width				: 220px;
	float				: left;
	height				: auto;
}

#dinner_right {
	width				: 420px;
	float				: right;
	padding-bottom		: 5px;
	height				: auto;
}

#dinner_right h1 {
	font-size			: 1.5em;
	text-align			: center;
	line-height			: 1.5em;
	background-color	: #FFFFFF;
	color				: #990000;
	letter-spacing		: 2px;
}

#dinner_right h2 {
	font-size			: 1.2em;
	padding-top			: 5px;
	padding-bottom		: 5px;
	padding-left		: 10px;
	text-align			: left;
	line-height			: 1.2em;
}
#dinner_right h3 {
	font-size			: 1.5em;
	text-align			: right;
	padding-right		: 10px;
}

/* 料理設定 ここまで */
