/*　基本設定　*/

BODY
 { 
	color: #000000; /*　文字色　*/
	font-size: 12px; /*　文字サイズ　*/
}

A:link{color:#000000 }
A:hover{color:#0000FF }
A:link, A:visited, A:active { text-decoration: underline }

A.2:LINK { COLOR: #009933 }				/*　リンク色　*/
A.2:VISITED { COLOR: #80080  }		/*　すでに見たリンク　*/
A.2:ACTIVE { }		/*　クリックした時のリンク　*/
A.2:HOVER { COLOR: #0000FF; text-decoration : underline;}		/*　カーソルが上にある時のリンク　*/
A.2:LINK, A:ACTIVE, A:VISITED { text-decoration: underline }			/*　文字装飾下線　*/

/*　クラス指定　*/

/*　フォント指定　*/

.fontr10 { font-size: 10px; color: #FF0000}
.fontr12 { font-size: 12px; color: #FF0000}
.fontrb10 { font-size: 10px; color: #FF0000; font-weight: bold}
.fontrb12 { font-size: 12px; color: #FF0000; font-weight: bold}
.font2rb10 { font-size: 10px; color: #BF0000; font-weight: bold}

.fontw10 { font-size: 10px; color: #FFFFFF}
.fontw12 { font-size: 12px; color: #FFFFFF}
.fontw14 { font-size: 14px; color: #FFFFFF}
.fontwb10 { font-size: 10px; color: #FFFFFF ; font-weight: bold}
.fontwb12 { font-size: 12px; color: #FFFFFF ; font-weight: bold}

.fonty10 { font-size: 10px; color: #FFCC00}

.fontp10 { font-size: 10px; color: #FE3636}
.fontp12 { font-size: 12px; color: #FE3636}

.fontgl10 { font-size: 10px; color: #626262}
.fontgl10b { font-size: 10px; color: #626262; font-weight: bold}
.fontgl12 { font-size: 12px; color: #626262}

.fontbr10 { font-size: 10px; color: #7E6F49}
.fontbr12 { font-size: 12px; color: #7E6F49}
.fontbr12b { font-size: 12px; color: #7E6F49; font-weight: bold}

.fontg10 { font-size: 10px; color: #1A5211}
.fontg12 { font-size: 12px; color: #1A5211}
.fontgb12 { font-size: 12px; color: #1A5211; font-weight: bold}

.fontb10 { font-size: 10px; color: #0033CC}
.fontb12 { font-size: 12px; color: #0033CC}
.fontbb10 { font-size: 10px; color: #0033CC ; font-weight: bold}
.fontbb12 { font-size: 12px; color: #0033CC ; font-weight: bold}
.fontb210 { font-size: 10px; color: #313192 }
.fontb2b10 { font-size: 10px; color: #313192 ; font-weight: bold}
.fontb2b12 { font-size: 12px; color: #313192 ; font-weight: bold}
.fontb310 { font-size: 10px; color: #637B9c }
.fontb4b10 { font-size: 10px; color: #000066 ; font-weight: bold}

.fontk10 {  font-size: 10px; color: #000000}
.fontkb10 { font-size: 10px; color: #000000 ; font-weight: bold}
.fontk12 { font-size: 12px; color: #000000}
.fontki12 { font-size: 12px; color: #000000 ; font-style: italic}
.fontkb12 { font-size: 12px; color: #000000 ; font-weight: bold}
.fontkb14 { font-size: 14px; color: #000000 ; font-weight: bold}
.fontkb16 { font-size: 16px; color: #000000 ; font-weight: bold}

/*　テーブルカラー　*/

.tbb1 { background-color: #B7C4E0}				/*　青01　*/
.tbg1 { background-color: #A7CCB4 }				/*　緑01　*/
.tbg2 { background-color: #74BFB0 }				/*　緑02　*/
.tbp1 { background-color: #FFCCCC }				/*　ピンク01　*/
.tbp2 { background-color: #FE3636 }				/*　ピンク02　*/
.tbp3 { background-color: #FFF5F5 }				/*　ピンク03　*/
.tbb2 { background-color: #AACCFF }				/*　青02　　*/
.tbb3 { background-color: #6381C1 }				/*　青03　　*/
.tbb4 { background-color: #E0E6F5 }				/*　青04　　*/
.tbw1 { background-color: #FFFFFF}				/*　ホワイト01　*/
.tbw2 { background-color: #F2F0EC}				/*　ホワイト02　*/
.tbw3 { background-color: #FFFAEF}				/*　ホワイト03　*/
.tbgr1 { background-color: #F3F3F3}				/*　グレー01　*/
.tbbr1 { background-color: #CEA563}				/*　茶01　*/

.h1 { font-size: 12px; font-weight: bold}
.h2 { font-size: 10px; font-weight: bold}
.h3 { font-size: 14px; font-weight: bold}
.t1 { font-size: 12px}
.t2 { font-size: 10px}
.t3 { font-size: 9px}
.h4 { font-size: 16px; font-weight: bold }
.c {  font-size: 10px; font-weight: bold; color: #7F7F7F}
.m{ font-size: 12px; line-height: 18px}
.m2{ font-size: 10px; line-height: 14px}
.mh1{ font-size: 12px; line-height: 18px; font-weight: bold }
.mh2{ font-size: 10px; line-height: 14px; font-weight: bold }
.gl10 { font-size: 10px; color: #626262}
.gl10b { font-size: 10px; color: #626262; font-weight: bold}
.l12 { font-size: 12px; color: #626262}
.orangeb {
font-size: 12px; color: #FF6600; font-weight: bold
}

#contents {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
