@charset "utf-8";

/*お役立ち情報*/
.usefulinfo{
	background: url(/common/images/v1/subcolumn/usefulinfo-bg.gif) scroll bottom left;
	margin-bottom:10px;
}
.usefulinfo ul{
	padding:3px 6px 6px;
}
.usefulinfo ul li{
	font-size:0.8em;
	line-height:1.4em;
	border-bottom:dashed 1px #b4b4b4;
	padding:0 0 3px 12px;
	margin-bottom:2px;
	background: url(/common/images/v1/subcolumn/usefulinfo-icon.gif) no-repeat 0 6px;
}
#accordion{
	padding:0 0 1px 0;
	width:298px;
	margin-left:1px;
}
#accordion h3{
  margin:0px;
  padding:4px 0px 0 0px;
  background:url(/common/images/v1/subcolumn/accordion_bg.gif) no-repeat 0 0;
  background-color:#fff;
  cursor:pointer;
  border-bottom:solid 1px #949a5f;
  height:20px;
}
* html #accordion h3{
	height:24px;
}

#accordion h3 a{
  padding-left:25px;
  font-size:14px;
  line-height:18px;
  color:#333;
}
#accordion div{
  margin:0px 0px 1px 0px;
  padding:0px;
  background-color:#fff;
 
}

/*おすすめ記事*/
.recommendation{
	margin-bottom:10px;
	background: url(/common/images/v1/subcolumn/recommendation-bg.gif) scroll bottom left;
}
.recommendation ul{
	padding:3px 6px 6px;
}
.recommendation ul li{
	font-size:0.8em;
	line-height:1.4em;
	border-bottom:dashed 1px #b4b4b4;
	padding:3px 0 3px 12px;
	margin-bottom:2px;
	background: url(/common/images/v1/subcolumn/recommendation-icon.gif) no-repeat 0 6px;
}

/*広告*/
.rectangle{
	width:300px;
	margin-bottom:15px;
	color:#fff;
}
/*バナー*/
.subcolumn-banner{
	background-color:#666;
	color:#fff;
	width:300px;
	height:100px;
	margin-bottom:15px;
}

/*ロゴ*/
.subcolumn-logo{
	margin-bottom:15px;
}
.subcolumn-logo ul li{
	float:left;
	margin-right:13px;
	margin-bottom:10px;
}

/*
****************
検索枠
****************
*/
.subcolumn-search{
	background-color:#d1e3c3;
	padding:9px;
	width:282px;
	margin-bottom:15px;
}
* html .subcolumn-search{
	width:300px;
}
.inputtext{
	/*デフォルトで*/
	border:0;
	/*IE*/
	background: transparent url("http://food.ismedia.jp/common/images/v1/subcolumn/inputtext-bg.gif") no-repeat 3px center;
	/*body*/
	font-family: 'Meiryo', 'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	height:19px;
	width:192px;
	font-size:12px;
	line-height:14px;
	color:#999;
	padding:2px 4px 0 20px;
	margin:0 5px 0 0;
	float:left;
	border:solid 1px #999;
	background-color:#fff;
}
* > .inputtext{
	/*IE以外*/
	background: transparent url("http://food.ismedia.jp/common/images/v1/subcolumn/inputtext-bg.gif") no-repeat 3px center;
	background-color:#fff;
}
* html .inputtext{
	width:218px;
	height:23px;
	margin:0;
}
.searchbtn{
	border: 0;
	background: url(http://food.ismedia.jp/common/images/v1/subcolumn/search-btn.jpg) no-repeat 0 0;
	width: 56px;
	height: 24px;
	cursor: pointer;
	float:right;
}
