@charset "utf-8";
/* ********************************************************************-

タイトル : two-column-left_a.css／２カラムレイアウト
作者 : mersy

概要 : ２カラムスタイル。コンテンツ右。メニュー左、ナビゲーション右。

制作日 : 2006/12/18
変更日 : 2007/05/03

- ******************************************************************** */
body{
	text-align:left;
	background:url(../../images/bg-base.gif) 0 0 #fff repeat-y;
}

div#container{
	width:100%;
	margin:0;
	text-align:left;
}

div#contents{
	float:right;
	width:561px;
	padding-top:20px;
}

div#menu{
	float:left;
	width185px;
	padding-top:20px;
	background:url(../../images/bg-menu.gif) 0 0 no-repeat;
}

div#Area03{
	clear:right; 
	float:right;
	width:580px;
}

div#footer{
	clear:both;
}
