A { text-decoration: none;}
A:link { color:#6633ff ; }
A:visited { color:#996633 ; }/* 茶色 */
A:active { color:red; }
A:hover { background-color : #99ffcc; color:red; 
text-decoration:underline;}
/* FF6699は ピンク */
/* 文字グレー */
BODY { text:#666666;
       background-color : ;
	font-size: 10.5pt;
	font-family:"ＭＳ Ｐゴシック",Osaka;
}
TD,TR          { font-size: 10.5pt; }
{ font-family:"ＭＳ Ｐゴシック",Osaka; }
H3 { font-size: 14pt ;}
H6 { font-size: 10pt ;}

/*テーブル点線 */
/* htmlに記述する　<table class="dotBorder"> */
table.dotBorder {border-collapse: collapse;}
table.dotBorder td {
					border: 2px dimgray dotted;}

/* htmlに記述する　 <td CLASS="dashed"> */
TD.dashed{
		border-style:dashed;
		border-width:1px;
		border-color:dimgray;
  font-size : x-large;
  font-weight : bolder;
  text-decoration : blink;
}

/* htmlに記述する　 <table CLASS="dashed"> */
table.dashed{
		border-style:dashed;
		border-width:1px;
		border-color:dimgray;}	

/* htmlに記述する　 <table CLASS="solid"> */
table.solid{
		border-style:solid;
		border-width:1px;
		border-color:dimgray;}

/* htmlに記述する　 <td CLASS="solid"> */
td.solid{
		border-style:solid;
		border-width:1px;
		border-color:dimgray;}	

/* htmlに記述する　 <tr CLASS="solid"> */
tr.solid{
		border-style:solid;
		border-width:1px;
		border-color:dimgray;}		