@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 ul {
	margin:0;
	padding:20px 20px 0 20px;
	list-style:none;
	height:1%;
	}

/* これ以降Mac IE 5のみに適用される \*//*/
#center div.center_bg ul {
	margin:20px 20px 0 20px;
	padding:0;
	list-style:none;
	height:1%;
	}
/* これ以降Mac IE 5以外にも適用される */

/* サムネイル表示 end -------------------------------------- */
	
#center div.center_bg div.free_box { /* その他本文枠 */
	clear:both;
	margin:0 25px;
	padding:10px 0 20px 0;
	}

#center div.center_bg div.free_box div.rightbox,
#center div.center_bg div.free_box div.leftbox { /* その他本文枠 画像回り込み枠 */
	clear:both;
	}

#center div.center_bg div.free_box div.rightbox img { /* 画像右よせ */
	float:right;
	margin:0.3em 0 10px 10px;
	}
	
#center div.center_bg div.free_box div.leftbox img { /* 画像左よせ */
	float:left;
	margin:0.3em 10px 10px 0;
	}

#center div.center_bg div.recommend { /* 「今回の推薦者」枠 */
	clear:both;
	margin:0 25px;
	padding:0;
	width:344px;
	*width:350px; /* IE7・IE6標準準拠モードに適用 */
	border:3px solid #f2e1ca;
	}

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