table.table_txt{
	border-bottom:solid 5px #AAAAAA;
	border-right:solid 5px #AAAAAA;
	border-left:solid 1px #AAAAAA;
	border-top:solid 1px #AAAAAA;	
	background:url(image/bgCanvas.gif);
}
table.table_txt a
{
	/*text-decoration: none;*/
	font-weight:bold;
}
table.table_txt h2
{
	font-size:130%;
	width:80%;
	border-right:solid 2px #BBBBBB;
	border-bottom:solid 2px #BBBBBB;
    background-color: #FFFFFF;
	padding: 2px 10px;
	margin-top:10px;
	text-align:left;
}
table.table_txt h2 a
{
	text-decoration: none;
}
table.table_txt h2.fusenR
{
  border-left:solid 15px #FF3333;
}
table.table_txt h2.fusenG{
  border-left:solid 15px #669933;
  font-weight:normal;
  font-size:120%;
}
table.table_txt h2.fusenB{
  border-left:solid 15px #2266FF;
  font-weight:normal;
  font-size:110%;
  width:80%;
}
table.table_txt h5
{
	font-weight:normal;
}
table.table_txt td{
	text-align:center;
	vertical-align:top;
	padding-left:5px;
	padding:3px 3px 0px 5px;
}
table.table_txt th{
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	padding:3px 3px 0px 5px;
}
table.table_txt div
{
	text-align:left;
	text-indent:1em;
	padding-top:8px;
}



