@charset "utf-8";

/* 基本レイアウト */

/* ２カラム */
#sub {
	float: right;
	width: 250px;
}

#main {
	float: left;
	width: 650px;
}

