@charset "utf-8";
/* CSS Document */
/*カレンダー*/
/* ===================================================================== */
/*      1.コンテンツ　カラー/基本書体/レイアウト　設定                   */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*         グローバルナビゲーション                                      */
/* --------------------------------------------------------------------- */



/* --------------------------------------------------------------------- */
/*         ローカルナビゲーション                                        */
/* --------------------------------------------------------------------- */
#localNav ul{
	list-style: none;
}

/*カレンダー*/
#localNav li.list01 a{
	display: block;
	height: 58px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: url(./images/local01_off.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
}
#localNav li.list01 a:hover{
	background: url(./images/local01_on.jpg) no-repeat 0px 0px;
}




/* --------------------------------------------------------------------- */
/*         カレンダー　　　　　                                          */
/* --------------------------------------------------------------------- */
div.calendar table{
	width: 650px;
	border-top: 1px solid #CCC;
	border-bottom-style: none;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

div.calendar table th{
	width: 60px;
	text-align: center;
	vertical-align: middle;
	}

div.calendar{
	margin-bottom: 25px;
	font-size: 90%;
	width: 650px;
	margin-left:0px;
	float: left;
	}

div.calendar dl{
	margin: 0px;
	padding: 0px;
}

div.calendar dt{
	font-weight: lighter!important;
	font-size: 74%!important;
	background: #999;
	width: 35px;
	color: #FFF;
	padding: 2px 0 1px 1em;
	}

div.calendar dd{
	line-height: 250%;
	font-size: 95%!important;
	margin: -1.7em 0 0.5em 0em;
	padding-left: 5.1em!important;
}

div.calendar dd a:link{
	text-decoration: none;
}

div.calendar dd a:visited{
	text-decoration: none;
}

div.calendar dd a:hover{
	text-decoration: none;
}

table.calendar{
	text-align: center;
	margin-right: auto;
	margin-left: 150px!important;
	border-style: none;
	}
table.calendar td{
	background: #FFF!important;
	border-style: none;
	}
	
.calendar table ul{
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}

.calendar table li{
	background: url(images/calendar.png) no-repeat left -2px!important;
	line-height: 1.8em;
	font-size: 120%!important;
	padding-left: 30px!important;
}