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

/*太字*/
.bold {  font-weight: bold}

/*太字解除*/
.nobold {  font-weight: normal}

/*行間*/
.h140 {  line-height: 140%} /*140％*/

/*テキスト揃え*/
.right {  text-align: right} /*右揃え*/
.center {  text-align: center} /*センター揃え*/
.left {  text-align: left} /*左揃え*/
.top {  vertical-align: top} /*上揃え*/
.bottom {  vertical-align: bottom } /*下揃え*/

/*テキスト折り返し無し*/
.nowrap {  white-space: nowrap}

/*余白*/
.pad_3px {  padding: 3px}/*3px*/
.pad_6px {  padding: 6px}/*6px*/
.pad_left6px {  padding-left: 6px}/*6px*/

/*テキスト色（赤）*/
.color_o {  color: #FF9933}
.color_r {  color: #CC0000}
.color_g {  color: #669999}
.color_b {  color: #000066}
.color_grey {  color: #333333}
.color_cya {  color: #990000}

/*トップページのテーブル*/
.topline {  border-right: #999999 solid 1px; border-left: #999999 solid 1px} 

/*トップページの新着情報の線*/
.newline {  border-bottom: #999999 solid 1px} 

/*フッター*/
.footer {  font-size: xx-small; line-height: 140%; color: #333333; margin: 7px} 

/*タイトル装飾*/
.title{  font-size: x-small; font-weight: bold; padding: 0.1em; padding-left: 0.0em; text-align: left;  border-bottom: #999999 solid 1px}

.medium_tit{  font-size: fxs; font-weight: bold; padding: 0.1em; padding-left: 0.3em; text-align: left;   solid 1px; border-left: #999999 solid 6px; background-color: #eeeeee }

.small_tit{  font-size: fxs; font-weight: normal; color: #ffffff; padding: 0.03em; padding-left: 0.3em; text-align: left;  border: #000066 solid 1px; background-color: #000066}

#small_tit{  font-size: fxs; font-weight: normal; color: #ffffff; padding: 0.03em; padding-left: 0.3em; text-align: left;  border: #000066 solid 1px; background-color: #000066}

.tit_back {  background-image: url(../images/b04.gif); background-repeat: no-repeat; background-position: 150px 0px}

/*リスト*/
.p {  margin: 0em}
.seiri{  margin-top: 0em; margin-left: -20px}
.li {  margin-top: 0em;}

/*テーブル枠線 その他諸々。*/
.cap { font-size: large; color: #000063; font-weight: bold; }
table.w1 { border-collapse: collapse; border: 1px solid teal; }
tr.w1 { border: 1px solid teal; font-size: medium }
td.w1 { border: 1px solid teal; font-size: medium }
th.w1 { border: 1px solid teal; background-color: #cafff8 }

