@charset "UTF-8";
/* CSS Document */

.section h1 {
	margin-top:70px;
}
.photo_gallery_event ul li {
    height: 250px;
}
.photo_gallery_event ul li img {
    margin-top: 10px;
}
img#bird {
    margin-left: 560px;
    position: absolute;
    top: 280px;
}
#calenderTable {
	width:560px !important;
	margin:20px auto 60px;
}
#calenderTable,
#calenderTable th,
#calenderTable td {
	border:none !important;
	background:none;
	padding:8px;
}
#calenderTable td.month{
	text-align:center;
	width:80px;
}
#calenderTable tr {
	background:url(../images/common/line_single.png) repeat-x left bottom;
}
#calenderTable tr.ttl {
	background:url(../images/common/line_double.png) repeat-x left bottom;
}
.event-heads{
	text-align: center;
	margin: 0 auto !important;
}