@charset "utf-8";
@import url("common.css");

/* 出勤表ページ */


body {
	text-align:center;
	color:#000000;
	margin-bottom:20px;
}

#schedule {
	color: #ffe099;
	font-size: 123.1%;
}
h3 {
	width: 733px;
	height: 33px;
	margin-top: 16px;
	margin-bottom:24px;
	padding-left: 60px;
	padding-top: 15px;
	background: url(../images/title/schedule.jpg) no-repeat;
	color: #efe4cc;
	overflow:hidden;
}




h4 {
	width:639px;
	height:41px;
	background: url(../images/title/title_bar.gif) no-repeat;
	padding-top:8px;
	padding-left:60px;
	overflow:hidden;
	color: #efe4cc;
	font-weight:normal;
	margin-left:45px;
	margin-bottom:12px;
}


/*---------------本日の出勤リスト------------*/
#today {
	padding:0 15px;
}

#today img{
	border:1px solid #c1852f;
}
#today h2 {
	font-size:16px;
	font-weight:bold;
	margin:20px auto;
}

#today ul li dl {
	width:156px;
	height:34px;
	font-size:10px;
	line-height:10px;
	color:#533d0a;
	text-align:center;
	background: url(../images/schedule_bar.png) no-repeat;
	margin-top:-10px;
	padding-top:12px;
	position:relative;
	z-index:2;
}
* html #today ul li dl {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}

#today ul {
	width:660px;
	margin:0 auto;
	padding-bottom:20px;
	padding-left:16px;
}
#today ul li {
	width:156px;
	float:left;
	margin-bottom:10px;
	margin-right:6px;
	text-align:center;
}
#today  p img{
	z-index:1;
}
#today ul dd {
	height:10px;
	overflow:auto;
}
/*---------------週間スケジュール------------*/
#week {
	padding:0 20px;
	margin-bottom:20px;
	clear:left;
}
#week h2 {
	font-size:16px;
	margin:20px auto;
	clear:both;
}

table {
	margin:20px auto;
	border-collapse:collapse;
	background: url(../images/schedlue_bar.gif) repeat-x;
	color:#ffffff;
	font-size:10px;
	margin-bottom:0;
}

td {
	border:solid 1px #333333;
	width:75px;
	height:30px;
	color:#fff;
	text-align:center;
}

.param td {
	height:90px;
	color:#fff;
}

.day td {
	color:#fff;
}

td.sat {
	color:blue;
}

td.sun {
	color:red;
}

#today ul li p a.popup {
	background-color:#FFFFFF;
	width:90px;
	height:120px;
	display:inline-block;
}
* html #today ul li p a.popup {
	display:block;
}
td a.popup {
	background-color:#FFFFFF;
	display:inline-block;
}
