@charset "utf-8";

/*--------------------------------------------
	行事予定（月別）
*--------------------------------------------*/

#event_calenderArea {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#event_calenderArea table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	width: 510px;
}

#event_calenderArea table td {
	padding: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	vertical-align: middle;
}

.cale_td01 {
	background-color: #e5ecf9;
	color: #2c4d91;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	width: 10%;
}

.cale_td02 {
	background-color: #f2f5fc;
	color: #2c4d91;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.cale_td03 {
	background-color: #f2f5fc;
	color: #2c4d91;
	text-align: center;
	width: 5%;
}

#event_calenderArea a {
	display: block;
	text-decoration: none;
	color: #313131;
}

#event_calenderArea a:hover {
	color:#2c4d91;
	text-decoration: underline;
}

#event_calenderArea a.ippan {
	background-image: url(../image/ic_ippan.gif);
	background-repeat: no-repeat;
	background-position: right 0.3em;
	padding-right: 70px;
}

/*--------------------------------------------
	行事予定（日別）
*--------------------------------------------*/

#event_dayArea {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#event_dayArea h3 {
	color: #3366cc;
	font-size: 110%;
	font-weight: bold;
	background-color: #f2f5fc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#event_dayArea h3.ippan {
	background-image: url(../image/ic_ippan02.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 85px;
}

#event_dayArea p {
	margin-top: 0px;
	margin-bottom: 10px;
}

