@charset "shift_jis";

/*-- ヘッダー -----------------------*/
#header {
	position: relative;
	width: 900px;
	height: 283px;
}

#header #visual {
	position: absolute;
	width: 900px;
	height: 167px;
	left: 0;
	top: 60px;
	background: url(../images/back.gif) top left repeat-x;
}
	#header #visual .visual {
		position: absolute;
		width: 161px;
		height: 89px;
		left: 51px;
		top: 30px;
	}
	#header #visual .comment {
		position: absolute;
		width: 580px;
		height: 60px;
		left: 267px;
		top: 43px;
	}

#header ul {
	position: absolute;
	left: 48px;
	top: 206px;
	list-style: none;
}


/*-- 第一ブロック -----------------------*/
#product1 {
	position: relative;
	margin: 0 auto;
	width: 800px;
}

	#product1 h2 {
		margin-bottom: 32px;
	}
	
	#product1 ul {
		margin-left: 17px;
		list-style: none;
	}
		#product1 ul li {
			margin-right: 36px;
			width: 225px;
			float: left;
		}
			#product1 ul li img {
				margin-bottom: 5px;
			}
			#product1 ul li p {
				height: 100px;
				line-height: 17px;
			}


/*-- 第二ブロック -----------------------*/
#product2 {
	position: relative;
	margin: 0 auto 55px auto;
	width: 800px;
}

	#product2 h2 {
		margin-bottom: 32px;
	}
	
	#product2 dl {
		margin-left: 98px;
		padding-bottom: 2px;
		background: url(../images/product/mat_line.gif) top left repeat-y;
	}
		#product2 dl dt {
			margin-right: 10px;
			width: 110px;
			height: 52px;
			float: left;
		}
		#product2 dl dd {
			position: relative;
			padding: 0 5px;
			width: 480px;
			height: 50px;
			border: #000000 1px solid;
			float: left;
		}
			#product2 dl dd p {
				position: absolute;
				top: 50%;
				margin-top: -16px;
				width: 480px;
			}

