@charset 'UTF-8'; 
@import '_base.css';
@import '_fragile.css';

 
/* product.css */ 
 
div#body 
{

}
	 
div#body ol 
{
	text-align: center;

	list-style-type: none;
}
	 
div#body ol li 
{
	display: block;
	width: 640px;
	height: 256px;

	margin: 1em auto;
	padding: 0;
}
	 
div#body ol li a 
{
	display: block;
	width: 640px;
	height: 256px;

	border-style: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
 
div#body ol li a:hover 
{
	border-style: none;
	background-position: 0% 100%;
}
 
div#body ol li#tone a 
{
	background-image: url('../images/product_tone.jpg');
}
 	   
