﻿@charset "Shift_JIS";
 
/* FONTサイズ */
.text01 {}
.text11 {}
.text02 {}
.text12 {}
.text03 {}
.text13 {}
.text04 {}
.text14 {}

.text01,
.text11,
/* カウンター */
table.tbl_cnt1,
/* 研究一覧 */
div.re_top { font-size: 58%; }

#hnavi,
.text02,
.text12,
td.td01,
td.td02,
td.td03,
/*テーブル*/
table.tbl01,
table.tbl02,
table.tbl03,
table.tbl04,
table.tbl05,
table.tbl12,
table.tbl_form1,
table.tbl_form1b,
table.tbl_form1c,
/*インフォメーション*/
div.newup,
div.info_ttl1, 
div.info_ttl1up,
div.info_ttl2,
div.info_ttl2up,
table.info_tbl,
/*議事録*/
th.gi_num01,
div.gi_ttl01,
div.gi_ttl02,
table.gi_tbl1,
table.gi_tbl2,
table.gi_tbl2b,
/* 教育セミナーレジュメ */
div.se_ttl01,
div.se_ttl02,
/* 緩和ケアチーム登録 */
table.tbl_form2,
/* 研究一覧 */
table.re_tbl1,
/*ニューズレター*/
td.nl_td3,
div.nl_top,
table.nl_tbl1,
table.nl_tbl2{ font-size: 78%; letter-spacing: 0.05em; }

/* 参考 */
.tl06, 
.tl03,
.text03,
.text13,
dl.news_list dt,
dl.news_list dd { font-size: 95%; }

.text04,
.text14 { font-size: medium; }

/* 行間 */
table.tbl_cnt1,
.text11,
.text12,
table.tbl04,
table.tbl05,
table.gi_tbl3b,
/* 研究一覧 */
table.re_tbl1,
th.gi_num01 { line-height:1.6em; }

.text13,
.text14 { line-height:1.5em; }

/* FONTカラー */
.txt_red { color: red; }
.txt_blue { color: #09C; }
.txt_gray { color: #666; }

/* 英語フォント */
.eng01 { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* 日本語等倍フォント */
.jpn01 { font-family:'MS ゴシック', OSaka-等幅, monospace; }

/* letter-spacing 1em */
.ls010 { 
	letter-spacing:1em; }

/* letter-spacing 2em */
.ls020 { 
	letter-spacing:2em; }

/* 太字 */
.bold { font-weight: bold; }

/* 下線 */
.uline { text-decoration:underline; }

/* 両端揃え */
.justify { text-align:justify; text-justify:distribute; }

/*  右揃え  */
.right { text-align: right; }

/*  左揃え  */
.left { text-align: left; }

/*  中央揃え  */
.center { text-align: center; }

.ver_a_c { vertical-align: middle; }

.pdg_left { margin-left: 2em; }
