@charset "Shift_JIS";
.box600 {
	float: left;
	height: auto;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 50px;
}
.box400 {
	float: left;
	height: auto;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.box150 {
	float: right;
	height: auto;
	width: 150px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 15px;
}
.box150right {
	float: right;
	height: auto;
	width: 150px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
}
.box280left {
	float: left;
	height: auto;
	width: 280px;
	margin-bottom: 15px;
}
.box280right {
	float: right;
	height: auto;
	width: 280px;
	margin-bottom: 15px;
}
