/*------------------------------------------------
	index.css - <shokuen> index.html design css
	2006.07.05
	:::toc:::
	import url
	parts design
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-old.css);
@import url(../../common/navigation.css);


/* parts design
------------------------------------------------*/
#main a,a span{ text-decoration:underline;}

/* contents center */
#main table{
	margin-left:auto;
	margin-right:auto;
}


.borderbg td {font-size: 10px; color: #333333; line-height:1.5; }
.rdm {font-size: 10px; color: #336699; line-height:1.5; }
.title    {font-size: 12px; color: #cc0000; line-height:1.5; }
.ltable {
	border: 1px solid #333333;
	border-collapse:collapse;
}
th,.ltable td{
	font-weight:normal;
	padding:3px;
	border: 1px solid #333333;
}
.ltable table td { border:none;}
.ltable table td { font-size:12px;}
.bgcol01{background-color:#f1efd3;}
.bgcol02{background-color:#dbc8b7;}
.bgcol03{background-color:#faf2ea;}
.bgcol04{background-color:#faf9f1;}
.bgcol05{background-color:#ffe9d6;}
#main .bgcol06{
	width:211px;
	 padding:5px 5px 5px 15px;
	background:#ccd4c4 url(../format_img/border_5a6253.gif) repeat-y left top;}

/*ゲスト：料理名の飾り*/
#main .ltable .bgcol07{ background-color:#5a6253;}
/*ゲスト：今回のテーマ*/
#main .bgcol11{background-color:#715f53; text-align:center; color:#fff; font-weight:bold; letter-spacing:1.4em; font-size:12px;}
/*ゲスト：テーマのタイトル*/
#main .bgcol08{ width:500px; background-color:#b4a59e; text-align:center; color:#fff; font-weight:bold;}
/*ゲスト：シェフ*/
#main .bgcol09{background-color:#f0eec8; text-align:right; vertical-align:bottom; padding:5px;}
/*ゲスト：主人の感想*/
.bgcol10{background-color:#e6e1e4;}

/*レシピ：タイトル色*/
#main .bgcol12{background-color:#67824f; text-align:center; line-height:1.3}
/*レシピ：背景色*/
#main .bgcol13{ width:273px; padding:5px; background-color:#d7dfcf;}

/*レシピ：シェフ色　左*/
.bgcol14{ background-color:#d4d19b;}
/*レシピ：シェフ色　右*/
#main .bgcol15{ background-color:#ebead4; font-size:12px; line-height:1.3}


.topspace{ margin-top:5px;}
