@charset "shift_jis";

/*---------------------------------*/
/* 初期化 */
/*---------------------------------*/

/* font */

.txt60{
	font-size:75%;
	line-height:100%;
	color:#000000;
}

.txt70 {
	font-size:90%;
	line-height:120%;
	color:#000000;
}

.txt75{
	font-size:85%;
	line-height:110%;
}

.txt80 {
/*	font-size:80%;*/
	line-height:140%;
	color:#000000;
}

.txt_nasu_a{
/*	font-size:80%;*/
	line-height:150%;
	color:#000000;
}

.txtbro70_b{
	font-size:100%;
	color:#b84500;
	font-weight:bold;
	line-height:150%;
}

.txt70_idt {
	font-size:70%;
	line-height:120%;
	color:#000000;
	text-indent:1em;
}
a:link {
	color:#0000ee ;
	text-decoration : none ;
	}

a:visited {
	color:#551a8b ;
	text-decoration : none ;
	}

a:hover {
	color:#ff0000 ;
	text-decoration : none ;
	}

/* レイヤー */
.dody_css{
	background-color:#ffffff;
	font-size:80%;
	margin:0px;
}

/*---- ナビ(header) ----*/
.navi_blk{
	margin-top:10px;
	font-size:80%;
	width:750px;
	margin-bottom:12px;
	clear:both;
	height:37px;
}

.navi_blk2{
	margin-top:12px;
	font-size:80%;
	width:750px;
	margin-bottom:12px;
	clear:both;
	height:60px;
}

.pagetitle_img{
	margin-bottom:10px;
	width:750px;
}

.recipe_navi{
	margin-top:10px;
	margin-bottom:10px;
	width:750px;
	text-align:left;
/*	background-color:#ff00ff;*/
}

/*---- TOP ----*/

.center_blk{
	width:750px;
	text-align:left;
}

.center_blk2{
	width:750px;
	text-align:left;
}
.main_blk{
	margin-bottom:10px;
	border:0px;
	width:750px;
}

.nasu_page_top{
	margin-bottom:10px;
	width:750px;
}

/*---- next navi ----*/
.next_navi{
	width:750px;
	background-color:#ffffff;
	border:0px;
	margin-bottom:10px;
}

/* なす限定メイン */
.nasu_main_blk{
	margin-bottom:15px;
	background-color:#f6ecf4;
	padding: 15px 15px 15px 15px; 	/* 上・右・下・左 */
}

/* さつまいも限定メイン */
.imo_main_blk{
	margin-bottom:15px;
	background-color:#fff1f6;
	padding: 15px 15px 15px 15px; 	/* 上・右・下・左 */
}

/* 辛味大根限定メイン */
.karami_main_blk{
	margin-bottom:15px;
	background-color:#fff8e5;
	padding: 15px 15px 15px 15px; 	/* 上・右・下・左 */
}

/* 水菜限定メイン */
.mizuna_main_blk{
	margin-bottom:15px;
	background-color:#e8ffed;
	padding: 15px 15px 15px 15px; 	/* 上・右・下・左 */
}
/*---- おだし ----*/

.odashi_menu{
	width:750px;
	margin-bottom:20px;
	height:162px;
	border:0px;
}

/*---- 画像----*/
.main_img{
	width:455px;
	height:393px;
}

/*---- テキスト----*/
.top_txtbox{
	vertical-align:top;
	width:280px;
	text-align:left;
	font-size:80%;
	float:right;
}

/*---- テーブル ----*/
.tableline{
	background-color: #c0c0c0;
}

th.th_color1{
	background-color: #ffdcc9;
	font-weight: normal;
	text-align: center;
	padding: 3px;
}

td.td_color1{
	background-color: #ffc09f;
	text-align: left;
	padding: 3px;
}

td.td_color2{
	background-color: #ffffff;
	text-align: right;
	padding: 3px;
}

/*---- なす・メニュータイトル ----*/
.top_nasu_caption{
	background-color:#F4EEF2;	/* 薄紫 */
	float:right;
}

/*---- 茄子・メニュー ----*/
.top_nasu_menu{
	float:right;
	background-color:#F4EEFF;	/* 薄紫 */
	border-left:1px solid #8f5f84;
	border-right:1px solid #8f5f84;
	border-bottom:1px solid #8f5f84;
}

/* レシピ枠 */
.recipi_blk{
	width:749px;
	z-index:1;
	padding: 0px 0px 15px 0px; 	/* 上・右・下・左 */
	border:0px;
/*	margin-bottom: 15px;
	_margin-bottom:7px;*/
}

.tbl_recipi{
 	border:1px solid #edb370;
	background-color:#fcfae1;
}

.td_bunryo{
	width:115px;
	vertical-align:middle;
	height:25px;
}

.td_sozai{
	width:345px;
	vertical-align:middle;
	height:25px;
}

.td_number{
	width:30px;
	vertical-align:top;
	line-height:140%;
	color: #000000;

}

.td_txt{
	width:430px;
	vertical-align:top;
/*	height:25px;*/
	line-height:140%;
	color: #000000;

}

/* 左側 */
.recipi_leftside{
	float:left;
	width:257px;
	background-color:#fcfae1;	/* 薄ベージュ */
	z-index:2;
	border:0px;
	padding: 15px 0px 0px 15px; 	/* 上・右・下・左 */
}

/* 右側 */
.recipi_rightside{
/*	width:455px;*/
	float:right;
	background-color:#fcfae1;	/* 薄ベージュ */
	text-align:left;
	z-index:3;
	border:0px;
	padding: 15px 15px 0px 0px; 	/* 上・右・下・左 */
}

