@charset "utf-8";
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;
position:relative;}
/*End hide from IE-mac*/ /*IE6以前向け*/
h1{
	height:0px;
	display:none;
	text-indent:-9999px;
}

#contents {
	width: 580px;
	font-size: 1em;
	color: #333333;
	line-height: 160%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#contents_ttl h2 {
	text-indent: -9999px;
}
#contents_ttl {
	background-image: url(../recipe_ranking/images/recipe_ranking_ttl.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 580px;
}
#ranking_container {
	width: 580px;
	margin-top: 36px;
}
.ranking_recipe_box {
	width: 580px;
	background-image: url(../recipe_ranking/images/line_img.gif);
	background-repeat: repeat-x;
	padding-top: 18px;
	padding-bottom: 18px;
	background-position: bottom;
}
.ranking_no {
	width: 70px;
	float: left;
	margin-right: 8px;
}
.ranking_img {
	width: 97px;
	float: left;
	margin-right: 12px;
}
.ranking_txt {
	width: 380px;
	float: left;
}
.ranking_txt h3 {
	font-size: 1.1em;
	line-height: 120%;
	font-weight: bold;
	color: FF49000;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #FF4900;
}
a:visited {
	color: #FF4900;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.goto_vote {
	text-align: right;
}

