@charset "utf-8";

/* 基本レイアウト */

/* ２カラム */
#sub {
	float: left;
	width: 180px;
}

#main {
	float: right;
	width: 610px;
}
