@charset "UTF-8";

/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */

.image{padding:10px; background:#FFF; float:left;}
/* .image img{width:200px;} */

.detail_title p.left{font-size:136%; margin:7px 11px; display:inline;}
.detail_title p.right{font-size:107%; margin:9px 11px; display:inline;}

.det_img{
	padding:10px 30px;
	margin:0 0 10px;
}


.rel{
	height:100px;
	vertical-align:middle;
	margin:5px 0 15px;
}


.rel table td{vertical-align:middle;}

.rel table td.name{
	background:#FFF3DB url(../img/item/bar.gif) no-repeat left center;
	font-size:107%;
	color:#996633;
	padding:5px;

}

.rel table td.name p{padding-left:15px;}
.rel table td.name p a{color:#996633;}
.rel table td.name p a:hover{color:#C0345C;}

.rel table td.img{
	padding:0 6px 0 0px;
	width:100px;
	text-align:center;
}

.rel table td p{padding:0 10px 0 10px;} 


.detail_title{
	color:#FFF;
	font-weight:bold;
	min-height:40px;
	_height:40px;
}


/* ------------------------------------------------------------ */
/* 見出し */
/* ------------------------------------------------------------ */

h4 p a{color:#333;}
h4 p a:hover{color:#333;}





.recipe_box{
	width:295px;
	overflow:hidden;
	background:#FFF3DB url(../img/item/bar.gif) repeat-y left center;
	font-size:107%;
	color:#996633;
	padding:5px 5px 5px 15px;

}

.recipe_box a{color:#996633;}
.recipe_box a:hover{color:#C0345C;}


.recipe_box .re_title{
	border-bottom:1px dotted #996633;
	font-weight:bold;
	background-color:#FFF;
	padding:5px 0;
}
.recipe_box .re_time{
	width:145px;
	float:left;
	border-bottom:1px dotted #996633;
	margin: 5px 0;
}



