body{
	color:#666; /*標準のフォントカラー*/
	font-size:65%; /*標準のフォントサイズ*/
	font-family:Verdana,"ＭＳ Ｐゴシック",Sans-serif;
	line-height:200%; /* 行間 */
	letter-spacing:0.2em; /* 字間 */

}


a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:active {
text-decoration: none;
}

a:hover {
text-decoration: none;
background-color: #FAD7FF
}


TD{
  line-height : 135%;
}
