/******************************************************************************/
/*-- html                                                                   --*/
/*-- ベース                                                                 --*/
/******************************************************************************/
html {
  height                     : 100%;
}


/******************************************************************************/
/*-- form                                                                   --*/
/*-- ベース                                                                 --*/
/******************************************************************************/
form {
  height                     : 100%;
}


/******************************************************************************/
/*-- body                                                                   --*/
/*-- ベース                                                                 --*/
/******************************************************************************/
body {
  font-size                  : 90%;
  height                     : 100%;
  margin                     : 0px auto;
  text-align                 : center;
}


/******************************************************************************/
/*-- table                                                                  --*/
/*-- ベース                                                                 --*/
/******************************************************************************/
table{
  font-size                  : 100%;
  line-height                : 140%;
}


/******************************************************************************/
/*-- hr                                                                     --*/
/*-- ベース                                                                 --*/
/******************************************************************************/
hr {
  height                     : 2px;
  border-style               : dotted;
  line-height                : 2px;
}


/******************************************************************************/
/*-- img                                                                    --*/
/*-- ベース                                                                 --*/
/******************************************************************************/
img {
  border                     : 0px;
}


/******************************************************************************/
/*-- h1                                                                     --*/
/*-- ベース                                                                 --*/
/******************************************************************************/
h1 { }


/******************************************************************************/
/*-- h2                                                                     --*/
/*-- ベース                                                                 --*/
/******************************************************************************/
h2 {
  line-height                : 130%;
  padding-left               : 5px;
}


/******************************************************************************/
/*-- h3                                                                     --*/
/*-- ベース                                                                 --*/
/******************************************************************************/
h3 {
  line-height                : 120%;
  padding-left               : 10px;
}


/******************************************************************************/
/*-- h4                                                                     --*/
/*-- ベース                                                                 --*/
/******************************************************************************/
h4 {
  line-height                : 120%;
  padding-left               : 10px;
}

/******************************************************************************/
/*-- a:link,visited,active,hover                                            --*/
/*-- ベース                                                                 --*/
/******************************************************************************/
a {
  font-size                  : ;                     /*-- 文字サイズ --*/
  text-decoration            : underline;            /*-- 下線 --*/
}


/******************************************************************************/
/*-- a01:link,visited,active,hover                                          --*/
/*--                                                                        --*/
/******************************************************************************/
.a01 {
  font-size                  : 12px;                 /*-- 文字サイズ --*/
  text-decoration            : underline;            /*-- 下線 --*/
}


/******************************************************************************/
/*-- aNavi:link,visited,active,hover                                        --*/
/*-- ナビ                                                                   --*/
/******************************************************************************/
.aNavi {
  font-size                  : 14px;                 /*-- 文字サイズ --*/
  text-decoration            : underline;            /*-- 下線 --*/
}


/******************************************************************************/
/*-- aMojiSmall:link,visited,active,hover                                   --*/
/*-- 文字サイズ 小                                                          --*/
/******************************************************************************/
.aMojiSmall {
  font-size                  : 14px;                 /*-- 文字サイズ --*/
  text-decoration            : underline;            /*-- 下線 --*/
}


/******************************************************************************/
/*-- aMojiStandard:link,visited,active,hover                                --*/
/*-- 文字サイズ 標準                                                        --*/
/******************************************************************************/
.aMojiStandard {
  font-size                  : 14px;                 /*-- 文字サイズ --*/
  text-decoration            : underline;            /*-- 下線 --*/
}


/******************************************************************************/
/*-- aMojiLarge:link,visited,active,hover                                   --*/
/*-- 文字サイズ 大                                                          --*/
/******************************************************************************/
.aMojiLarge {
  font-size                  : 18px;                 /*-- 文字サイズ --*/
  text-decoration            : underline;            /*-- 下線 --*/
}


/******************************************************************************/
/*-- hrLine01                                                               --*/
/*-- 直線                                                                   --*/
/******************************************************************************/
.hrLine01 {
  height                     : 1px;
  border-style               : dotted;
  line-height                : 50px;
}


/******************************************************************************/
/*-- hrLine02                                                               --*/
/*-- 直線                                                                   --*/
/******************************************************************************/
.hrLine02 {
  height                     : 1px;
  border-style               : dotted;
  line-height                : 50%;
}


/******************************************************************************/
/*-- divContainer                                                           --*/
/*--                                                                        --*/
/******************************************************************************/
.divContainer {
  width                      : 750px;
  margin                     : 0 auto;
  text-align                 : left;
}


/******************************************************************************/
/*-- tblContainer                                                           --*/
/*--                                                                        --*/
/******************************************************************************/
.tblContainer {
  font-size                  : 95%;

}


/******************************************************************************/
/*-- divHeader01                                                            --*/
/*--                                                                        --*/
/******************************************************************************/
.divHeader01 {
  font-size                  : 12px;
  text-align                 : right;
  line-height                : 20px;
  padding-right              : 10px;
}


/******************************************************************************/
/*-- divTitle                                                               --*/
/*--                                                                        --*/
/******************************************************************************/
.divTitle {
  height                     : 90px;
  font-size                  : 20px;
  font-family                : HG明朝B;
  padding-left               : 30px;                                /*-- ボックス内側余白 --*/
  line-height                : 25px;                                /*-- 行間 --*/
  background-image           : url("../img/TopPanel.gif");          /*-- 背景写真 --*/
}


/******************************************************************************/
/*-- divMoji       トップパネルリンク                                       --*/
/*-- 文字サイズ                                                             --*/
/******************************************************************************/
.divMoji {
  font-size                  : 14px;
  background-image           : url("../img/TopPanel_under.gif");    /*-- 背景写真 --*/
}


/******************************************************************************/
/*-- divNavi                                                                --*/
/*-- ナビ                                                                   --*/
/******************************************************************************/
.divNavi {
  font-size                  : 14px;
  line-height                : 25px;
  padding-left               : 10px;
}


/******************************************************************************/
/*-- divMiddle                                                              --*/
/*--                                                                        --*/
/******************************************************************************/
.divMiddle {
  text-align                 : left;
}


/******************************************************************************/
/*-- divFooter01                                                            --*/
/*--                                                                        --*/
/******************************************************************************/
.divFooter01 {
  font-size                  : 6px;
  text-align                 : center;
}


/******************************************************************************/
/*-- divFooter02                                                            --*/
/*--                                                                        --*/
/******************************************************************************/
.divFooter02 {
  line-height                : 150%;
  font-size                  : 12px;
  text-align                 : center;
  padding                    : 5px;
}



/******************************************************************************/
/*-- divFooter03                                                            --*/
/*--                                                                        --*/
/******************************************************************************/
.divFooter03 {
  line-height                : 150%;
  font-size                  : 12px;
  text-align                 : center;
}


/******************************************************************************/
/*-- tdMenu                                                                 --*/
/*--                                                                        --*/
/******************************************************************************/
.tdMenu
 {
  line-height                : 150%;
  font-size                  : 20px;
}


/******************************************************************************/
/*-- tdPageTop                                                              --*/
/*--                                                                        --*/
/******************************************************************************/
.tdPageTop {
  text-align                 : right;
  font-size                  : 14px;
}


/******************************************************************************/
/*-- tdMoji01       トップパネル下の文字                                    --*/
/*--                                                                        --*/
/******************************************************************************/
.tdMoji01 {
  height                     : 25px;
  font-size                  : 14px;
  padding-left               : 10px;
  vertical-align             : bottom;
}


/******************************************************************************/
/*-- tdMoji02       文字サイズ変更                                          --*/
/*--                                                                        --*/
/******************************************************************************/
.tdMoji02 {
  height                     : 25px;
  font-size                  : 14px;
  padding-right              : 10px;
  vertical-align             : bottom;
}

/******************************************************************************/
/*-- tdMoji03       未使用                                                  --*/
/*--                                                                        --*/
/******************************************************************************/
.tdMoji03 {
  height                     : 25px;
  line-height                : 110%;                            /*-- 行間 --*/
  vertical-align             : middle;
  font-family                : "HG丸ｺﾞｼｯｸM-PRO",sans-serif;     /*-- フォント種類 --*/
}


/******************************************************************************/
/*-- tdMoji04       未使用                                                  --*/
/*--                                                                        --*/
/******************************************************************************/
.tdMoji04 {
  height                     : 15px;
  line-height                : 110%;                            /*-- 行間 --*/
  vertical-align             : top;
}

/******************************************************************************/
/*-- tdMoji05    本文中で使用（スタッフからの声他                           --*/
/*--                                                                        --*/
/******************************************************************************/
.tdMoji05 {
  font-size                  : 90%;
  line-height                : 110%;                            /*-- 行間 --*/
  vertical-align             : bottom;
}

/******************************************************************************/
/*-- tdMoji06    本文中で使用（医師募集)                                    --*/
/*--                                                                        --*/
/******************************************************************************/
.tdMoji06 {
  font-size                  : 17px;
  color                      : #333333;
  font-weight                : bold;
  line-height                : 110%;                            /*-- 行間 --*/
  vertical-align             : bottom;
  text-decoration            : ;
}

/******************************************************************************/
/*-- tdMoji07    本文中で使用（医師募集)                                    --*/
/*--                                                                        --*/
/******************************************************************************/
.tdMoji07 {
  font-size                  : 13px;
  line-height                : 110%;                            /*-- 行間 --*/
  vertical-align             : bottom;
  font-weight                : bold;
}



/******************************************************************************/
/*-- tdLeftLine                                                             --*/
/*-- 左縦線                                                                 --*/
/******************************************************************************/
.tdLeftLine {
  padding                    : 10px;
}


/******************************************************************************/
/*-- tdLeftLine02                                                           --*/
/*-- 左縦線                                                                 --*/
/******************************************************************************/
.tdLeftLine02 {
  padding                    : 2px;
}


/******************************************************************************/
/*-- tblOshirase                                                            --*/
/*-- トップページ お知らせ                                                  --*/
/******************************************************************************/
.tblOshirase {
  font-size                  : 93%;
}


/******************************************************************************/
/*-- tdOshirase                                                             --*/
/*-- トップページ お知らせ                                                  --*/
/******************************************************************************/
.tdOshirase {
  line-height                : 95%;
}


/******************************************************************************/
/*-- tblPickup                                                              --*/
/*-- トップページ ピックアップ                                              --*/
/******************************************************************************/
.tblPickup {
  font-size                  : 93%;
  line-height                : 120%;
}


/******************************************************************************/
/*-- tblUpdate                                                              --*/
/*-- トップページ 更新情報                                                  --*/
/******************************************************************************/
.tblUpdate {
  font-size                  : 93%;
}


/******************************************************************************/
/*-- tdUpdate                                                               --*/
/*-- トップページ 更新情報                                                  --*/
/******************************************************************************/
.tdUpdate {
  line-height                : 95%;
}


/******************************************************************************/
/*-- tdCenterTitle                                                          --*/
/*-- トップページ タイトル（中央）                                          --*/
/******************************************************************************/
.tdCenterTitle {
  font-size                  : 16px;
  line-height                : 120%;            /*-- 2008/07/12 150%から変更 --*/
  padding-left               : 10px;
}


/******************************************************************************/
/*-- tblNintei                                                              --*/
/*-- トップページ 日本医療機能評価機構認定病院                              --*/
/******************************************************************************/
.tblNintei {
  font-size                  : 10px;
  line-height                : 150%;
}


/******************************************************************************/
/*-- rank                                                                   --*/
/*-- 診療科のページ 医師肩書き                                              --*/
/******************************************************************************/
.rank {
  font-size                  : 80%;
  line-height                : 100%;
}


/******************************************************************************/
/*-- name                                                                   --*/
/*-- 診療科のページ 医師氏名                                                --*/
/******************************************************************************/
.name { }


/******************************************************************************/
/*-- sp                                                                     --*/
/*-- 診療科のページ 医師専門分野                                            --*/
/******************************************************************************/
.sp { }


/******************************************************************************/
/*-- license                                                                --*/
/*-- 診療科のページ 医師認定資格                                            --*/
/******************************************************************************/
.license { }


/******************************************************************************/
/*-- belong                                                                 --*/
/*-- 診療科のページ 医師所属学会                                            --*/
/******************************************************************************/
.belong { }


/******************************************************************************/
/*-- favorite                                                               --*/
/*-- 診療科のページ 得意な治療                                              --*/
/******************************************************************************/
.favorite { }


/******************************************************************************/
/*-- comment                                                                --*/
/*-- 診療科のページ 医師ひと事                                            --*/
/******************************************************************************/
.comment { }


/******************************************************************************/
/*-- PickUpMoji01    ピックアップのタイトル                                 --*/
/*--                                                                        --*/
/******************************************************************************/
.PickUpMoji01 {
  height                     : 15px;
  line-height                : 110%;                              /*-- 行間 --*/
  vertical-align             : top;
}


/******************************************************************************/
/*-- PickUpMoji02    ピックアップの本文                                     --*/
/*--                                                                        --*/
/******************************************************************************/
.PickUpMoji02 {
  font-size                  : 90%;
  line-height                : 110%;                              /*-- 行間 --*/
  vertical-align             : bottom;
}


/******************************************************************************/
/*-- tdList01                                                               --*/
/*-- リスト用                                                               --*/
/******************************************************************************/
.tdList01 {
  font-size                  : 90%;
  line-height                : 100%;
}


/******************************************************************************/
/*-- tdList02                                                               --*/
/*-- リスト用                                                               --*/
/******************************************************************************/
.tdList02 {
  font-size                  : 90%;
  line-height                : 100%;
}


/******************************************************************************/
/*-- tdList03                                                               --*/
/*-- リスト用                                                               --*/
/******************************************************************************/
.tdList03 {
  font-size                  : 90%;
  line-height                : 100%;
}


/******************************************************************************/
/*-- tdList04                                                               --*/
/*-- リスト用                                                               --*/
/******************************************************************************/
.tdList04 {
  font-size                  : 90%;
  line-height                : 100%;
}


/******************************************************************************/
/*-- tdList05                                                               --*/
/*-- リスト用                                                               --*/
/******************************************************************************/
.tdList05 {
  font-size                  : 90%;
  line-height                : 100%;
}


/******************************************************************************/
/*-- tdList06                                                               --*/
/*-- リスト用                                                               --*/
/******************************************************************************/
.tdList06 {
  font-size                  : 90%;
  line-height                : 100%;
}


/******************************************************************************/
/*-- tdList07                                                               --*/
/*-- リスト用                                                               --*/
/******************************************************************************/
.tdList07 {
  font-size                  : 90%;
  line-height                : 100%;
}
