﻿

/* ---------------------------------------------------------------- *
	料理ページの設定です
 * ---------------------------------------------------------------- */
	

#meals {
	clear: both;
	width:736px;
	padding-top:0px;
	padding-bottom:50px;
	min-height: 200px;
	font-weight:normal;
	background:url(../img/report_bottom.png) no-repeat bottom;
}


.meals_write {
	padding:3px 40px 0px;
	font-size:14px;
	color:#00000;
	background:url(../img/report_line.png) repeat-y;
	line-height: 25px;
	margin:0px;
}


#meals h4 {
	width:736px;
	height:100px;
	line-height:100px;
	margin:0px;
	padding:0px;
	background:url(../img/report_top.png) no-repeat bottom;
}


#meals h4 img{
	width:736px;
	height:50px;
	margin:0px;
	top:40px;
}

#meals h5 {
	width:736px;
	margin:0px;
	padding:0px;
	background:url(../img/report_line.png) repeat-y;
}


.meals_bg {
	width:736px;
	height:auto;
	padding:10px 0;
	background:url(../img/report_main.png) repeat-y;
	text-align:center;
}


.tab_thumbs {
	float:right;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:5px;
	color:#996600;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
}


.other_bg{
	background:url(../img/report_main.png) repeat-y;
	margin:0px;
}


.j_write {
	margin:0px auto;
	padding:0px 20px;
	font-size:14px;
	width:600px;
	background:url(../img/dot_line.gif) repeat-y bottom center;
 	background-color:#FFFFFF;
	border:1px solid #cccccc;
	color:#666666;
	line-height: 25px;
}





/* ---------------------------------------------------------------- *
	料理ページのテーブル設定です
 * ---------------------------------------------------------------- */




.table_design {	
	width:736px;
	margin:0px;
}


	
.table_design table {
	/*background: #C1AD94;*/
	width:96%;
	/*border-top:1px solid #846A4B;*/
	/*border-right:1px solid #846A4B;*/
	margin:0 auto;
	padding:0px;
	text-align:left;
	font-size:13px;
	}
	
.table_design a:link {
	color:#324754;
	text-decoration:none;
	}	
.table_design a:visited {
	color:#324754;
	border-bottom:none;
	text-decoration:none;
	}		
.table_design a:hover,
.table_design a:focus {
	color:#f03b58;
	text-decoration:none;
	}
.table_design table a,
.table_design table a:link,
.table_design table a:visited {
	border:none;
	}		
.table_design img {
	border:0;
	}	
	
.table_design tr.odd td,
.table_design tr.odd .column1 {
	background:#DEC18E;
	}	
.table_design .column1	{
	background:#C1AD94;
	}
.table_design td {
	color:#795848;
	/*border-bottom: 1px solid #846A4B;*/
	/*border-left:1px solid #84754B;*/
	padding:5px;
	text-align:left;
	}				
.table_design th {
	font-size:normal;
	color: #795848;
	text-align:left;
	padding:.3em 1em;
	}	
.table_design thead th {
	background:#DEC18E;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#5E554B
	}				
.table_design tfoot th {
	background:#DEC18E;
	text-align:center;
	}	
.table_design tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#5E554B;
		}		
.table_design tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
