

* { 
	margin: 0;
	padding: 0;
}

#setumei {
	font-size: 1em;
}

table {
	margin: 0 auto;
	border-collapse: collapse;
}

td {
	border: 2px solid black;
}

td {
	width: 42px;
	height: 42px;
	text-align: center;
}
#youbi td {
	font-weight: bold;
}
#hinichi td {
	vertical-align: top;
}

#calender_div {
	overflow: hidden;
	position: relative;
	margin: 20px auto 0;
	height: auto;
	width: 400px;
}

.calen_drag {
	border-color: #999999;
	border-style: solid;
	border-width: 1px 4px 4px 1px;
	cursor: move;
}

#caltable_div {
	clear: both;
}

#calender_table {
	font-family: "Times New roman", serif;
	margin-left: auto;
	margin-right: auto;
}

#calender_title {
	overflow: auto;
	height: 50px;
	width: 310px;
	margin: 0 auto 15px;
}

#cmove_left {
	margin-top: 10px;
	margin-right: 20px;
}
#cmove_right {
	margin-top: 10px;
	margin-left: 20px;
}
.calen_move {
	float: left;
	font-size: 2em;
	width: 1em;
	font-weight: bold;
}

#calen_yd {
	float: left;
	width: 203px;
	font-family: "Times New roman", serif;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;

}

.impDate {
	background-color: #bfbfbf;
	color: black;
}	

.calen_today {
	background-color: black;
	color: white;
	font-weight: bold;
}

#cmove_left:hover {
	cursor: pointer;
	border: 1px solid black;
	margin-right: 18px;
}

#cmove_right:hover {
	cursor: pointer;
	border: 1px solid black;
}

#sousa {
	font-family: "Times New roman", serif;
	position: relative;
	width: 400px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

#sousa span{
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0 8px;
	margin: 0 8px;
}
#sousa span#sche_sw{
	margin-left: 45px;
}

#sousa span.sousa_cl:hover  {
	background-color: black;
	color: white;
	cursor: pointer;
}
#sche_sw:hover {
	cursor: pointer;
}

#schedule_div {
	display: none;
	position: absolute;
	width:100px;
	height: auto;
}
#sousa span.schesw_on {
	background-color: red;
	border: 1px solid red;
}
#rokuyo_sw:hover {
	cursor: pointer;
}
#sousa span.rokusw_on {
	background-color: #0099cc;
	border: 1px solid #0099cc;
}
	
.tdroku {
	display: none;
}


