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

タイトル : one-column_a.css／1カラムレイアウト
作者 : mersy

概要 : コンテンツ1カラム。メニュー左、ナビゲーション右。

制作日 : 2007/9/17
変更日 : 2007/9/17


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

div#container{
	width:782px;
	margin:0 auto;
	text-align:left;
	background:url(../../images/bg-container.gif) center 0 repeat-y;
}

div#topArea{
	margin:0 1px;
}
div#mainArea{
	float:left;
	width:535px;
	margin-left:16px;
	display:inline;
	margin-bottom:0;
}

div#subArea{
	float:right;
	width:200px;
	margin-right:16px;
	display:inline;
	margin-bottom:0;
}

div#footer{
	clear:both;
}
