@charset "UTF-8";
@import url(../../css/common.css);

ul#index {
	background-image: url(../img/index.gif);
	background-repeat: no-repeat;
	width: 545px;
	height: 38px;
	overflow: hidden;
}
#index li {
	display: inline;
}
#index a {
	text-indent: -999em;
	margin-right: 1px;
	display: block;
	width: 90px;
	height: 38px;
	float: left;
	overflow: hidden;
}
#index a:hover {
	background-image: url(../img/index.gif);
}
a#go-driver { background-position: 0px -38px; }
a#go-fairwaywood { background-position: -91px -38px; }
a#go-utility { background-position: -182px -38px; }
a#go-ironset { background-position: -273px -38px; }
a#go-wedge { background-position: -364px -38px; }
#index a#go-putter { background-position: -455px -38px; margin: 0; }
#main table {
	margin-top: 4px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #aaa;
	border-left: none;
	width: 545px;
}
#main table#driver {
	margin-top: 12px;
}
#main th.kubun {
	background-color: #fff;
	vertical-align: top;
}
#main td {
	padding-bottom: 4px;
	border: none;
	width: 240px;
}
#main td a img {
	margin-right: 0.5em;
	border: 1px solid #fff;
	float: left;
}
#main td a:hover img {
	border-color: #f00;
}
#main strong {
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 4px;
	display: block;
}