/*
 *	東京医科大学霞ヶ浦病院 (カスタマイズ用スタイル)
 */

/*-----------------------------------------------*
	診療案内
 *-----------------------------------------------*/
#Ippan .box
{
	overflow: hidden;
}
* html #Ippan .box{ height: 1%; }

#Ippan .photoL
{
	float: left;
	margin: 1em;
	padding: 0;
}

#Ippan .photoR
{
	float: right;
	margin: 1em;
	padding: 0;
}

/*-----------------------------------------------*
	診療案内:スタッフ紹介
 *-----------------------------------------------*/
#staff .section
{
	margin: 10px 20px;
	padding: 10px 20px;
	border: solid 1px #EEE;
	border-right: solid 4px #EEE;
	border-bottom: solid 4px #EEE;
	overflow: auto;
	background: #FAFDFF;
}
/* for IE */ * html #staff .section{ overflow: visible; height: 1%; }

#staff .section .photo
{
	margin: 0 20px 0 0;
	padding: 5px;
	border: solid 1px #EEE;
	border-right: solid 4px #EEE;
	border-bottom: solid 4px #EEE;
	width: 85px;
/*	height: 113px; */
	float: left;
	background: #FFF;
}

#staff .section .text
{
	margin: 10px 0 15px 115px;
}

#staff .section .post
{
	margin: 5px 0 0 0;
	color: #00A;
	font-weight: bold;
}

#staff .section .name
{
	padding: 0 0 0 1em;
	font-size: 120%;
}

#staff .section .etc
{
	margin: 5px 0 10px 1em;
	padding: 5px;
	border: solid 1px #ADF;
}/* for IE */ * html #staff .section .etc{ height: 1%; }

#staff .section ul,
#staff .section li
{
	margin: 0;
	padding: 0;
	list-style:none;
}

#staff #content .section li
{
	background: none;
}

/*-----------------------------------------------*
	診療案内:担当一覧
 *-----------------------------------------------*/
table.Doctor
{
	margin: 0.5em 0 0 0;
	border-collapse: collapse;
	border: solid 1px #DDD;
	font-size: 90%;
	line-height: 1.1em;
}

table.Doctor td
{
	width: 85px;
}

table.Doctor td img
{
	vertical-align: middle;
}

table.Doctor .header0
{
	width: 1em;
}

table.Doctor .header1
{
	width: 4em;
}

table.Doctor th
{
	background: #FE8;
}

table.Doctor th,
table.Doctor td
{
	border: solid 1px #DDD;
	text-align: center;
}

table.Doctor th
{
	padding: 0.2em;
}

table.Doctor td
{
	padding: 0.3em 0.2em;
	text-align: left;
	vertical-align: middle;
}

#container #main #content table.Doctor sup
{
	vertical-align: top;
	color: #A60;
	font-weight: bold;
}

#container #main #content p.DRlegend
{
	font-size: 69%; /* x-small */
	padding: 0;
	margin: 0;
	text-align: right;
	color: #A60;
}


/*----------------------------------------------*
	病院紹介
 *----------------------------------------------*/
#Syoukai #content ul li
{
	list-style: none;
	margin: 0 0;
	padding: 5px 0 5px 35px;
	background: url(/_img/mark6.png) no-repeat 10px 6px;
}

/*----------------------------------------------*
	看護部紹介
 *----------------------------------------------*/
#Kango #content ul
{
	padding: 0;
	margin: 0;
}

#Kango #content li
{
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 35px;
	background: url(/_img/mark2.png) no-repeat 10px 6px;
}

