/*　基本構造　*/


div#sub {
	width:600px;
}

div#sub_left {
	float:left;
	width:300px;
}

div#sub_right {
	float:left;
	width:300px;
}
