@charset "UTF-8";
.contents-left{
	background-color : white;
	
	padding-left : 40px;
	padding-right : 40px;
	
	
	
	
	
	
	float: left;
  width : 280px;
  padding-top : 40px;
  padding-bottom : 40px;
  position : absolute;
}
.contents-right{
	background-color : white;
	
	
	
	
	
	
	
	
	
	width : 540px;
	float: right;
  overflow : visible;
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  white-space : normal;
}