/* 
local css file

*/
/* _______________________clearfix  */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

p {
	padding:0;
	margin:0;
}

/* 
___________________top navi
*/
div#topNavi{
width:800px;
height:40px;
margin:0 0 10px 0;
padding:0;
clear:both;
background-image:url(../parts/header_navi.gif);
background-position:top center;
background-repeat:no-repeat;
}

div#topNavi ul{
width:690px;
height:20px;
padding:0 0 0 110px;
margin:0;
clear:both;
}

div#topNavi li{
width:138px;
height:20px;
padding:0;
margin:0;
float:left;
list-style:none;
text-align:left;
}

div#topNavi li a{
width:118px;
height:17px;
padding:3px 0 0 20px;
margin:0;
font-size:12px;
display:block;
text-decoration:none;
text-align:left;
background-image:url(../parts/header_navi-over.gif);
}

div#topNavi li a:link{color:#8c7424;background-position:top right;}
div#topNavi li a:visited{color:#8c7424;background-position:top right;}
div#topNavi li a:hover{color:#fdfbf7;background-position:top left;}
div#topNavi li a:active{color:#8c7424;background-position:top left;}

div#main {
	background-image:none;
}
#contents_recipe {
	width:798px;
	padding:0;
	background:#FFF;
	-webkit-border-bottom-radius: 8px;
	-moz-border-bottom-radius: 8px;
	border-bottom-radius: 8px;
	border:1px solid #F0EDDE;
}
#content_recipe {
	float:right;
	width:612px;
	padding:0;
	margin:0 0 20px 0;
	line-height:1.5em;
}

/* 
___________________main
*/

h2#category_titile_top {
	margin:5px 0 5px 10px;
}

h2#category_titile {
	width:542px;
	height:35px;
	clear:both;
	margin:10px 0 5px 10px;
	padding:8px 0 0 48px;
	font-size:16px;
	color:#50310a;
	font-weight:bold;
	background-image:url(../parts/recipe_h2.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.recipe_text {
	margin:10px 10px 20px 0;
	font-size:14px;
	color:#3C3;
}

.recipe_item {
	width:590px;
	margin:0 0 10px 10px;
	padding:0 0 5px 0;
	background:url(../parts/recipe_line.jpg) left bottom no-repeat;
}

.item_image {
	width:109px;
	padding:0;
	margin:0 0 7px 0;
	background:url(../parts/recipe_thumb_skin.png) top left no-repeat;
	float:left;
}
.item_image .bottom {
	width:width:109px;
	height:7px;
	background:url(../parts/recipe_thumb_bottom.png) bottom left no-repeat;
}
.item_image a img {
	margin:7px 0 0 6px;
	border:solid 1px #fff;
}
.item_image a:hover img {
	border:solid 1px #e57e05;
}

.item_info {
	width:470px;
	padding:7px 0 7px 0;
	float:right;
}
.item_info h3 {
	margin:0 0 0 0;
	padding:0;
}
.item_info h3 a {
	width:445px;
	margin:0;
	padding:10px 15px 15px 10px;
	font-size:16px;
	text-decoration:none;
	color:#50310a;
	display:block;
	background:url(../parts/recipe_title_skin.jpg) left bottom no-repeat;
}
.item_info h3 a:hover {
	color:#e57e05;
}
.item_comment p {
	margin:0 0 5px 0;
	font-size:14px;
	color:#50310a;
}
.item_more {
	margin:0 0 5px 0;
	color:#50310a;
	font-size:12px;
	position:relative;
}
.item_more a {
	text-decoration:none;
}

/* 
___________________side
*/
#side {
	width:186px;
	padding:0 0 10px 0;
	margin:1px 0 0 0;
	float:left;
	background-image:url(../parts/recipe_side_skin.jpg);
	}
#cate_season,
#cate_genre,
#cate_effect {
	width:170px;
	padding:2px 0 2px 10px;
	margin:0 0 1px 0;
	color:#FFF;
	font-size:14px;
	background-color:;
	}
#cate_top a {
	width:175px;
	height:35px;
	margin:6px 0 5px 7px;
	padding:0;
	text-indent:-9999px;
	background:url(../parts/banner_175x35.gif) 0 0 no-repeat;
	display:block;
	}
#cate_top a:hover {
	opacity:0.8;
}
.side_menu {
	padding:0;
	margin:0 0 5px 0;
	}
.side_menu li {
	padding:0;
	margin:0 0 1px 0;
	list-style:none;
	}
.side_menu li a {
	margin: 0;
	width:155px;
	padding: 4px 0 4px 30px;
	color:#8C7424;
	text-decoration:none;
	font-size:14px;
	overflow: hidden;
	display: block;
	}

.side_menu li a:hover {
	color:#66cc00;
}
.cate1 li {
	background:url(../parts/recipe_cate1_list.jpg) left bottom no-repeat;
}
.cate2 li {
	background:url(../parts/recipe_cate2_list.jpg) left bottom no-repeat;
}
.cate3 li {
	background:url(../parts/recipe_cate3_list.jpg) left bottom no-repeat;
}
.cate4 li {
	background:url(../parts/recipe_cate4_list.jpg) left bottom no-repeat;
}
#side .bn {
	padding:5px 0 0 2px;
	}

/* 
___________________entry
*/
#recipe_detail {
	padding:15px 0 20px 10px;
}
#recipe_outline {
	width:305px;
	padding:8px 10px 0 0;
	float:right;
}
#recipe_title {
	padding:20px 10px 25px 10px;
	font-size:16px;
	text-decoration:none;
	color:#50310a;
	display:block;
	background:url(../parts/recipe_title_skin.jpg) left bottom no-repeat;
	}
#recipe_copy {
	padding:5px 10px 10px 5px;
	margin:0 0 10px 0;
	color:#50310a;
	font-size:12px;
	background:url(../parts/recipe_line.jpg) left bottom no-repeat;
	}
#recipe_category {
	margin:0 0 0 5px;
	color:#333;
	}
#recipe_category img {
	margin:0 5px 0 0;
	display:inline;
	vertical-align:bottom;
}
.facebook {
	margin:10px 0 0 0;
}
#recipe_img {
	width:282px;
	background:url(../parts/recipe_img_skin.jpg) left top no-repeat;
	float:left;
}
#recipe_img img {
	margin:6px 0 0 6px;
}
#recipe_img p {
	width:282px;
	height:8px;
	margin:0;
	background:url(../parts/recipe_img_bottom.jpg) left bottom no-repeat;
}
#recipe_material {
	margin:0 10px 10px 10px;
	padding:10px;
	font-size:12px;
	border-collapse:collapse;
	background:url(../parts/recipe_material_skin2.jpg);
	color:#50310a;
	line-height:2;
}
#recipe_material h3 {
	height:35px;
	padding:8px 0 0 48px;
	font-weight:bold;
	background:url(../parts/recipe_subtitle.jpg) 0 0 no-repeat;
}
#recipe_material p{
	border-bottom:solid 1px #d2c9b4;
}
#recipe_material th {
	padding:2px;
	text-align:left;
}
#recipe_material td {
	padding:2px;
	text-align:left;
	border-bottom:solid 1px #ebe7d2;
}
.zairyo {
	background:url(../parts/global_back01.gif);
}
.recipe_stitle1,
.recipe_stitle2, 
.recipe_stitle3 {
	height:36px;
	background:url(../parts/recipe_stitle_bg.png) 0 0 no-repeat;
}
#recipe_step {
	width:590px;
	margin:0 0 10px 10px;
	padding:0 0 10px 0;
	background:url(../parts/recipe_material_skin3.jpg) 0 0;
}
#recipe_step th {
	width:30px;
	padding:10px 0 10px 10px;
	vertical-align:top;
}
#recipe_step td {
	padding:15px 10px 0 0;
	font-size:12px;
	color:#50310a;
	vertical-align:top;
}
.recipe_text2 {
	width:550px;
	margin:0 0 20px 10px;
	padding:10px 20px 20px 20px;
	font-size:12px;
	line-height:1.5;
	color:#50310a;
	background:url(../parts/recipe_material_skin4.jpg) 0 0;
}
.recipe_h3 {
	margin:0 0 0 10px;
}
#print {
	margin:0 auto 20px auto;
	text-align:center;
}
#print img {
	margin:0 auto;
	text-align:center;
}