@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

/*
----------------------------------------------------------- */
.posted {
	padding: 0 0 0 18px;
}
/* とりあえず入れときます。 */
.blogEntry h3 {
	padding-top: 0;
}
.calendarHeader {
	font-size: 123.1%;
}
.calendarDayHeader {
	background: #0090d5;
	color: #fff;
	text-align: center;
	border-right: #fff 1px solid;
	padding: 2px 10px;
}
.calendar table {
	width: 100%;
	margin-bottom: 1em;
}
.calendar table td .calendarDay,
.calendar table td .calendarToday,
.calendar table td .calendarDayWithEntries {
	height: 105px;
	border: #e7e7e7 1px solid;
}
.calendarLabel {
	text-align: right;
	padding: 1px 5px 1px 5px;
	color: #333333;
}

.calendarBody {
	padding: 0 1px 5px 1px;
}
.calendarBody ul li {
	overflow: hidden;
	font-size: 93%;
}
.calendarBody ul li a {
	display: block;
	color: #fff;
	width: 100%;
	height: 20px;
	padding: 0 0 0 5px;
	margin-bottom:1px;
}
.calendarBody ul li a:link,
.calendarBody ul li a:visited {
	background: #0190D6;
	color: #fff;
	text-decoration: none;
}
.calendarBody ul li a:hover {
	background: #ff883f;
	color: #fff;	
	text-decoration: none;	
}
.calendarBody ul li a:active {
	background: #0190D6;
	color: #fff;	
	text-decoration: none;	
}
.calendar table td.hover .calendarBody a {
	color: #fff;
}
/* 一般の方用 :*/
.calendarBody ul li a.ippan:link,
.calendarBody ul li a.ippan:visited {
	background: #ff883f;
	color: #fff;
	text-decoration: none;
}
.calendarBody ul li a.ippan:hover {
	background: #0190D6;
	color: #fff;	
	text-decoration: none;	
}
.calendarBody ul li a.ippan:active {
	background: #ff883f;
	color: #fff;	
	text-decoration: none;	
}


h4.repotrTi {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
}
.reportBlc p {
	margin-bottom: 1.5em;
}
.reportImg {
	text-align: center;
}
.reportImg img {
	margin-bottom: 5px;
	border: #aaa 1px solid;
	padding: 1px;
	width: 660px;
}
.blogEntryBody p.readMore {
	background: url(images/linksDot.gif) no-repeat 3px 15px;
	padding-left: 15px;
	padding-top: 10px;
}

