@charset "utf-8";

/********************************/
/* 藤岡農園　TOPページ用CSS      */
/********************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");

/***** TOPページ用CSS *****/

/* キャッチコピー */
#catch{
	width:800px;
	height:264px;
	background-image:url(../_images/top/top_img01.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}
	#catch p{
		font-size:102%;
		padding:100px 0px 0px 262px;
		font-weight:bold;
	}
	
/* キャッチコピー */
#news{
	width:760px;
	padding: 0px 0px 5px 40px;
}
	#news p{
		font-size:115%;
	}

/* 梨の紹介 */
#top_intro{
	padding-bottom:15px;
}
	/* 産直 */
	#top_sanchi{
		width:354px;
		height:205px;
		margin-left:13px;
		background-image:url(../_images/top/top_img02.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		float:left;
	}
		#top_sanchi h2{
			padding:65px 15px 0px;
			color:#990000;
			font-size:120%;
		}
		#top_sanchi p{
			padding:5px 17px 0px;
			font-weight:bold;
		}
			
	
	/* 保存 */
	#top_hozon{
		width:408px;
		height:205px;
		margin-left:8px;
		background-image:url(../_images/top/top_img03.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		float:left;
	}
		#top_hozon h2{
			padding:60px 15px 0px;
			color:#990000;
			font-size:120%;
		}
		#top_hozon #hozon_read{
			padding:5px 2px 5px 17px;
		}
			#top_hozon #hozon_read p{
				float:left;
			}
			#p_read01{ font-weight:bold; }
			#p_read02{
				font-size:10px;
				line-height:110%;
				padding-top:80px;
				padding-left:10px;
			}

/* 会社情報 */
#top_foot_company{
	margin:5px 20px 5px;
	line-height:110%;
}
	#top_foot_company img{
		float:left;
	}

/* ページTOP */
.top_pagetop{
	text-align:right;
	padding:5px 15px 0px 0px;
}

/* GoogleSiteMapイメージ */
#sitemap{
	padding:0px 0px 2px;
	text-align:center;
}
	
