@charset "UTF-8";
/*======================================
　#pagebody 必須　　[2011.09.14]
=======================================*/
/* -------------------------------------
   topPage
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

li { list-style: none; }

img {
	border: none;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic; 
}

/* 食コラム・健康レシピ
---------------------------------------- */

#pagebody #titleBg {
	background: url(img/top_parts/monthly_bg.png);
	height: 265px;
	text-align: left;
}
#pagebody #titleBg .title {
	width: 609px;
}
#pagebody #titleBg .month {
	height: 90px;
	width: 87px;
	position: absolute;
	left: 690px;
	top: 0px;
}
#pagebody #titleBg .titleOba {

}

#pagebody #titleBg .theme {
	position: absolute;
	left: 33px;
	width: 431px;
}
#pagebody #titleBg .theme .recipe {
	margin-left: 5px;
}
#pagebody #titleBg .backNumber {
	position: absolute;
	left: 657px;
	top: 195px;
}

#pagebody #titleBg a:hover img
{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* 朝ごはんレシピ
---------------------------------------- */
#pagebody #recipeBg {
	overflow: auto;
	background: #F8F6F2;
}

#pagebody #recipeBg #asagohan {
	width: 465px;
	background: url(img/top_parts/asagohan_bg.jpg);
	border-bottom: 1px solid #CCCCCC;
	overflow: auto;
	float: left;
}

#pagebody #recipeBg #asagohan .recipeBlock {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 18px;
}

#pagebody #recipeBg #asagohan .recipeItem{
	float:left;
	padding-right:10px;
	width:136px;
	position:relative;
	padding-bottom: 10px;
}
#pagebody #recipeBg #asagohan .space {
	margin-bottom: 5px;
}

#pagebody .thumb img{
	border:3px solid #CCCCCC;
}
#pagebody .thumb a:hover img{
	border:3px solid #CB9E72;
}

#pagebody #recipeBg .icoNew {
	border-style: none;
	border-width: medium;
	width: 39px;
	top: 3px;
	left: 94px;
	position: absolute;
}

#pagebody #recipeBg a:link {
	color: #4E351D;
	text-decoration: none;
}
#pagebody #recipeBg a:visited {
	color: #4E351D;
	text-decoration: none;
}
#pagebody #recipeBg a:hover,
#pagebody #recipeBg a:active  {
	color: #916335;
	text-decoration: underline;
}

#pagebody #recipeBg .group { *zoom: 1; } /* for ie6/7 */
#pagebody #recipeBg .group:after { content: ""; display: block; clear: both; }

/* バナー
---------------------------------------- */
#pagebody #recipeBg #banner .space {
	margin-bottom: 10px;
}

#pagebody #banner a:hover img
{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
