@charset "UTF-8";
/* CSS Document */
.SubTitle{
	padding-left: 15px;
	width: 585px;
	height: 32px;
	color: #FF913A;
	clear: both;
	margin-bottom: 10px;
	background: url(../img/bg_subtitle.gif) repeat-x;
	line-height: 2.2em;
	font-size: 14px;
	margin-top: 10px;
}
/****************************** カレンダーテーブル ******************************/
.calender-table th{
	font-size:10px;
	width:14%;
	padding:5px;
	text-align: center;
}
.calender-table td{
	font-size:10px;
	width:14%;
	vertical-align:top;
	padding:5px;
}
.calender-table .date{
	font-weight:bold;
}
td.sunday{
	background:#FFF7F7;
}
.sunday .date{
	color:#FF6666;
}
td.saturday{
	background:#F2F7FA;
}
.saturday .date{
	color:#006699;
}
.calender-cell{
	display:block;
	padding:1ex;
}
/****************************** 実績テーブル ******************************/
.Result table th{
	width:330px;
}
/****************************** 実績テーブル ******************************/
.Course table th{
	width:60px;
}

/****************************** スケジュールテーブル ******************************/
.Schedule{
	text-align:center;
	}
.Schedule table{
	border-right:1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
.Schedule th{
	text-align:center;
	}
.Schedule td{
	width:14%;
	font-size:0.9em;
	line-height: 1.5em;
	border-right:1px dotted #E2E2E2;
	border-bottom:1px dotted #E2E2E2;
}

.Schedule .Period{
	width:14%;
}
	.Schedule .Day{
	
	text-align:center;
	color:#FFFFFF;
	background: url(../img/bg_day.jpg) repeat-x #6BB41A;
}
.Schedule .Type{
	background-color:#DEDED8;
	text-align:center;
}
.Man{
	color:#333333
}
.Woman{
	color:#FF6666
}
/****************************** 看護部 ******************************/
.BannerLeft{
	width: 298px;
	float: left;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.BannerRight{
	width: 298px;
	float: right;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.BannerText{
	display: block;
	width: 200px;
	padding-left: 10px;
	float: right;
}
.BannerLeft img{
	float:left;
}
.BannerRight img{
	float:left;
}

