div#title {
	position:relative;
	height:100px;
	width: 800px;
	background-image: url(images/title.gif);
	background-repeat   : no-repeat;
}

.main {
   width: 100%;
}

.main div#wrapper {
    width: 80%;
    margin: 0 auto;
}

.centerMiddle {
  margin: -200px 0 0 -300px;  /*c‰¡‚Ì”¼•ª‚ðƒlƒKƒeƒBƒuƒ}[ƒWƒ“‚Å‚¸‚ç‚·*/
  position: absolute;  /*body—v‘f‚É‘Î‚µ‚Äâ‘Î”z’u*/
  top: 50%;  /*ã’[‚ð’†‰›‚É*/
  left: 50%;  /*¶’[‚ð’†‰›‚É*/
  width: 600px;  /*‰¡•*/
  height: 400px;  /*c•*/
  background-color: #fff;
}

.centerMiddleS {
  width: 600px;  /*‰¡•*/
  height: 400px;  /*c•*/
  background-color: #fff;
}

table.calendar{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

.sunday_th{
	/*background: url(images/th_10.jpg) repeat-x bottom;*/
	background-color:#ffc0cb;
	border-right:1px solid #663300;
    border-bottom:1px solid #663300;
	color: #333;
	font-size:85%;
	width:200px;
	align:center;
}

.saturday_th{
	/*background: url(images/th_10.jpg) repeat-x bottom;*/
	background-color:#b0c4de;
	border-right:1px solid #663300;
    border-bottom:1px solid #663300;
	color: #333;
	font-size:85%;
	width:200px;
	align:center;
}

.weekday_th{
	/*background: url(images/th_10.jpg) repeat-x bottom;*/
	background-color:#FFF8DC;
	border-right:1px solid #663300;
    border-bottom:1px solid #663300;
	color: #333;
	font-size:85%;
	width:200px;
	align:center;
}

.calendar td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    width: 200px;
}

.help {
	margin-bottom:10px;
	padding-bottom:0px;
	border-bottom:1px #aac solid;
}

.help p {
	padding-left:5px;
	border-left:4px #000 solid;
	font-weight:bold;
	font-size:16px;
	color:#000;
}

.workManagerTable {
    width:925px; table-layout:fixed;
}

