/* 共通 */

/* インデックスページ・各ページ共通 */
/* 
div#main_swf {
	width: 850px;
	height: 520px;
}
.main_bg {
	width: 100%;
	background-image: url("./images/index_bg.png");
	background-repeat: repeat-x;
	background-size: auto 125%;
} */
div.eiyou_index_body {
	width: 850px;
	height: 500px;
}
div.eiyou_index_left_col {
	width: 250px;
	height: 100%;
	float: left;
}
div.eiyou_index_right_col {
	width: 600px;
	height: 100%;
	float: left;
}
div.eiyou_index_txt {
	width: 560px;
	height: 115px;
	padding-left: 40px;
}
div.eiyou_index_navi {
	width: 100%;
	height: 355px;
}
div.eiyou_index_navi1 div {
	height: 200px;
	float: left;
	margin: 0;
}
div.eiyou_index_navi2 div {
	height: 115px;
	float: left;
	margin: 0;
}

div.eiyou_index_txt p,
div.eiyou_txt p {
	font-size: 14px;
	line-height: 150%;
	color: #444444;
}
div.eiyou_txt p.eiyou_check {
	color: #FF5147;
	font-weight: bold;
	margin-bottom: 0.5em; 
}
div.eiyou_index_txt p span.textrubi,
div.eiyou_txt p span.textrubi {
	font-size: 12px;
	line-height: 130%;
	color: #406771;
}

/* 個別レシピページ */
/*
.main_page{
	width: 100%;
	background: #2FBEE1;
}
*/
div.eiyou_body {
	width: 850px;
	height: 360px;
}
div.eiyou_img {
	width: 280px;
	height: 100%;
	float: left;
}
div.eiyou_img p {
	text-align: center;
}
div.eiyou_txt {
	width: 420px;
	height: 100%;
	float: left;
}
div.eiyou_footer {
	width: 850px;
	height: 160px;
}
div.eiyou_footer_top {
	width: 100%;
	height: 15px;
	background-image: url("images/bg_undermenu_1.gif");
	background-repeat: no-repeat;
}
div.eiyou_footer_navi {
	width: 100%;
	height: 45px;
	background-image: url("images/bg_undermenu_2.png");
	background-repeat: no-repeat;
}
div.eiyou_footer_navi ul {
	width: 650px;
	margin: 0 auto;
	list-style-type: none;
}
div.eiyou_footer_navi li {
	width: 130px;
	height: 45px;
	float: left;
}
div.eiyou_footer_bottom {
	width: 100%;
	height: 45px;
	background-image: url("images/bg_undermenu_4.gif");
	background-repeat: no-repeat;
}

