/* ハイパーリンク */

a:link{
color: #164a84 ;
font-weight: 400 ;
text-decoration: none ;
}

a:hover{
color: #164a84 ;
text-decoration: none ;
border-bottom: solid 1.5px ;
padding-bottom: 1.5px ;
font-weight: 400 ;
}

a:visited{
color: #164a84 ;
text-decoration: none ;
font-weight: 400 ;
}
