@charset "UTF-8";
/* CSS Document */

.box01 {
	background:#00A0E9;
	width: 200px;
	height: 200px;
}

.box02 {
	background:#E4007F;
	width: 200px;
	height: 200px;
}

.box03 {
	background:#FFF000;
	width: 200px;
	height: 200px;
}

.box04 {
	background:#222222;
	width: 200px;
	height: 200px;
}