@import "../../css/common.css";
@import "../../css/common2.css";
/*------------------初期値-----------------*/
/*
* {
	margin:0 auto;
	padding:0;
}

html {
	overflow-x:hidden
}

body {
	font:normal 12px/1.4 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',HelveticaS,sans-serif;
	text-align:center;
	background-color:#FFFFFF;
	color:#000000;
	margin-bottom:20px;
}

ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}

img {
	vertical-align:bottom;
	border:none;
}
*/

/*---------------本日の出勤リスト------------*/
#today {
	padding:0 15px;
}

#today h2 {
	font-size:16px;
	font-weight:bold;
	margin:20px auto;
}

#today ul li dl {
	width:90px;
	background-color:#DDDDDD;
	font-size:10px;
	line-height:10px;
	padding:10px;
}
#today ul {
	width:600px;
}
#today ul li {
	width:110px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
#today ul dd {
	height:10px;
	overflow:auto;
}
/*---------------週間スケジュール------------*/
#week {
	padding:0 20px;
	margin-bottom:20px;
	margin-right:20px;
	width:700px;
	/*height:740px;
	overflow:auto;*/
}
#week div {
	width:675px;
	clear:both;
	padding-left:5px;
}

#week h2 {
	font-size:16px;
	margin:20px auto;
	clear:both;
}

#week h3 {
	font-size:14px;
	margin-bottom:10px;
}

#week a {
	float:left;
	font-size:14px;
	color:#000000;
	line-height:14px;
}

table {
	margin:0px auto 20px auto;
	border-collapse:collapse;
	background-color:#FFFFFF;
	color:#000000;
	width:570px;
	height:120px;
	font-size:14px;
	float:right;
}

td {
	border:solid 1px #cccccc;
	width:75px;
	height:30px;
	color:#000000;
	text-align:center;
}

.param td {
	width:80px;
	height:90px;
	color:#000000;
}

.day td {
	background-color:#b2d1e0;
}

td.sat {
	background-color:#e5eff5;
}
td.sat span {
	color:blue;
}

td.sun {
	background-color:#f2f7fa;
}

td.sun span {
	color:red;
}