@charset "shift-jis";
/* ********************************************************************-

タイトル : 1カラムレイアウト
作者 : mersy

概要 : 1カラムレイアウトの基本形。

制作日 : 2007/9/25
変更日 : 2007/9/25


- ******************************************************************** */
body{
	text-align:left;
	background:url(../../images/bg.gif) 0 0 repeat-x;
	padding-left:5px;
}

div#container{
	width:800px;
	margin:0;
	text-align:left;
}
