@charset "utf-8";
/* ********************************************************************-

タイトル : 1カラムレイアウト
作者 : mersy

概要 : 1カラムレイアウトの基本形。

制作日 : 2007/11/16
変更日 : 2007/11/16


- ******************************************************************** */
body{
	background:#FFF6F7;
}

div#container{
	width:770px;
	margin:0 auto;
	text-align:left;
	background:url(../../images/bg.gif) 0 0 repeat-y;
}

#cont{
	width:770px;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:left;
}

.mainframe{
	margin:20px 10px 10px 10px;
	text-align:left;
}
.red {
	color: #FF0000
}
