@charset "utf-8";

#mainBox {
	clear: both;
}

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

#subA {
	width: 240px;
	float: right;
}

#subB {
	width: 100%;
	clear: both;
}
