@charset "utf-8";
/* CSS Document */

/* 製品紹介 */

.products_area {
	padding:0 0 80px 45px;
}	

	.box {
		float: left;
	}
	
		.product_area {
			width:300px;
			background:url(../img/sample_back.png) left top no-repeat;
			margin:10px 0 0 3px;
		}
		
		* html .product_area {
			margin:10px 0 0 2px;
		}
	
			.product_area img {
				float:left;
				width: 57px;
				height: 57px;
				margin:20px 5px 0 15px;
			}
			
			.product_area table {
				float:right;
				width:210px;
				border-collapse:separate;
				border-spacing:3px;
				margin:20px 5px 0 5px;
			}
			
				.product_area table th {
					width:50px;
					border-right: solid 3px #333333;
					text-align:right;
				}
	
				.product_area table td {
					width:170px;
				}
	
		.product_area_bot {
			width: 300px;
			height: 10px;
			background:url(../img/sample_back_bot.jpg) left top no-repeat;
			margin:0 0 0 3px
		}
		
		* html .product_area_bot {
			margin:0 0 0 2px
		}
	
	
	
	
	