﻿﻿@charset "utf-8";

table {
	font-size:inherit; /* not IE */
	font:100%; /* IE */
}
#main-contents ul {
	margin-left: 15px;
}
#search-wrap {
	padding: 0px 10px;
	width: 322px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#search-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#t_searchform{
	background: url(../img/search.gif) no-repeat left top;
	width: 164px;
	height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 73px;
	float: right;
}
#t_searchform:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#t_searchform #s{
	border: 0px;
	margin: 0px;
	padding: 2px;
	float: left;
	width: 117px;
	background-image: url(../img/search-02.gif);
	background-repeat: no-repeat;
	height: 14px;
}

#t_searchform #go{
	
	float: right;
}
	
/* =========================== */
/* QRコード                        */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                     */
/* =========================== */	
IFRAME.googlemap {
	}
	

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
		font-size: 90%;	
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	color:#666666;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
		font-weight: bold;
	color:#ffb127;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	color:#666666;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
		margin-left: 1em;
	}
	
/* =========================== */
/* お知らせ一覧ページ                 */
/* =========================== */

/* 記事タイトル */	
#topic-list-section DT {
	color:#364c88;
	font-size:14px;
	font-weight:bold;
	background-image:url(../img/lay1/h3-2.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left:25px;
	padding-bottom:0px;
	width:497px;
	height: 0px;
	padding-top: 0px;
	vertical-align: middle;
	display: table-cell;
	line-height: 1.3;
	padding-right: 8px;
	}
/* 公開日*/
#topic-list-section DT .date {
	font-weight: bold;
	width: 95px;
	padding-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #364c88;

	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	width: 530px;
	margin: 0px 0px 180px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	border-top-style: none;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
}
/* =========================== */
/* テンプレート挿入時の表             */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #555555 solid;
	}
TH.table_a_th {
		color: #888888;
		background-color: #dddddd;
		border: 1px #555555 solid;
	}
TH.table_a_th2 {
		color: #888888;
		background-color: #dddddd;
		border: 1px #555555 solid;
	}
TD.table_a_td {
		color: #888888;
		background-color: #FFFFFF;
		border: 1px #555555 solid;
	}
/* =========================== */
/* ここから　移行用テンプレート            */
/* 誤って削除しないようご注意ください      */
/* =========================== */
/* =========================== */
/* ブログ            */
/* =========================== */
TABLE.diary {
	margin: 0px;
	width:530px;
	border-collapse: collapse;
	border: 1px #222222 solid;
	}
TABLE.diary2 {
	margin: 0px;
	width:530px;
	border-collapse: collapse;
	border-bottom: 1px #222222 dashed;
	}
.diary_title {
	padding: 5px 10px;
	font-size: 14px;
	font-weight:bold;
	border-bottom: 1px #222222 dashed;
}
.diary_date {
	padding: 5px 10px;
	text-align: right;
	font-size: 12px;
	border-bottom: 1px #222222 dashed;
}
.diary_text {
	padding: 5px 10px;
}
.diary_text IMG {
	padding: 0px 0px 10px 5px;
}
/* =========================== */
/* 表組み            */
/* =========================== */
/* ボーダー */
TABLE.table_border {
	margin: 0px;
	border-collapse: collapse;
	}
/* シンプル */
.table_border_simple {
	padding: 3px 5px;
	border: 1px #666666 solid;
}
/* 青ボーダー */
.table_border_b1 {
	padding: 3px 5px;
	background-color: #E5EBFF;
}
.table_border_b2 {
	padding: 3px 5px;
	background-color: #f7fbff;
}
/* 赤ボーダー */
.table_border_r1 {
	padding: 3px 5px;
	background-color: #FFE5EB;
}
.table_border_r2 {
	padding: 3px 5px;
	background-color: #fff7fb;
}
/* 緑ボーダー */
.table_border_g1 {
	padding: 3px 5px;
	background-color: #E5FCEB;
}
.table_border_g2 {
	padding: 3px 5px;
	background-color: #f7fcfb;
}
/* ノート */
.table_border_note {
	padding: 3px 5px;
	border-bottom: 1px #5c4930 dotted;
}

/* =========================== */
/* 画像２枚             */
/* =========================== */
TABLE.img2_waku {
	margin: 0px auto;
	width:530px;
	border-collapse: collapse;
	}
.img2_waku_item {
	width:260px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}
.img2_waku_blank {
	width:10px;
	padding: 0px 0px 0px 0px;
}
TABLE.img2 {
	margin: 0px auto;
	border-collapse: collapse;
	}
.img2_img {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.img2_text {
	padding: 5px 2px;
	text-align : left ;
}
/* =========================== */
/* 画像３枚             */
/* =========================== */
TABLE.img3_waku {
	margin: 0px auto;
	width:530px;
	border-collapse: collapse;
	}
.img3_waku_item {
	width:170px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}
.img3_waku_blank {
	width:5px;
	padding: 0px 0px 0px 0px;
}
TABLE.img3 {
	margin: 0px auto;
	border-collapse: collapse;
	}
.img3_img {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.img3_text {
	padding: 5px 2px;
	text-align : left ;
}
/* =========================== */
/* 画像４枚             */
/* =========================== */
TABLE.img4_waku {
	margin: 0px auto;
	width:550px;
	border-collapse: collapse;
	}
.img4_waku_item {
	width:130px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
.img4_waku_blank {
	width:10px;
	padding: 0px 0px 0px 0px;
}
TABLE.img4 {
	margin: 0px auto;
	border-collapse: collapse;
	}
.img4_img {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.img4_text {
	padding: 5px 2px;
	text-align : left ;
}
/* =========================== */
/* 画像５枚             */
/* =========================== */
TABLE.img5_waku {
	margin: 0px auto;
	width:550px;
	border-collapse: collapse;
	}
.img5_waku_item {
	width:100px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
.img5_waku_blank {
	width:12px;
	padding: 0px 0px 0px 0px;
}
TABLE.img5 {
	margin: 0px auto;
	border-collapse: collapse;
	}
.img5_img {
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.img5_text {
	padding: 5px 2px;
	text-align : left ;
}

/* =========================== */
/* 画像（左）＋文章             */
/* =========================== */
/* 回り込み */
TABLE.imgl-textr {
	margin: 0px auto;
	width:530px;
	border-collapse: collapse;
	}
TABLE.imgl-textr IMG {
	padding: 0px 10px 10px 0px;
}
TABLE.imgl-textr TD {
	padding: 0px 0px;
	text-align : left ;
}
/* =========================== */
/* 画像（右）＋文章             */
/* =========================== */
TABLE.textl-imgr {
	margin: 0px;
	width:530px;
	border-collapse: collapse;
	}
TABLE.textl-imgr IMG {
	padding: 0px 0px 10px 10px;
}
TABLE.textl-imgr TD {
	padding: 0px 0px;
	text-align : left ;
}
/* =========================== */
/* 画像＋文章 回り込み無し            */
/* =========================== */
TABLE.img-text {
	margin: 0px auto;
	width:530px;
	border-collapse: collapse;
}
.img-text_img180 {
	width:180px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
.img-text_img300 {
	width:300px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
.img-text_img400 {
	width:400px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
.img-text_blank {
	width:10px;
	padding: 0px 0px 0px 0px;
}
.img-text_text180 {
	width:340px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.img-text_text300 {
	width:220px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.img-text_text400 {
	width:120px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* =========================== */
/* 文章＋画像（左右下）２枚             */
/* =========================== */
TABLE.text-img {
	margin: 0px auto;
	width:530px;
	border-collapse: collapse;
	}
.text-img2_text_left {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	text-align : left ;
}
.text-img2_img_right {
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}
.text-img2_img_left {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}
.text-img2_text_right {
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	text-align : left ;
}

.text-img_u_text {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align : left ;
}
.text-img_u2_img {
	padding: 10px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
TABLE.text-img_u2_img2 {
	margin: 0px auto;
	width:100%;
	border-collapse: collapse;
	}
.text-img_u2_img2_img {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
/* =========================== */
/* グラデーションボックス            */
/* =========================== */
TABLE.g-box {
	margin: 0px auto;
	width:530px;
	border-collapse: collapse;
	background-color: #ffffff;
	background-image: url(/asset/shared/keishinkai/text_box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px #999999 solid;
}
TABLE.g-box TD {
	padding: 10px 10px 15px 10px;
	text-align : left ;
	vertical-align: top;
}
/* =========================== */
/* ここまで　移行用テンプレート            */
/* =========================== */
.floatCLR {
	clear: both;
	margin: 0;
	padding: 0;
}
.floatL {float: left;}
.floatR {float: right;}
#txtLink {
	width: 520px;
	margin: 0 0 15px 10px;
	padding: 0;
}
#txtLink ul {
	width: 520px;
	margin: 0 0 0px 0px;
	padding: 0;
	white-space: nowrap;
}
#txtLink ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#txtLink ul li{
	float: left;
	margin: 0 7px 5px 0;
}

ul.arrow {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.arrow li {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	background: url(../img/lay1/head-list.gif) no-repeat 0 0.3em;
}

ul.square {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.square li {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	background: url(../img/list_square.gif) no-repeat 0 0.5em;
}
ul.square-pink {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.square-pink li {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	background: url(../img/list_square-pink.gif) no-repeat 0 0.5em;
}
.pdfIcon {
	min-height:11px;
	margin: 0 0 5px;
	padding: 0 16px 0 0;
	background: url(../img/icon_pdf.gif) no-repeat right center;
}
.kohoContents {
	float: left;
	width: 240px;
	margin-left: 15px;
	padding-left: 0px;
	border-left: 1px solid #cfcfcf;
}

#pdfBox {
	margin: 0 0 20px;
	padding: 10px;
	border: 1px solid #cfcfcf;
}
/* 2008.08.08---- shijo/dock/ --- */
#dockBox {
	margin: 0 0 20px;
	padding: 20px 20px 10px;
	border: 3px solid #d6edfd;
}

#dockBox table {
	line-height: 1.4;
}
#dockBox table.none {
	clear: both;
	margin: 0 0 20px 0;
	paddind: 0;
	border: 0px;
}
#dockBox table.none  th {
	padding: 10px;
	vertical-align: top;
}
#dockBox table.none  td {
	padding: 10px;
	background-color: #fff;
}


/* ----------------------------------------------------- */
/* Table */
/* ----------------------------------------------------- */
table {
	line-height: 1.4;
}
table.normal {
	clear: both;
	margin: 0 0 20px 0;
	paddind: 0;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}
table.normal th {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	white-space: nowrap;
	font-weight: normal;
}
table.normal td {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fff;
}
caption {
	padding: 0 0 5px;
	font-weight: bold;
}
.noWrap {
	white-space: nowrap;
}

/* 2008.08.08---- gairai/tanto/ --- */
table.normal td.am {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fbfde0;
	white-space: nowrap;
}

table.normal td.pm {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #e0fde1;
	white-space: nowrap;
}

table.normal td.yoru {
	padding: 10px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #f0e8fb;
	white-space: nowrap;
}
/* コーナータイトル --- */
.title-orange {
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/title/corner_title_orange.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	width: 500px;
	text-align: right;
	padding: 40px 15px 15px 7px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.title-yellow {
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/title/corner_title_yellow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	width: 500px;
	text-align: right;
	padding: 40px 15px 15px 7px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.title-pink {
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/title/corner_title_pink.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	width: 500px;
	text-align: right;
	padding: 40px 15px 15px 7px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.title-blue {
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/title/corner_title_blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	width: 500px;
	text-align: right;
	padding: 40px 15px 15px 7px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.title-school {
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/title/corner_title_pink.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	width: 500px;
	text-align: right;
	padding: 40px 15px 15px 7px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* 医局員紹介 --- */
.ikyokuin {
	padding: 0px;
	width: 475px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.ikyokuin-td1 {
	width: 230px;
}
.ikyokuin-td2 {
	width: 15px;
}
.ikyokuin-parts {
	width: 230px;
}
.ikyokuin-p-td1 {
	width: 100px;
}
.ikyokuin-p-td2 {
	vertical-align: middle;
	width: 120px;
	padding-left: 10px;
}

