/* abecedario.htm 用 */

/* アルファベット一覧表 */

#abcList {
	border-collapse:	collapse;
}

#abcList th, td {
	border:	solid 1px;
	border-color:	#00bfff; /* DeepSkyBlue */
	text-align:	center;
	padding:	0.7rem 0.5rem 0.2rem 0.5rem;
	line-height:	170%;
}

#abcList th {
	background-color:	#e0ffff; /* LightCyan */
}

#abcList td {
	background-color:	#ffffff; /* White */
}