/* SLAMDUNK頁用　スタイルシート ------------------------------------------- */

/* webring用 */
.contents table.ring {
border-collapse: collapse;
border: solid 1px #000;
}
.contents table.ring th{
	background-color: #ccc;
	font-weight:normal;
	font-size: 11px;
border: solid 1px #000;
}
.contents table.ring td{
	background-color: #ccc;
	font-size: 9px;
border: solid 1px #000;
}

/* バスケオフページ用 */
.contents table.off{
	width: 80%;
}
.contents table.off th{
	background-color: #666;
	color: #fff;
	width: 5em;
}
.contents table.off td{
background-color: #ccc;
}

