/* 各RCの紹介 */

/* 例会日・会場一覧 */
#meetList, #officeList
{
	font-size:80%;
	line-height:120%;
	width:100%;
	border-collapse:separate;
	border-spacing:2px;
}

#meetList th, #officeList th
{
	background:#215F52;
	color:#FFFFFF;
	padding:3px;
}

#meetList td, #officeList td
{
	background:#C9E9D8;
	padding:3px;
}