/*
音楽の友スタイルシート
file name:ontomo.css
*/
body{
 font-size: 12px;
}
.top-link:link{
 background:#008080;
 color:#ffffff;
 text-decoration:none;
 border-top-color:#e0e0ff;
 border-right-color:#004040;
 border-bottom-color:#004040;
 border-left-color:#e0e0ff;
 border-width:1px;
 border-style:solid;
}

.top-link:visited{
 background:008080;
 color:#ffffa0;
 text-decoration:none;
 border-top-color:#e0e0ff;
 border-right-color:#004040;
 border-bottom-color:#004040;
 border-left-color:#e0e0ff;
 border-width:1px;
 border-style:solid;
}

.top-link:active{
 background:#ffff80;
 color:#c06060;
 text-decoration:none;
 border-top-color:#004040;
 border-right-color:#e0e0ff;
 border-bottom-color:#e0e0ff;
 border-left-color:#004040;
 border-width:1px;
 border-style:solid;
}

.top-link:hover{
 background:#80a080;
 color:#0000ff;
 text-decoration:none;
 border-top-color:#e0e0ff;
 border-right-color:#004040;
 border-bottom-color:#004040;
 border-left-color:#e0e0ff;
 border-width:1px;
 border-style:solid;
}

