A:link
{    /* リンク */
    text-decoration: none;
    color: black;}
A:visited
{    /* 訪問済みリンク */
    text-decoration: none;
    color: black;}
A:active
{   /* アクティブリンク */
    color: #ff0000;}
A:hover
{  /* リンク上にカーソルが移動した時 */
    text-decoration: underline;
    color:#ff0000;}
.tit1{font-size:14pt;
	  font-weight:bold}
.tit2{font-size:25pt}