/*

	食品事業部トップページ用CSS
	（/f/index.html）

*/





/* メイン領域 */
#contents {
	font-size:12px;
}
	
	#contents hr.divide {
		margin:0 0 20px;
		padding:0;
		clear:both;
		height:1px;
		color:#FFF;
		background-color:#FFF;
		border:none;
	}




/* 左ペイン */
#contents #left_pain {
	float:left;
	width:470px;
}
	
	#contents #left_pain h2 {
		margin:9px 0 0;
	}
	
	#contents #left_pain iframe {
		width:470px;
/*		height:135px;*/
		height:160px;
		border:none;
		margin:10px 0 0;
	}
	
	#contents #left_pain div.products {
		padding:10px 5px;
		border:4px solid #DDDBD3;
		border-top:none;
	}
		
		#contents #left_pain div.products table td.last_child {
			border-left:1px solid #DDDBD3;
		}
		
		#contents #left_pain div.products table td img{
			margin:3px 12px;
		}




/* 右ペイン */
#contents #right_pain {
	float:right;
	width:234px;
}
	
	#contents #right_pain div.recommend {
		border-left:4px solid #DDDBD3;
		border-right:4px solid #DDDBD3;
	}
		
		#contents #right_pain div.recommend p {
			padding:0 0 10px;
			text-align:center;
		}
	
	#contents #right_pain div.new {
		border:4px solid #DDDBD3;
		border-top:none;
	}
		
		#contents #right_pain div.new table {
			margin:0 auto 10px;
			width:210px;
		}
			
			#contents #right_pain div.new table th,
			#contents #right_pain div.new table td {
				padding:2px 0;
				border-bottom:1px dotted #333;
			}
				
				#contents #right_pain div.new table tr.last_child th,
				#contents #right_pain div.new table tr.last_child td {
					border-bottom:none;
				}

			#contents #right_pain div.new table th {
				text-align:left;
				width:115px;
			}

			#contents #right_pain div.new table td {
				line-height:150%;
			}
	
				#contents #right_pain div.new table td a {
					text-decoration:underline;
				}
	
				#contents #right_pain div.new table td a img {
					border:none;
					vertical-align:middle;
				}
	
	#contents #right_pain ul.etc {
		margin:11px 0 0 4px;
	}
		
		#contents #right_pain ul.etc li {
			margin:0 0 7px;
		}




/* カテゴリーナビゲーション */
#category_menu {
	height:46px;
	background:url(../img/menu_shadow.gif) left bottom repeat-x;
	margin:0 0 1px;
}
