#calendar {
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#calendar_m {
	padding-bottom: 8px;
	text-align: left;
}

.cal_table {
	background-color: #c4c4c4;
}
.td_week {
	background-color: #fafafa;
	text-shadow: 0px 1px 0px white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-bottom: 1px;
	padding-top: 2px;
	font-size: 10px;
}

.td_sat {
	background-color: #c6e4ff;
	text-shadow: 0px 1px 0px white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-bottom: 1px;
	padding-top: 2px;
	font-size: 10px;
}

.td_sun {
	background-color: #ffefef;
	text-shadow: 0px 1px 0px white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-bottom: 1px;
	padding-top: 2px;
	font-size: 10px;
}

.td_day {
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-top: 4px;
	line-height: 140%;
	font-size: 11px;
	height: 55px;
}

.day_num {
	font-family: Verdana, Arial, sans-serif;
}

.td_day a {
	color: #56493c;
	text-decoration: none;
	line-height: 145%;
	font-size: 11px;
}

.td_day a:hover {
	text-decoration: underline;
}

.month {
	text-shadow: 0px 1px 0px white;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	line-height: 100%;
	color: #6763c9;
	font-size: 3em;
}

.event_bar {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../../images/cal/bg_navi_tab.gif);
	padding-top: 15px;
}

.month_navi {
	margin-right: 10px;
	text-decoration: none;
	margin-left: 5px;
	font-size: 13px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-color: #4795e9;
	border-style: solid;
	border-width: 1px;
	color: #4795e9;
	background-color: white;
}

.month_navi:hover {
	color: white;
	margin-right: 10px;
	text-decoration: none;
	margin-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-color: #4795e9;
	border-style: solid;
	border-width: 1px;
	background-color: #4795e9;
}

.event {
	padding: 30px;
	background-color: white;
}

.event ul {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.event li {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 0.9em;
	clear: both;
}

.event .thumnail {
	float: right;
}

.event .date {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1em;
}

.event a {
	color: #0066cc;
	text-decoration: none;
}

.event h3 {
	font-size: 1em;
}

.event_date {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

.kaisai {
	display: none;
}


