@charset "utf-8";
/* メイン */
#container #contents #today h4 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #018f62;
	margin-bottom: 5px;
}
#container #contents #today p {
	margin-bottom: 5px;
}
#container #contents #today dl {
	float: left;
	width: 220px;
}
#container #contents #today dt {
	margin-bottom: 5px;
}
#container #contents #today dd {
	font-weight: bold;
	color: #6f4e4e;
}

/*
今日のレシピの部分
月～日曜日のレシピを表示する場合はこのコメントを外す

#container #contents #today table {
	float: right;
	width: 335px;
}
#container #contents #today th {
	background-color: #e9e3cb;
	width: 70px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #a2865e;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#container #contents #today td {
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

月～日曜日のレシピを表示 ここまで
*/

/*
今日のレシピの部分
今日のレシピの材料を表示する場合は「ここまで」までコメントアウトする
*/
#container #contents #left #today h5 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #6f4e4e;
	margin-bottom: 1px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	float: right;
	width: 335px;
}
#container #contents #left #today table {
	float: right;
	width: 335px;
	margin-bottom: 20px;
}
#container #contents #left #today th {
	width: 150px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#container #contents #left #today .bg {
	background-color: #faf8f2;
}
#container #contents #left #today span {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

/* 今日のレシピの材料を表示 ここまで */

#container #contents #new dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 20px;
	margin-bottom: 5px;
}

#container #contents #new dt {
	float: left;
	display: inline;
	margin-right: 10px;
	color: #999999;
	font-weight: bold;
}
#container #contents #new dd {
	float: left;
	display: inline;
	margin-right: 10px;
	font-weight: bold;
}
#container #contents #recommend li {
	display: inline;
	float: left;
	width: 265px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 70px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#container #contents #recommend li img {
	float: left;
	margin-right: 10px;
	display: inline;
}
#container #contents #recommend li h4 {
	float: right;
	width: 195px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
#container #contents #recommend li p {
	float: right;
	width: 195px;
}
#container #contents #right h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	width: 300px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 5px;
}
#container #contents #right #bnr li {
	float: left;
	display: inline;
	margin-bottom: 10px;
}
#container #contents #right #bnr .left {
	margin-right: 10px;
}

#container #contents #new .pageT {
	height: 30px;
	width: 500px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#container #contents #new .pageB {
	height: 30px;
	width: 500px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	text-align: center;
}