p, tr, td, pre, div{
	margin: 0;
	padding: 0;
}

.calender {
	margin: 0px auto;
	width: 165px;
	text-align: center;
}

.calender_message {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding:2px 0 2px 0;
}

.calender_month {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.calender_table {
	border: 1 solid #FFF;
	font-size: 13px;
	margin: 0 0 0 5px;
}

.calender_table td {
	text-align: center;
	vertical-align: middle;
	width: 18px;
	height: 14px;
	line-height: 15px;
}

.calender_table .calender_week {
	background: #EEE;
	font-size: 12px;
}

.calender_table .holiday {
	background: #FFE5CC;
}

.calender_table .teikyubi {
	width: 110px;
	text-align: left;
}