

/* リンク部分（標準）の設定
---------------------------------------------------- */
a {
  text-decoration: none;
}									/*  リンク部分の下線非表示  */

a:link {
  color: blue;
}									/*  クリック前の文字色  */

a:visited {
  color: blue;
}									/*  クリック後の文字色  */

a:hover {
  color: blue;						/*  マウスが重なった時の文字色  */
  background-color: #e5f7ff; 		/*  マウスが重なった時の背景色  */
  text-decoration: underline;		/*  マウスが重なった時に下線を表示  */
}


/* リンク部分（basic3）の設定：「標準」と異なり、下線を常に表示★研修医ページで使用
---------------------------------------------------- */
a.basic3 {
  text-decoration: underline;
}									/*  リンク部分の下線非表示  */

a.basic3:link {
  color: blue;
}									/*  クリック前の文字色  */

a.basic3:visited {
  color: blue;
}									/*  クリック後の文字色  */

a.basic3:hover {
  color: blue;						/*  マウスが重なった時の文字色  */
  background-color: #e5f7ff; 		/*  マウスが重なった時の背景色  */
  text-decoration: underline;		/*  マウスが重なった時に下線を表示  */
}


/* リンク部分（共通部分：「上に戻る」など）の設定
---------------------------------------------------- */
a.all {
  text-decoration: none;
}									/*  リンク部分の下線非表示  */

a.all:link {
  color: blue;
  font-size: 12px;
}									/*  クリック前の文字色  */

a.all:visited {
  color: blue;
  font-size: 12px;
}									/*  クリック後の文字色  */

a.all:hover {
  color: blue;						/*  マウスが重なった時の文字色  */
  background-color: #e5f7ff; 		/*  マウスが重なった時の背景色  */
  text-decoration: underline;		/*  マウスが重なった時に下線を表示  */
}


/* リンク部分（basic1）の設定：「標準」とフォントサイズのみ異なる★薬剤部で使用
---------------------------------------------------- */
a.basic1 {
  text-decoration: none;
}									/*  リンク部分の下線非表示  */

a.basic1:link {
  color: blue;
  font-size: 13px;
}									/*  クリック前の文字色  */

a.basic1:visited {
  color: blue;
  font-size: 13px;
}									/*  クリック後の文字色  */

a.basic1:hover {
  font-size: 13px;
  color: blue;						/*  マウスが重なった時の文字色  */
  background-color: #e5f7ff; 		/*  マウスが重なった時の背景色  */
  text-decoration: underline;		/*  マウスが重なった時に下線を表示  */
}


/* リンク部分（basic2）の設定  ★「お知らせ」で使用
---------------------------------------------------- */
a.basic2 {
  text-decoration: none;
}									/*  リンク部分の下線非表示  */

a.basic2:link {
  color: #4dcc33;
  font-size: 13px;
}									/*  クリック前の文字色  */

a.basic2:visited {
  color: #4dcc33;
  font-size: 13px;
}									/*  クリック後の文字色  */

a.basic2:hover {
  font-size: 13px;
  color: #4dcc33;					/*  マウスが重なった時の文字色  */
  background-color: #e5ffe5;		/*  マウスが重なった時の背景色  */
  text-decoration: underline;		/*  マウスが重なった時に下線を表示  */
}


/* リンク部分（topics）の設定  ★「お知らせ」で使用
---------------------------------------------------- */
a.topics {
  text-decoration: none;
}									/*  リンク部分の下線非表示  */

a.topics:link {
  color: #4db366;
  font-size: 13px;
  text-decoration: none;
}									/*  クリック前の文字色  */

a.topics:visited {
  color: #4db366;
  font-size: 13px;
  text-decoration: none;
}									/*  クリック後の文字色  */

a.topics:active {
  text-decoration: none;
}

a.topics:hover {
  font-size: 13px;
  color: #4db366;					/*  マウスが重なった時の文字色  */
  background-color: #e5ffe5;		/*  マウスが重なった時の背景色  */
  text-decoration: none;			/*  マウスが重なった時に下線を非表示  */
}


/* リンク部分（home）の設定
---------------------------------------------------- */
a.home {
  text-decoration: none;
}									/*  リンク部分の下線非表示  */

a.home:link {
  font-size: 13px;
  color: #00b31a;
}									/*  クリック前の文字色  */

a.home:visited {
  font-size: 13px;
  color: #00b31a;
}									/*  クリック後の文字色  */

a.home:hover {
  color: #00b31a;					/*  マウスが重なった時の文字色  */
  background-color: #e5ffe5; 		/*  マウスが重なった時の背景色  */
  text-decoration: none;			/*  マウスが重なった時に下線は非表示  */
}


/* リンク部分（gairai）の設定
---------------------------------------------------- */
a.gairai {
  text-decoration: none;
}									/*  リンク部分の下線非表示  */

a.gairai:link {
  font-size: 12px;
  color: #1accff;
}									/*  クリック前の文字色  */

a.gairai:visited {
  font-size: 12px;
  color: #1accff;
}									/*  クリック後の文字色  */

a.gairai:hover {
  color: #1accff;					/*  マウスが重なった時の文字色  */
  background-color: #e5f7ff; 		/*  マウスが重なった時の背景色  */
  text-decoration: none;			/*  マウスが重なった時に下線は非表示  */
}


/* リンク部分（「診療表」へ）の設定
---------------------------------------------------- */
a.shinryo {
  text-decoration: none;
}									/*  リンク部分の下線非表示  */

a.shinryo:link {
  font-size: 12px;
  color: #1accff;
}									/*  クリック前の文字色  */

a.shinryo:visited {
  font-size: 12px;
  color: #1accff;
}									/*  クリック後の文字色  */

a.shinryo:hover {
  color:#1accff;					/*  マウスが重なった時の文字色  */
  background-color: #e5f7ff; 		/*  マウスが重なった時の背景色  */
  text-decoration: none;			/*  マウスが重なった時に下線は非表示  */
}


/* リンク部分（「看護部のページ・部署紹介」へ）の設定
---------------------------------------------------- */
a.kango1 {
  text-decoration: none;
}									/*  リンク部分の下線非表示  */

a.kango1:link {
  font-size: 13px;
  color: #4d66ff;
}									/*  クリック前の文字色  */

a.kango1:visited {
  font-size: 13px;
  color: blue;
}									/*  クリック後の文字色  */

a.kango1:hover {
  color: #4d66ff;					/*  マウスが重なった時の文字色  */
  background-color: #e5f7ff; 		/*  マウスが重なった時の背景色  */
  text-decoration: underline;		/*  マウスが重なった時に下線を表示  */
}
