﻿div.cal_area {
  background-color :#FFFFFF;
  width            :170px;
  /*height           :200px;*/
/*  padding-top      :5px; */
  text-align       :center;
  border     :1px solid #D9D9D9;
  margin-left:30px;
}


.cal_area table {
  background-color :#FFFFFF;
  width            :170px;
  border-collapse  :collapse;
  border-spacing   :0px;
  border           :solid 0px #666666;
  text-align       :center;
}

.cal_area tr.title {
  background-color :#E6E6E6;
  height           :19px;
  color            :#808080;
  font-size        :8pt;
/*  font-weight      :bold; */
  text-align       :center;
  border     :1px solid #D9D9D9;
}

.title a {
  height          :19px;
  line-height     :19px;
  text-decoration :none;
  color           :#808080;
}

.title a.mark {
  width           :23px;
}

.cal_area tr.dat_day {
  height    :20px;
  font-size :8pt;
  height:30px;
  vertical-align: bottom;
}

.cal_area tr.dat {
  height    :20px;
  font-size :8pt;
/*  margin-top:50px;*/
}

.dat td {
  width :25px;
}

.dat a {
  width           :23px;
  height          :20px;
  line-height     :20px;
/*  text-decoration :none;*/
/*  color           :#0000FF; */
  font-family     :"Times New Roman";
  text-decoration: underline;
}

.cal_area a:hover {
   background-color :#E6E6E6;
}
