@charset "UTF-8";

/* layout css document 
========================================== */

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/product/back.jpg) no-repeat fixed;
}
#page {
	width: 790px;
	height: 400px;
	margin-top: 10px;
}
#product {
	width: 720px;
	padding-left: 30px;
	padding-top: 80px;
}
#product_inner {
	height: 280px;
	overflow: auto;
}
.t_center {
	text-align: center;
}