/* CSS Document */

/* タイトル */
h3#title {
	width:313px;
	height:41px;
	background-image:url(img/title.gif);
	background-repeat:no-repeat;
	border:0;
	display:block;
	float:left;
	margin-left:32px;
	text-indent:-9999px;
	overflow:hidden;
}
h3#title a{
	width:313px;
	height:41px;
	display:block;
	border:0;
}
* html h3#title {
	margin-bottom:4px;
}
/* サブタイトル */
h4#subtitle {
	width:169px;
	height:14px;
	background-image:url(img/subtitle.gif);
	background-repeat:no-repeat;
	margin:12px 32px 0 0;
	display:block;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
}
/*レシピタイトル*/
h5#recipe_title {
	font-size:14pt;
	font-weight:bold;
	color:#FA7548;
	padding:4px 0 16px 0;
	margin-bottom:5px;
	background:url(img/line_l.gif) no-repeat bottom;
}
/*レース編みコンテナ*/
div#wrapper_lace {
	width:703px;
	background:url(img/bg_lace.gif) no-repeat bottom;
	margin-top:5px auto 0 auto;
	padding-bottom:50px;
}
/*コンテンツ本体（内側）*/
div#wrapper_content {
	width:625px;
	margin:0 auto;
	text-align:left;
}
/* 弁当写真 */
#BentoPhoto {
	width:372px;
	float:left;
	padding:10px 10px 0 0;
	_margin-bottom:5px;
}
/* ワンポイントボックス */
div#wrapper_point {
	width:242px;
	float:right;
	background:url(img/point_bottom.gif) no-repeat bottom;
	margin-top:10px;
	padding-bottom:180px;
}

/*2列目コンテナ*/
div#wrapper_content_recipe {
	width:625px;
	background:url(img/bg_content_recipe.gif) repeat-y;
}

/*材料コンテナ*/
div#ingredient {
	width:252px;
	float:left;
	margin:10px 10px 0 0;
	padding-right:20px;
}
/* 材料タイトル */
h6#title_ingredient {
	width:252px;
	height:48px;
	background:url(img/t_ingredient.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
div#ing_title {
	width:250px;
	height:48px;
	background:url(img/t_ingredient.gif) no-repeat;
	padding:10px 2px 0 0;
	text-align:right;
	color:#666;
}
div#ingredient p {
	padding-left:10px;
	color:#666;
	line-height:130%;
}
/*作り方コンテナ*/
div#recipe {
	width:327px;
	float:left;
	margin-top:10px;
	padding-left:10px;
}
div#recipe p {
	padding:5px 0 0 10px;
	color:#666;
	line-height:130%;
}
/* 作り方タイトル */
h6#title_recipe {
	width:327px;
	height:50px;
	background:url(img/t_recipe.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#ButtonBbs a:link,
#ButtonBbs a:visited {
	width:378px;
	height:71px;
	background-image:url(img/b_bbs.gif);
	background-repeat:no-repeat;
	margin:20px 0px;
	display:block;
	boeder:0px;
	float:left;
	overeflow:hidden;
}
#ButtonBbs a:hover {
	background-position:0 -71px;
}

#BackNumber {
	float:right;
	margin:45px 20px 0 0;
}
p.offer {
	font-size:8pt;
	padding-top:10px;
	text-align:center;
}
