
/*リンク*/
a:link{text-decoration:underline;color:#333333;}
a:visited{text-decoration:underline;color:#999999;}
a:hover{text-decoration:underline;color:#FFCC00;}
a:active{text-decoration:none;color:#FF6666;}

/*フォント*/
.fxs {  font-size: x-small; line-height: 130%} /*極小*/
.fxxs {  font-size: xx-small; line-height: 130%} /*極々小*/

/*フォント（太字）*/
.fxs_b {  font-size: x-small; font-weight: bold; line-height: 130%} /*極小*/
.fxxs_b {  font-size: xx-small; font-weight: bold; line-height: 130%} /*極々小*/

/*フォント（色字）*/
.fxxs_w {  font-size: xx-small; color: #FFFFFF; line-height: 130%} /*極々小白*/
.fxxs_r {  font-size: xx-small; color: #FF0000; line-height: 130%} /*極々小赤*/
.fxxs_y {  font-size: xx-small; color: #FFCC00; line-height: 130%} /*極々小黄*/
.fxxs_bg {  font-size: xx-small; color: #336666; line-height: 130%} /*極々小青緑*/
.fxs_bg {  font-size: x-small; color: #336666; line-height: 130%} /*極小青緑*/

/*フォント（色字太字）*/
.fxs_b_k {  font-size: x-small; font-weight: bold; color: #999966; line-height: 130%} /*極小カーキ*/
.fxs_b_g {  font-size: x-small; font-weight: bold; color: #666666; line-height: 130%} /*極小グレー*/
.fxs_b_bg {  font-size: x-small; font-weight: bold; color: #336666; line-height: 130%} /*極小青緑*/
.fxxs_b_bg {  font-size: xx-small; font-weight: bold; color: #336666; line-height: 130%} /*極々小青緑*/

.redbb { font-size: 16pt;	font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #FF0000}
.redb { font-size: 14pt;	font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #FF0000}
.red { font-size: 12pt;	font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #FF0000}
.reds { font-size: 10pt;	font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #FF0000}
.redss { font-size: 8pt;	font-family: "ＭＳ Ｐゴシック", "Osaka"; color: #FF0000}

