﻿#cal {
  border:none;
  padding:1em;
}
.datefield {
  position:relative;
  top:10px;
  left:10px;
  white-space:nowrap;
  border:1px solid black;
  background-color:#eee;
  width:25em;
  padding:5px;
}
.datefield input,
.datefield button,
.datefield label  {
　　vertical-align:middle;
}
.datefield label  {
  font-weight:bold;
}
datefield input  {
  width:15em;
}
.datefield button  {
  padding:0 5px 0 5px;
  margin-left:2px;
}
.datefield button img {
  padding:0;
  margin:0;
  vertical-align:middle;
}
.box {
  position:relative;
  height:30em;
}
/* td.wd0：日 td.wd1：月 td.wd2：火 td.wd3：水 td.wd4：木 td.wd5：金 td.wd6：土 */
/* 日曜日セル設定 */
.yui-skin-sam .yui-calendar td.wd0 { background-color:#fde0e0; }
.yui-skin-sam .yui-calendar td.wd0 a { color:red; }
/* 土曜日セル設定 */
.yui-skin-sam .yui-calendar td.wd6 { background-color:#d5f5ff; }

#cal_container .bd form {clear:left} 