/* 各種データ */

/* クラブ創立一覧 */
#clFnd
{
	font-size:80%;
	width:100%;
	border-width:2px;
	border-collapse:separate;
}

#clFnd th
{
	background:#215F52;
	color:#FFFFFF;
	padding:2px;
}

#clFnd td
{
	border:solid 1px #215F52;
	padding:2px;
}

/* 姉妹・友好クラブ */
#sisList,
#friendlyList
{
	width:100%;
	font-size:80%;
	border-width:2px;
	border-collapse:separate;
}

#sisList th,
#friendlyList th
{
	background:#215F52;
	color:#FFF;
	padding:3px;
}

#sisList td,
#friendlyList td
{
	background:#C9E9D8;
	text-align:left;
	vertical-align:middle;
	padding:3px;
}

/* リンク集 */
#rcLink
{
	width:100%;
	font-size:80%;
	border-collapse:separate;
	border-width:2px;
}
#rcLink th
{
	background:#215F52;
	color:#FFFFFF;
	padding:3px;
}
#rcLink td
{
	background:#C9E9D8;
	text-align:center;
	padding:3px;
}

#rotaryLink 
{
	float:left;
	width:285px;
}

#linkSpace
{
	float:left;
	width:50px;
}

#ridLink
{
	float:left;
	width:285px;
}

.bnLinks
{
	margin-bottom:15px;
	padding-bottom:15px;
	font-size:80%;
	border-bottom:dotted 1px #666666;
}
.bnLinks a
{
	text-decoration:none;
}