@charset "UTF-8";
@import url("second_style.css"); /* 共通スタイルの読み込み */ 

/*==========================================================
 【Buzzclip】スタイルシート
 ----------------------------------------------------------
  common.css … 共通スタイル
  ***_style.css … 各ページのスタイル
 ----------------------------------------------------------
  このスタイルは「料理人の味なリレー」ページのスタイルです。
==========================================================*/


/*==========================================================
　[4]中央エリア
==========================================================*/
#center div.center_bg h3.search_title { /* 検索結果タイトル */
	margin:0;
	padding:10px 40px 0 40px;
	color:#a780b9;
	font-size:15px;
	text-align:center;
	}
	
#center div.center_bg div.cook_content { /* 「今回の推薦者」＆「今回の料理人」枠 */
	clear:both;
	margin:20px 25px 0 25px;
	padding:0;
	width:344px;
	*width:350px; /* IE7・IE6標準準拠モードに適用 */
	border:3px solid #f2e1ca;
	}

#center div.center_bg div.cook_content_in {
	padding:10px;
	}
	
#center div.center_bg div.cook_content_in p { /* 「今回の推薦者」＆「今回の料理人」タイトル */ 
	margin:0;
	padding:0 0 10px 0;
	}
	
#center div.center_bg div.cook_content_in div { /* 「今回の推薦者」＆「今回の料理人」画像 */
	float:right;
	padding:0;
	margin:0;
	}
	
#center div.center_bg div.cook_content_in div img {
	margin:0 0 10px 10px;
	}