/************************************************************************

		レシピ関連スタイル

************************************************************************/


/************************************************************************
	今日のおススメレシピ
	/update/recipe/today.php 用
************************************************************************/
.RecipeBox {
	width: 164px;
	border-bottom: solid #999 2px;
	border-right:  solid #999 2px;
	border-top:    solid #ddd 1px;
	border-left:   solid #ddd 1px;
	text-align: center;
	-webkit-border-radius: 5px; /*角丸*/
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.RecipeBox A {
	font-weight: bold;
	text-decoration: none;
	color: #993300;
}
.RecipeBox H2,
.RecipeBox H3 {
	font-size: 13px;
	font-weight: bold;
	height:11px;
	width:100%;
	text-align:center;
	color: #FFF;
	background-color: #D26900;
	margin:0;
	padding:3px 0 3px 0;
	overflow:hidden;
}
.RecipeBox H3,
.RecipeBox H3 A {
	font-size: 12px;
	height:11px;
	color: #A75454;
	background-color: #FDF8E2;
}
.RecipeBox IMG {
	width: 158px;
	height: 98px;
	border: outset #E8D09F 3px;
}
.RecipeBox P {
	display:block;
	font-size: 11px;
	line-height:12px;
	height: 22px;
	overflow:hidden;
	color: #660000;
	background-color:#EEE;
	padding: 1px 0px 1px 2px;
	margin:0;
	text-align:left;
}

/************************************************************************
	rList - アンカー付きリスト

	文中のリンクリストで使用する
	class"rList Box" で枠付きになる
************************************************************************/
.recipeInfo {
	width:375px;
	color: #333333;
	font-size:13px;
	text-align: left;
	line-height: 120%;
	padding: 2px 1px 1px 1px;
	border-bottom: solid #999 1px;
	border-right: solid #999 1px;
	border-left: solid #eee 1px;
	border-top: solid #eee 1px;
}
.recipeInfo li a:link,
.recipeInfo li a:visited,
.recipeInfo li a:hover,
.recipeInfo li a:active {
	text-decoration: none;	
}
.recipeInfo li a:link,
.recipeInfo li a:visited,
.recipeInfo li a:active {
	COLOR: #000099;
}
.recipeInfo li a:hover {
	COLOR: #FF0000;
}
.recipeInfo H1,
.recipeInfo H2,
.recipeInfo H3 {
	width:98%;
	margin: 0px;
	text-align: left;
	clear:both;
	color: #993366;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFFFCC;
	border-top:solid #CCC 1px;
	border-bottom:solid #CCC 1px;
	padding: 3px 0 3px 3px;
	border: 0;
}
.recipeInfo ul {
	padding: 0;
	margin:5px 0 0 5px;
}
.recipeInfo li {
	BACKGROUND: url(/images/button_s.gif) no-repeat left top;
	list-style-type:none;
	padding: 0 0 0 12px;
	border-bottom:solid #ccc 1px;
}
.recipeImnfo p {
	font-size:13px;
	line-height: 120%;
}
.recipeInfo img.thumPhoto {
	width: 150px;
	border:0;
	margin:2px 2px 3px 3px;
	float:right;
}

/************************************************************************
	右肩の1〜12月季節表示
  r_season関数(bioweather/functions.php)にて生成 
************************************************************************/
table.r_season {
	float:right;
	border: 0;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
	empty-cells:show;
}
.r_season td {
	border-top:0;
	border-left: 0;
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
	border-collapse:collapse;
	font-size: 8px;
	text-align: center;
	vertical-align: middle;
	width: 9px;
	height: 9px;
	color: #999999;
	background-color: #CCCCCC;
}
.r_season td.on {
  color: #000000;
  background-color: #99FF99;
}
.r_off {
	color: #999999;
	background-color: #CCCCCC;
}
.r_season td.r_on {
  color: #000000;
  background-color: #99FF99;
}

/************************************************************************


************************************************************************/
.r_title {
	color: #CC3300;
	font-weight: bold;
	font-size: 16px;
	background-color: #EEE;
	border-top-color: #CCCCCC;
	border-left-color: #CCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
xx.r_t2 {
	color: #0033FF;
	font-weight: bold;
	font-size: 14px;
	background-color: #CCFFCC;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
xx.r_c1 {
	color: #FF3300;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
}
xx.r_c2 {
	font-size: 12px;
}
