/*ボディ*/
body {  color: #000000; background: #FFFFFF; margin-top: 0px; margin-left: 0px}

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

/*フォント*/
.fxl {  font-size: x-large; line-height: 130%} /*極大*/
.fl {  font-size: large; line-height: 130%} /*大*/
.fm {  font-size: medium; line-height: 130%} /*中*/
.fs {  font-size: small; line-height: 130%} /*小*/
.fxs {  font-size: x-small; line-height: 130%} /*極小*/
.fxxs {  font-size: xx-small; line-height: 130%} /*極々小*/

/*フォント（太字）*/
.fxl_b {  font-size: x-large; font-weight: bold; line-height: 130%} /*極大*/
.fl_b {  font-size: large; font-weight: bold; line-height: 130%} /*大*/
.fm_b {  font-size: medium; font-weight: bold; line-height: 130%} /*中*/
.fs_b {  font-size: small; font-weight: bold; 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_p {  font-size: xx-small; color: #FF6666; line-height: 130%} /*極々小ピンク*/
.fxxs_r {  font-size: xx-small; color: #FF0000; line-height: 130%} /*極々小赤*/
.fxs_r {  font-size: x-small; color: #FF0000; line-height: 130%} /*極小赤*/
.fxs_bw {  font-size: x-small; color: #FFFFFF; font-weight: bold; line-height: 130%} /*極小太字白*/
.fxs_bb {  font-size: x-small; color: #3366CC; font-weight: bold; line-height: 130%} /*極小太字青*/
.fxs_bp {  font-size: x-small; color: #FF6666; font-weight: bold; line-height: 130%} /*極小太字ピンク*/
.fxs_bm {  font-size: x-small; color: #006633; font-weight: bold; line-height: 130%} /*極小太字緑*/
.fxs_bg {  font-size: x-small; color: #333333; font-weight: bold; line-height: 130%} /*極小太字グレー*/

.fs_br {  font-size: small; color: #FF0000; font-weight: bold; line-height: 130%} /*小太字赤*/
.fs_bg {  font-size: small; color: #333333; font-weight: bold; line-height: 130%} /*小太字グレー*/
.fs_bm {  font-size: small; color: #006633; font-weight: bold; line-height: 130%} /*小太字緑*/
.fs_bb {  font-size: small; color: #3366CC; font-weight: bold; line-height: 130%} /*小太字青*/

/*カレンダー用*/
.fxs_br {  font-size: x-small; color: #FF0000; font-weight: bold; line-height: 130%} /*極小太字赤*/
.fxs_bb2 {  font-size: x-small; color: #0000CC; font-weight: bold; line-height: 130%} /*極小太字青2*/
.fxs_bo {  font-size: x-small; color: #FF3300; font-weight: bold; line-height: 130%} /*極小太字橙*/
.fxs_bg2 {  font-size: x-small; color: #999999; font-weight: bold; line-height: 130%} /*極小太字グレー*/
.fxxs_bm {  font-size: xx-small; color: #006633; font-weight: bold; line-height: 130%} /*極々小太字緑*/
.fxxs_bo {  font-size: xx-small; color: #FF3300; font-weight: bold; line-height: 130%} /*極々小太字橙*/
.fxxs_bb {  font-size: xx-small; color: #3366CC; font-weight: bold; line-height: 130%} /*極々小太字青*/