table.tb_themelist{
  font-size:small;
}
table.tb_themelist th{
  background:#CCCCFF;
  border-bottom:2px solid white;
}
table.tb_themelist td{
  background:#F0F4FB;
  border-bottom:2px solid white;
}
table.tb_themelist a{
  text-decoration:none;
}

/*----------------------------------------------------------------------
◆ トラックバック一覧表示用 スタイル定義
-----------------------------------------------------------------------*/
.tb_description{
  background:#F0F4FB;
  margin:5px 0px;
  border-width:1px 0;
  border-style: solid;
  border-color: #CCCCFF;
}
.tb_url{
  background: #FFFFFF;
  border-style: solid;
  border-color: #8484EE;
  border-width: 1px;
  padding:2px 30px 2px 5px;
}
.tb_list{
  margin:1em 0;
  padding-top: 0.5em;
  padding-right: 1em;
  border-width:1px 0 0 0;
  border-color:#999999;
  border-style:dotted;
}

.tb_entry{
	margin-bottom:1em;
}
.tb_title{
	font-size: medium;;
}
.tb_info{
	color: gray;
}

