@charset "utf-8";
/* index.css */
/*
indexページメインコンテナー部分の設定
*/
/*
カレント標示
*/

#main_navi li#mm00 a{ background-position:0 -71px;}
/*#main_navi li#mm01 a{ background-position:-190px -71px;}
#main_navi li#mm02 a{ background-position:-380px -71px;}
#main_navi li#mm03 a{ background-position:-570px -71px;}
#main_navi li#mm04 a{ background-position:-760px -71px;}*/

/* 
===================================
===== インデックスメインコンテンツ（カラムを包む） 
=================================== */
*html #maincontents-index{/*IEハック*/
	width:885px;
	margin:0 12px;}

#maincontents-index{
	width:880px;
	margin:0 35px;}

#contents-index {}

/* 
===================================
===== インデックス２カラム部分 
=================================== */
#colum-2-index	{
	width:640px;
	margin-bottom:10px;
}

#colum-2-index a img {
	margin-bottom:5px;
}

/* 
===================================
===== インデックス右カラム
=================================== */
#column-r-index{
	width:240px;
	margin:0;
	padding:0;
	float:right;
}

/* 
===================================
===== インデックス左カラム 
=================================== */
#column-l-index{
	text-align:left;
	width:240px;
	padding:0;
	float:left;
}

#leaf-a { /*チラシ選択*/
	width:242px;
	height:110px;
	background-image: url(../../pict/indexSideBnr/indexSideBnr-leaflet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leaf-a form {
	/*margin:20px auto;
	padding:45px 30px 15px 30px;
	text-align:center;*/
	position:relative;
	top:45px; left:35px;
}


/* 
===================================
===== インデックス中央カラム
=================================== */

*html #column-c-index{/*IEハック*/
	text-align:left;
	width:380px;
	margin-left:5px;
	padding:0;
	float:left;
}

#column-c-index{
	text-align:left;
	width:380px;
	margin-left:10px;
	padding:0;
	float:left;
}
/*
===================================
===== ニュース欄の設定
=================================== */

#whatsnew	{
	width: 380px;
	/*height: 146px;
	font-size: 0.875em;
	line-height: 180%;
	background-color: #FCE2BA;*/
	background-image: url(/common/img/news_bnr.jpg);
	background-repeat: no-repeat;
	margin: 0;
}
#whatsnew ul	{
	/*margin-top: 10px;*/
	margin: 10px 0 0 0;
	list-style-type: none;
	}
#whatsnew li	{
	list-style-type: none;
	font-size: 12px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
}
.whatsnew_category {
	font-size:9px;
	color:#666;
}

/*---*/
#whatsnew li.new {
	background-image: url(../img/new.gif);
	background-repeat: no-repeat;
}

#whatsnew li a,
#whatsnew li span{ margin-left:25px; }

#whatsnew li a { text-decoration:none; color:#00657d; }
#whatsnew li a:hover {text-decoration:none; color:#F00;text-decoration: underline;}

/*
===================================
===== レシピ欄の設定
=================================== */

#resipe	{
	width: 380px;
	/*height: 146px;
	font-size: 0.875em;
	line-height: 180%;
	background-color: #FCE2BA;*/
	background-image: url(/common/img/index-recipe-bnr.gif);
	background-repeat: no-repeat;
	margin: 0;
}
#resipe ul	{
	margin-top: 10px;
	/*margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;*/
	list-style-type: none;
	}
#resipe ul a	{
	color: #00657d;
	}
#resipe li	{
	list-style-type: none;
	font-size: 12px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
}
.resipe_category {
	font-size:9px;
	color:#666;
}
