@charset "utf-8";
/*//////////  トップページ設定  //////////*/
#topImg {
	height: 350px;
	width: 850px;
	margin-bottom: 20px;
}
#newsArea {
	float: left;
	width: 360px;
	margin-right: 20px;
	margin-bottom: 40px;
}
#newsArea div {
	width: 360px;
	margin-top: 10px;
}
#newsArea p {
	margin-bottom: 0.8em;
	position: relative;
}
#newsArea p span.date {
	width: 6em;
	position: absolute;
}
#newsArea p span.news {
	display: block;
	padding-left: 6em;
}
#newsArea a:link, #newsArea a:visited {
	color: #595959 !important;
	text-decoration: none !important;
}
#newsArea a:hover, #newsArea a:active {
	color: #999999 !important;
	text-decoration: none !important;
}


#recipeTop {
	float: left;
	width: 250px;
	background:url(../images/top/recipe/weeklyrecipe_top.gif) no-repeat top;
	padding-top:55px;
	margin-bottom:40px;
}
#recipeBottom {
	background:url(../images/top/recipe/weeklyrecipe_bottom.gif) no-repeat bottom;
	padding-bottom:10px;
}
#recipe {
	background:url(../images/top/recipe/weeklyrecipe_bg.gif) repeat-y;
	padding:10px 15px 0 14px;
}
#recipe ul {
	margin-top: 5px;
}
#recipe li {
	background-repeat: no-repeat;
	background-position: left 4px;
	background-image:url(../images/top/recipe/img_arrow.gif);
	min-height: 10px;
	height: 10px;
	/*\*//*/
	height: auto;
/* */
	padding-left: 10px;
	margin-bottom: 0.5em;
	list-style-type: none;
	font-weight:bold;
}

#bannerArea {
	float: right;
	width: 200px;
	margin-bottom: 40px;
}
#bannerImg {
	float: right;
	width: 200px;
	margin-top:10px;
}
#bannerLevelA img,
#bannerImg img {
	margin-bottom: 5px;
}
