@charset "utf-8";


	.section {
		width: 600px;
  		background: #FFFFFF;	
	}



#1st,
#2nd, .section {
	height: 130px;
}
	
	.ideas1 {
		float: left;
		width: 150px;
		height: 130px;
	}
	
	.ideas2 {
		float: right;
		width: 447px;
		height: 130px;
	}
	

