#mainVis
{
	margin-bottom:20px;
}


/* トップボタン */
dl.topButton
{
	width:520px;
	margin-bottom:15px;
}

dl.topButton dd
{
	width:255px;
	float:left;
	margin-right:10px;
}
dl.topButton dd.topButton-2
{
	margin:0;
}
dl.topButton dd a
{
	width:255px;
	height:60px;
	display:block;
	text-indent:-9999px;
}
dl.topButton dd.topButton-1 a
{
	background:url(../img/top_bt01.gif) no-repeat 0 0;
}
dl.topButton dd.topButton-1 a:hover
{
	background-position:left bottom;
}
dl.topButton dd.topButton-2 a
{
	background:url(../img/top_bt02.gif) no-repeat 0 0;
}
dl.topButton dd.topButton-2 a:hover
{
	background-position:left bottom;
}


#main h3.topTxt
{
	background:url(../img/top_txt.gif) no-repeat center 0;
	width:520px;
	height:40px;
	text-indent:-9999px;
}

#main h3.topTxt2
{
	background:url(../img/top_txt2.gif) no-repeat center 0;
	width:520px;
	height:40px;
	text-indent:-9999px;
}


/* 取扱商品LIST */
ul.productsList
{
	width:520px;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom:dotted 1px #d2d2d2;
}
ul.productsList li
{
	float:left;
	width:121px;
	margin-right:12px;
	text-align:center;
}
ul.productsList li.end
{
	margin-right:0px;
}
ul.productsList li .price
{
	color:#990000;
}
ul.productsList li img
{
	margin-bottom:5px;
}
ul.productsList.noBorder
{
	border:0;
}