/**********************************************
* Name        : calendar.css
* Description : style sheet for calendar on Top Page
* Author      : Soshi Ito
* Date        : Oct-2007
***********************************************/

#price_cal {
  width: 307px;
  margin: 0px 0px 0px 8px;
}

.month_line {
  margin-top: 1px;
  text-align:center;
}

.cal_w {
  background-color: #ffffff;
}

.cal_o {
  background-color: #ffe0c3;
}

.cal_month_cell {
	position:relative;
  float:left;
  width: 37px;
  height: 38px;
	padding:0px;
}

.cal_month_year {
	position:absolute;
	top:14px;
	left:0px;
  width: 37px;
	padding:0px;
}

.cal_day_cell {
  position:relative;
  float:left;
  width: 53px;
  height: 38px;
  margin-left: 1px;
	padding:0px;
}

.cal_day_cell a {
  display:block;
  width:100%;
  height:100%;
}

#cal_area td {
    height: 53px;
    vertical-align:top;
    padding: 2px;
}

#cal_area a {
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
}
#cal_area a:hover {
    text-decoration: none;
    color: #E79742;
}

.cal_day {
  position:absolute;
  top:0px;
  left:0px;
  width: 53px;
  height:16px;
}

.cal_yen {
    position:absolute;
    top: 26px;
    left: 42px;
    color: #E79742;
    font-size: 70%;
}

.cal_price {
  position:absolute;
  top:14px;
  left:0px;
  width: 53px;
  height:16px;
  color: #E79742;
}

.cal_price img{
  margin-top:3px;
}