A.navy    {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 color: #003399; text-decoration: none 
}
A.navy:hover    {
	font-size: 12px;
 color: #B40000; text-decoration: none
}
A.red    {
font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #B40000;
	text-decoration: none
	}
A.red::hover     {
 font-size: 12px;
	color: #003399;
	text-decoration: none
	}

/*ネイビー*/
A.navy2:link{
	color:#0000e6;
	text-decoration:underline;
	font-size:12px;
	line-height: 20px;
	}


A.navy2:link:hover{
	color:#de0000;
	text-decoration:underline;
font-size:12px;
	}

A.navy2:visited{
	color:#0000e6;
	text-decoration:underline;
	font-size:12px;
	line-height: 20px;
	}


A.navy2:visited:hover{
	color:#de0000;
	text-decoration:underline;
font-size:12px;
	}
