@charset "utf-8";
/* ********************************************************************-

タイトル : two-column-left_b.css／２カラムレイアウト
作者 : mersy

概要 : ２カラムスタイル。コンテンツ右。メニュー左、ナビゲーション100%。

制作日 : 2006/12/18
変更日 : 2006/12/18

- ******************************************************************** */
body{
	text-align:center;
}

div#container{
	width:800px;
	margin:0 auto;
	text-align:left;
}

div#toprecipe{
	float:right;
	width:490px;
}

div#information{
	float:left;
	width:280px;
}

div#main{
	clear:both;
}

div#footer{
	clear:both;
}