@charset "UTF-8";

/* ここから 料理設定*/

#dinner {
	width				: 680px;
	height				: auto;
	float				: left;
}

#dinner_wrap {
	width				: 680px;
	height				: auto;
	float				: left;
}

#dinner_wrap_left {
	width				: 200px;
	height				: auto;
	float				: left;
}

#dinner_wrap_right {
	width				: 480px;
	height				: auto;
	font-size			: 1.25em;
	float				: right;
	padding-top			: 20px;
	line-height			: 1.5em;
	letter-spacing		: 5px;
}

#dinner h1 {
	height				: auto;
	padding-left		: 10px;
	font-size			: 1em;
	color				: #003333;
	text-align			: left;
	line-height			: 1.5em;
}

#dinner h2 {
	height				: auto;
	padding-right		: 10px;
	font-size			: 1em;
	color				: #003333;
	text-align			: right;
}

#dinner h3 {
	height				: auto;
	padding-right		: 10px;
	font-size			: 1.5em;
	color				: #990000;
	text-align			: center;
	background-color	: #FFCCFF;
	padding-top			: 10px;
	padding-bottom		: 10px;
}

#dinner_wrap2_left {
	width				: 200px;
	height				: auto;
	float				: left;
	padding-left		: 10px;
}

#dinner_wrap2_center {
	width				: 260px;
	height				: auto;
	float				: left;
	padding-top			: 15px;
	padding-left		: 5px;
	font-size			: 1.25em;
}

#dinner_wrap2_right {
	width				: 200px;
	height				: auto;
	font-size			: 1.25em;
	float				: right;
	line-height			: 1.5em;
	letter-spacing		: 5px;
}

#dinner_wrap_coments {
	height				: auto;
	padding-right		: 10px;
	padding-left		: 10px;
	padding-top			: 10px;
	padding-bottom		: 10px;
	line-height			: 1.5em;
}

/* 料理設定 ここまで */
