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

.area_a_b {
	width:1028px;
}

.area_a_b:after {
					content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden;
			    }

	.area_a {
		width:430px;
		height:261px;
		float:left;
	}
	
	.area_b {
		width:597px;
		height:261px;
		float:left;
	}
	
	
.area_search  {
	width:1028px;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;

}


.area_search:after {
					content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden;
			    }
				
				
	
.area_c_d_e {
	width:1028px;
}

.area_c_d_e:after {
					content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden;
			    }

	.area_c {
		width:430px;
		float:left;
	}
	
	.area_c:after {
					content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden;
			    }
	
	.area_d {
		width:300px;
		float:left;
	}
	
	.area_d:after {
					content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden;
			    }
	
	.area_e {
		width:296px;
		float:left;
		margin:0;
		padding:0;
	}
	
	.area_e:after {
					content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden;
			    }
