a { text-decoration: none; }
:link { color: #0033CC; }
:active { color: #FFFFFF; text-decoration: underline}
:visited { color: #663399; }
:hover{ color:#FF3300 ; }
a:hover {  color: #990000; text-decoration: underline}

a.gray { color: #333333; text-decoration: none; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: normal }
a.gray:hover { color: #990000; text-decoration: underline; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: normal}
a.red { color: #B80000; text-decoration: none; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: normal }
a.red:hover { color: #B80000; text-decoration: underline; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: normal }
a.blue:hover { color: #990000; text-decoration: underline; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: normal }
a.blue { color: #0033CC; text-decoration: underline; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: normal }


.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 1px #cccccc;
}
.box1 p {
    margin: 0; 
    padding: 0;
}
