@charset "utf-8";

#top-top{
	float:right;
	width:450px;
}
#top-top p{
	margin-bottom:5px;
}
#top-img{
	float:left;
	width:150px;
	padding:10px 20px 10px 0;
}
#top-img img{
	width:150px;
}
#top-img p{
	font-size:12px;
	line-height:1.0em;
	padding-top:3px;
}

#top-selection{
	list-style:none;
	margin-top:20px;
}
#top-selection li{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	border:1px solid #999;
	padding:1px;
}
#top-selection li a{
	display:block;
	width:70px;
	height:70px;
	overflow:hidden;
}
#top-selection li img.w{
	width:70px;
}
#top-selection li img.h{
	height:70px;
}

#top-newinfo{
	padding:10px;
	margin-top:10px;
}
#top-newinfo h2{
	font-size:15px;
}
#top-newinfo ul{
	list-style:none;
}
#top-newinfo ul li{
	padding:2px 0;
}
#top-newinfo .recipe{
	width:300px;
	float:left;
}
#top-newinfo .product{
	width:300px;
	float:right;
}

#top-ranking{
	margin-top:20px;
}
#table-ranking{
	width:100%;
	margin-top:10px;
	border-collapse:collapse;
}
#table-ranking th,#table-ranking td{
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:2px;
	overflow:hidden;
}
#table-ranking th{
	background-color:#FFFF99;
	width:50px;
}
#table-ranking td{
	padding:2px 5px;
	width:270px;
}
#table-ranking .tablehdr th{
	width:50%;
	border:none;
	background-color:transparent;
}
#table-ranking a{
	white-space:nowrap;
	overflow:hidden;
}

#top-category{
	margin-top:30px;
}
#top-category h3{
	font-size:15px;
	margin:5px 0;
}
#top-category .category{
	list-style:none;
	line-height:1.3em;
	width:630px;
}
#top-category .category li{
	width:200px;
	height:75px;
	margin-right:10px;
	float:left;
}
#top-category .category a{
	float:left;
}
#top-category .category a.title{
	float:none;
	font-weight:bold;
}
#top-category .category img{
	width:55px;
	margin-right:5px;
}
#top-category .note{
	font-size:13px;
	color:#333;
}
.author{
	text-align:right;
}