/* Template CSS File
   Created 2008.11.27
*/
/*  [Sample]
	margin: top right bottom left
	padding: top right bottom left
	border: width style color
	outline: width style color
	font: style variant weight size/height family
	background: color image repeat attachment position
*/

/*==== POPUP Calender ====*/
#pop_calender {
	position: absolute;
	width: 329px;
	font-family: "lr SVbN", "Osaka|";
}
#pop_calender .header {
	background-color: #eeeeee;
	color: #000000;
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#pop_calender .center_navi {
	float: left;
	background-color: #ffffff;
	width: 5px;
}

#pop_calender .calender {
	float: left;
	background-color: #ffffff;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}
#pop_calender .title {
	background-color: #ccffcc;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
#pop_calender .row {
}
#pop_calender .col {
	float: left;
	font-size: 12px;
	text-align: center;
	padding: 1px 1px 1px 1px;
	width: 20px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
/*	display: inline; */
}

#pop_calender .day {
	color: #000000;
}
#pop_calender .sun {
	background-color: #ffdddd;
	color: #ff3300;
}
#pop_calender .sat {
	background-color: #ddddff;
	color: #0033ff;
}

/*==== Price Calender ====*/
.cal_body {
	float: left;
	background-color: #ffffff;
	border-left:1px solid #999999;
	margin-bottom: 3px;
	margin-right: 2px;
	width: 435px;
}
.cal_title {
	background-color: #eeeeee;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	width: 426px;
}
.cal_week {
	background-color: #eeeeee;
	float: left;
	text-align: center;
	padding: 1px 1px 1px 1px;
	width: 58px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
.cal_row {
}
.cal_col {
	float: left;
	text-align: center;
	padding: 1px 1px 1px 1px;
	width: 58px;
	height: 58px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	cursor: pointer;
/*	display: inline; */
}

.cal_day {
	color: #333333;
}
.cal_sun {
/*	background-color: #ffdddd; */
	color: #ff3300;
}
.cal_sat {
/*	background-color: #ddddff; */
	color: #0033ff;
}
.cal_num {
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
}
.cal_price {
	font-size: 13px;
	color: #333333;
	padding-top: 10px;
}

.cal_over {
	background-color: #DEB887;
}

.calTitle {
	background-color: #eeeeee;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	width: 426px;
}
.calDay {
	color: #333333;
}
.calSun {
/*	background-color: #ffdddd; */
	color: #ff3300;
}
.calSat {
/*	background-color: #ddddff; */
	color: #0033ff;
}
.calNum {
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
}

/*==== Toppage Calender ====*/
#home_right_area .cal_body {
	background-color: #ffffff;
	border-left:1px solid #666666;
	margin-bottom: 1px;
	width: 170px;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
}
#home_right_area .cal_title {
	background-color: #eeeeee;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	font-weight: normal;
	padding-bottom: 2px;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	width: 167px;
}
#home_right_area .cal_week {
	background-color: #eeeeee;
	float: left;
	text-align: center;
	font-weight: normal;
	padding: 1px 1px 1px 1px;
	width: 21px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}
#home_right_area .cal_row {
}
#home_right_area .cal_col {
	float: left;
	text-align: center;
	padding: 1px 1px 1px 1px;
	width: 21px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	cursor: default;
}
#home_right_area .cal_day {
	color: #333333;
}
#home_right_area .cal_sun {
	background-color: #ffdddd;
	color: #ff3300;
}
#home_right_area .cal_sat {
	background-color: #ddddff;
	color: #0033ff;
}
#home_right_area .cal_today {
	background-color: #ffcc00;
}
#home_right_area .cal_num {
	font-weight: normal;
	font-size: 12px;
}

