@charset "utf-8";
/* インデックステーブル用 */
table{
	width: 220px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: right;
}
caption{
	color: #ffffff;
	background-color: #666666;
	margin-top: 0px;
}
th {
	font-size: 90%;
	padding: 5px;
	background-color: #ffffcc;
	border: 2px #ffff99;
}
td {
	text-align:left;
	padding: 5px;
	background-color: #ffff99;
	border: 2px  #ffff99;
}

