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

#home01 {
	width:300px;
	height:300px;
	float:left;
	margin: 10px 20px 10px 0;
}

#home02 {
	width:480px;
	height:320px;
	float:right;
}

#home03 {
	width:800px;
	height:100px;
	margin:auto;
	float: left;
	text-align: center;
}
