@charset "utf-8";

#content img {
	float: left;
	margin: 5px 15px 5px 0px;
	border: 1px solid gray;
}

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

#content table {
	margin: 10px 0 10px 0px;
	border: 0px;
	border-spacing: 0;
	empty-cells: show;
}

#content th {
	border: 0px solid #ffffff;
}

#content td {
	border: 0px solid #ffffff;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


#1st .section {
  	height: 850px;
}

	#1st img {
		margin: 10px 0 10px 5px;
	}

#3rd .section {
  	height: 290px;
}

	.reduce1 {
		float: left;
		width: 111px;
  		height: 290px;
	}
	
	.reduce2 {
		float: right;
		width: 489px;
  		height: 290px;
	}


#4th .section {
  	height: 100px;
}

	.air1 {
		float: left;
		width: 111px;
	  	height: 100px;
	}
	
	.air2 {
		float: right;
		width: 489px;
  		height: 100px;
	}

#5th .section {
  	height: 110px;
}

#6th .section {
  	height: 88px;
}

#7th .section {
  	height: 95px;
}

	.have1 {
		float: left;
		width: 111px;
  		height: 95px;
	}
	
	.have2 {
		float: right;
		width: 489px;
  		height: 95px;
	}

