@charset "UTF-8";
/* CSS Document */

table.product-index {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	margin-top: 15px;
}
table.product-index ul {
	width: 180px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
	
}
table.product-index ul li a {
	background-image: url(../images/blt01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-indent: 13px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	display: block;
	text-decoration: none;
	line-height: 18px;
	height: 18px;
	clear: both;
}
table.product-index ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;	
}


/* TEMPORARY */
table.Nproduct-index {
	width: auto;
	margin-right: auto;
	margin-left: 50px;
	height: 180px;
	margin-top: 15px;
}
table.Nproduct-index ul {
	width: 180px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
	
}
table.Nproduct-index ul li a {
	background-image: url(../images/blt01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-indent: 13px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	display: block;
	text-decoration: none;
	line-height: 18px;
	height: 18px;
	clear: both;
}
table.Nproduct-index ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;	
}
