/*　フォント　*/

.font10 { 
          color: #000000; 
          font-family: "ＭＳ Ｐゴシック", "Osaka"; 
          font-size: 10px; 
          line-height: 1.4em
}

.font12 { 
          color: #000000; 
          font-family: "ＭＳ Ｐゴシック", "Osaka"; 
          font-size: 12px; 
          line-height: 1.5em
}

.font14 { 
          color: #000000; 
          font-family: "ＭＳ Ｐゴシック", "Osaka"; 
          font-size: 14px; 
          line-height: 1.5em
}

/*　リンクカラー　*/

a:link { 
         color: #FF9900; 
         text-decoration: none 
}

a:visited { 
            color: #FF9900;
            text-decoration: none 
}

a:hover,
a:active { 
           color: #FF9900;
           text-decoration: underline 
}
.font10_white { color: #FFFFFF; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10px; line-height: 1.4em }
.font12_white { color: #FFFFFF; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px; line-height: 1.5em}
.font12_red { color: #FF0000; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px; line-height: 1.5em}
.font11 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 11px; font-style: normal; line-height: 1.4em}
.title2 {  background-image: url(images/title2.gif); background-repeat: no-repeat; background-position: left top}
