@import "../../css/common.css";
@import "../../ladies/css/style.css";


.contents {
	background:url(../images/back.jpg) no-repeat left bottom;
	height:auto;
	overflow:auto;
	width:900px;
}

.contents h2 {
	height:94px;
}

.contents h2 img {
	display:block;
}

h3 {
	margin-bottom:15px;
}

/*-------------VIOLET SYSTEM------------------*/
#head_left {
	float:left;
}

#head_right {
	float:right;
	background-color:#00ff12;
	padding:7px 0 7px 701px;
	margin-top:30px;
}


/*---------------本日の出勤リスト------------*/
#today {
	clear:both;
	width:370px;
	float:left;
	overflow:hidden;
}

#today #page {
	text-align:right;
	margin:5px 0 30px 0;
}

#today #page a {
	margin-left:20px;
}

#today h4 {
	font-size:16px;
	font-weight:bold;
	border-left:solid 10px #00ff12;
	border-bottom:solid 1px #00ff12;
	text-align:left;
	text-indent:5px;
	margin-bottom:30px;
}

#today ul {
	clear:both;
	position:relative;
	width:390px;
	left:-20px;
}
#today li {
	float:left;
	padding-left:20px;
	margin-bottom:20px;
	background:url(../images/lady_back.png) no-repeat 20px 0;
	cursor:pointer;
}

* html #today ul {
	left:0px;
}

* html #today li {
	background:none;
	width:110px;
	height:180px;
	padding-left:0px;
	margin-right:20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=noscale,src='images/lady_back.png');
}
#today ul li dl {
	width:110px;
	height:180px;
	text-align:center;
	position:relative;
}

#today ul dt {
	padding:7px 0 4px 0;
}
#today ul dd {
	padding:0 11px 0 8px;
}

li#nogirl {
	float:none;
	text-align:center;
	background:none;
	cursor:auto;
}

li#nogirl span {
	display:block;
	padding:10px;
	padding-top:60px;
}
/*---------------週間スケジュール------------*/
#week {
	float:right;
	width:504px;
	overflow:hidden;
}

.lady_week {
	padding:6px;
	background-color:#004d05;
	margin-bottom:6px;
	cursor:pointer;
}
.lady_week a {
	float:left;
}
	

table {
	border-collapse:collapse;
	color:#000000;
	font-size:10px;
}

td {
	border:solid 1px #333333;
	width:60px;
	height:25px;
	color:#000000;
	text-align:center;
}

.param td {
	height:53px;
	/*background-color:#000000;*/
	background:#000000 url(../images/table_back.gif) no-repeat left top;
	color:#FFFFFF;
}

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

td.sat {
	color:#1800ff;
	background-color:#a8aeff;
}

td.sun {
	color:#ff0072;
	background-color:#fda3a3;
}


#nogirl_week {
	text-align:center;
}

table td span {
	text-align:center;
	display:block;
	line-height:6px;
	height:6px;
	padding:2px;
	overflow:hidden;
}
