﻿@charset "UTF-8";
/* CSS Document */

/*--　レシピトップ　-----------------------------------------------------*/

#ld_txt {
	border-top: solid 2px #653B21;
	padding: 10px 0;
}

#weekly {
	background: url(../images/temp/bk_weekly.gif) no-repeat;
	padding: 45px 0 10px 10px;
	height: 146px;
}
#weekly  .img {
	float: left;
	width: 175px;
}
#weekly  .txt {
	float: left;
	padding-left: 10px;
	width: 285px;
}
#weekly  .txt .copy {
	line-height: 1.2;
	padding-bottom: 2px;
	width: 275px;
	border-bottom: dotted 1px #4F4F4E;
}
#weekly  .txt .name {
	float: left;
	width: 250px;
	line-height: 1.2;
	margin: 5px 0;
	padding: 0 0 0 23px;
	background: url(../images/temp/arrow.gif) no-repeat;
}
#weekly  .txt .name a {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
#weekly  .txt .new {
	float: right;
	color: #FF6400;
	font-weight: bold;
	font-size: 84%;
	padding-top: 10px;
}

#weekly  .txt .time {
	float: left;
	color: #333;
	background: #D2BEE0;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	width: 120px;
}
#weekly  .txt .cal {
	float: left;
	color: #333;
	background: #E4F0D4;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	margin-left: 2px;
	width: 142px;
}

.spc_boil {
	margin: 10px 0;
}

#main .boil {
	float: left;
	width: 154px;
	padding-right: 9px;
}
#main .boil_r {
	float: left;
	width: 154px;
}
#main .boil .img, .boil_r .img {
	float: left;
	padding: 5px 4px 0 0;
}
#main .boil p, .boil_r p {
	float: left;
	width: 60px;
	padding: 5px 0 0 0;
	font-size: 10px;
	line-height: 1.2;
}

.spc_1p {
	margin: 10px 0 5px 0;
}
#main .onepoint {
	padding-left: 1em; 
	text-indent: -1em;
}


/*--　レシピ一覧　-----------------------------------------------------*/

/*--　項目・ソート　--*/

#title {
	font-size: 20px;
	color: #333;
	line-height: 1.2;
	font-weight: bold;
	background: url(../images/temp/title.gif) left no-repeat #C0AFA4;
	padding: 5px 0 1px 25px;
	border-bottom: solid 2px #653B21;
}
#sort {
	padding: 5px;
	border-bottom: solid 2px #653B21;
	color: #653B21;
}
#sort span {
	color: #333;
	font-weight: normal;
}
#sort a:link {color: #FF6400;}
#sort a:visited {color: #FF6400;}
#sort a:hover {color: #653B21;} 
#sort a:active  {color: #653B21;}	
	
/*--　レシピ　--*/

.recipe_li {
	padding: 10px 0 8px 0;
	border-bottom: dotted 1px #4F4F4E;
}
.recipe_li .img {
	float: left;
	width: 105px;
}
.recipe_li .txt {
	float: right;
	width: 360px;
}
.recipe_li .txt .copy {
	line-height: 1.2;
	padding-bottom: 2px;
	border-bottom: dotted 1px #4F4F4E;
}
.recipe_li .txt .name {
	float: left;
	width: 280px;
	margin: 5px 0;
	padding: 0 0 0 23px;
	background: url(../images/temp/arrow.gif) no-repeat;
}
.recipe_li .txt .name a {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.recipe_li .txt .new {
	float: right;
	color: #FF6400;
	font-weight: bold;
	font-size: 84%;
	padding-top: 10px;
}

.recipe_li .txt .time {
	float: left;
	color: #333;
	background: #D2BEE0;
	font-weight: bold;
	padding: 5px 10px;
	width: 130px;
}
.recipe_li .txt .cal {
	float: left;
	color: #333;
	background: #E4F0D4;
	font-weight: bold;
	padding: 5px 10px;
	margin-left: 2px;
	width: 185px;
}

#return {
	margin: 15px 0 0 5px;
}

