@charset "utf-8";
.tbd1 {
	border-collapse:collapse;
	font-size:12px;
	width:100%;
}

.tbd1 th{
	font-size:12px;
	padding:1px 5px;
	text-align:left;
	border-bottom:1px dashed #ccc;
}

.tbd1 td{
	font-size:12px;
	padding:1px 5px;
	border-bottom:1px dashed #ccc;
}
.tar{text-align:right;}
.ag:link { color: #009900;
  text-decoration: none;}   /* リンク */
.ag:visited {                 /* 既に見たリンク */
  color: #666600;
  text-decoration: none;     /* 下線を消す */
}
.ag:active { color: #FF9900;} /* クリック時のリンク */
.ag:hover {                   /* カーソルが上にある時のリンク */
  color: #FFCC00;
  text-decoration: none;     /* 下線を消す */
}