@charset "utf-8";
/* CSS Document */
.txt1, .txt1:link, .txt1:visited

{
 font:"ＭＳ ゴシック", "Osaka－等幅";
 font-size: 12px;
 color: #373f48;
 text-decoration: none;
}

.txt1:hover
{
 font:"ＭＳ ゴシック", "Osaka－等幅";
 font-size:12px;
 color:#blue;
 text-decoration:underline;
}


.txt2, .txt2:link, .txt2:visited

{
 font:"ＭＳ ゴシック", "Osaka－等幅";
 font-size: 12px;
 text-decoration: none;
 color:#373f48;
}

.txt2:hover

{
 font:"ＭＳ ゴシック", "Osaka－等幅";
 font-size:12px;
 text-decoration:underline;
 color:blue;
}

.txt3, .txt3:link, .txt3:visited

{
 font:"ＭＳ ゴシック", "Osaka－等幅";
 font-size: 10px;
 text-decoration: none;
 color:#999999;
}

.txt3:hover

{
 font:"ＭＳ ゴシック", "Osaka－等幅";
 font-size:10px;
 text-decoration:underline;
 color:blue;
}

.txt4, .txt4:link, .txt4:visited, txt4:hover

{
 font:"ＭＳ ゴシック", "Osaka－等幅";
 font-size: 10px;
 text-decoration: underline;
 color:#95b500;
}


