/* CSS トップ・コンテンツエリア Document */

@charset "Shift_JIS";
	

/* メインコンテンツ
---------------------------------------------------------------- */
#top_content {
	margin: 30px 0 0 0;
	width: 640px;  /*　IE6バグ回避　*/
	}
	
/* トップ・メインイメージ

---------------------------------------------------------------- */

#cover {
	margin: 0 0 0 10px;
	}
	
#cover img {
	vertical-align: bottom;
	}	

/* トップ・メインエリア

---------------------------------------------------------------- */
	
#top_main {
	margin: 20px 0 0 0;
	float: right;
	width: 640px;
	}
	
/* トップ・コンテンツエリア

---------------------------------------------------------------- */
	
#top_content div {
	float: left;
	width: 200px;
	height: 60px;
	}

#top_content a, #content img { /* 画像周りの余白を消す*/
	display: block;
	}
#top_content a {
	width: 200px;
	height: 60px;
	}
	
/* トップ・カテゴリバナー

---------------------------------------------------------------- */
#kenno h2 {
	background: url(../img/food_top_02.jpg) 　 0px no-repeat;
		margin: 0 0 0 20px;
	}
#shoku h2 {
	background: url(../img/food_top_03.jpg) 　 0px no-repeat;
		margin: 0 0 0 230px;
	}
#slow h2 {
	background: url(../img/food_top_04.jpg) 　 0px no-repeat;
			margin: 0 0 0 450px;
	}
	
/* トップ・本文

---------------------------------------------------------------- */
#content p {
	margin: 0 0 0 20px;
	width: 200px;
	font-size: x-small;
	line-height: 1,4;
	}
