/*--コンテンツ用レイアウト設定CSS--*/

.product1 {
width: 340px;
height: 290px;
margin-right: 10px;
margin-bottom: 20px;
float: left;
}

.product2 {
width: 340px;
height: 290px;
margin-left: 10px;
margin-bottom: 20px;
float: right;
}

.product3 {
width: 340px;
height: 270px;
margin-right: 10px;
margin-bottom: 20px;
float: left;
}

.product4 {
width: 340px;
height: 270px;
margin-left: 10px;
margin-bottom: 20px;
float: right;
}

.list li a {
width: auto;
height: auto;
float: left;
padding-left: 15px;
margin-right: 10px;
background: url("../../img/product/icon.png") no-repeat 0px;
text-decoration: none;
}

.list li a:hover {
text-decoration: underline;
}

#link {
	float: right;
	margin: 0 0 0 0;
	width: auto;
	height: 70px;
}

#link img {
	width: 340px;
	height: 60px;
}

