@charset "utf-8";
/* ********************************************************************-

タイトル : two-column-left.css／２カラムレイアウト
作者 : mersy

概要 : ２カラムスタイル。コンテンツ右。メニュー左、ナビゲーション左。

制作日 : 2008/6/9
変更日 : 2008/6/9

- ******************************************************************** */
body{
	text-align:center;
	background:url(../../images/bg.gif) 0 0 repeat-x #442f1e;
}

div#container{
	width:902px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #442f1e;
	border-right:1px solid #442f1e;
	background:#fff;
}
* html div#container{
	width:900px;
}

div#mainArea{
	float:right;
	width:615px;
	margin-bottom:30px;
	margin-right:55px;
	margin-top:25px;
	display:inline;
}
#toppage div#mainArea{
	width:655px;
	margin-right:15px;
}

div#subArea{
	float:left;
	width:199px;
	margin-bottom:30px;
	margin-left:15px;
	margin-top:25px;
	display:inline;
}

div#Area03{
	clear:left; 
	float:left;
	width:250px;
}

div#footer{
	clear:both;
}
