#MainVisual{
	width:800px;
	height:272px;
	display:inline;
}

#top,#top-banner{
display:none;
}


.itemarea{
width:200px;
overflow:hidden;
margin:5px auto;
text-align:center;

}
.itemarea img{
overflow:hidden;
margin:5px auto;
text-align:center;	border: 1px #dacdb9 solid;
}


.product_list {
	float: left;
	width: 122px;
	text-align: center;
	padding:5px 0px 15px;
	}


.product_item {
	text-align:center;
	width:115px;
	margin:0px auto;
	overflow:hidden;
	}

.product_item img {
	border: 1px #dacdb9 solid;
	width:105px;
	overflow:hidden;
	text-align:center;
	}

.product_item .name {
	line-height: 1.4;
	margin:10px 0px 0px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	}

.product_item .expl {
	color: #999;
	font-size:11px;
	line-height:1.4;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}
