@charset "utf-8";
/*
 * ブックのショーケース用CSS
 *
 */

img {
	border: none;	
}

div#showCase {
	width: 947px;
	height: 273px;
	margin: 0 auto;
	padding: 0 3px;
	background: url(/car/images/bg.jpg) no-repeat;
}

div#showCase ul {
	list-style: none;
	overflow: hidden;
	width: 947px;
	height: 273px;
	margin: 0;
	padding: 0;
}

* html div#showCase .jcarousel-clip-horizontal {
	width: 947px;
	height: 273px;
}

div#showCase ul li {
	display: inline;
	float: left;
	width: 189px;
	height: 220px;
	margin: 53px 0 0 0;
	padding: 0;
}

div#showCase ul li a {
	display: block;
	width: 189px;
	height: 220px;
	text-align: center;
	text-decoration: none;
}

div#showCase ul li span {
	height: 22px;
	font-size: 12px;
}


div#showCase li a:link, div#showCase li a:visited {
	color: #333;
}

div#showCase li a:hover {
	color: #666;
	text-decoration: underline;
}




