@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link, a:visited {
	color: #0092da;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #0092da;
  text-decoration: none;
}

/*
[
----------------------------------------------------------- */
#main {
	float: right;
	width: 638px;
}
#sub {
	float: left;
	width: 217px;
}

#contentPage h3 {
	line-height: 1.0;
	background: url(images/entryHeader.gif) no-repeat 0 0;
	height: 36px;
}
.posted {
	font-size: 77% !important;
}
.blogEntryBody {
	padding-top: 10px;
}
.blogEntryBottom {
	border-bottom: #999 1px dotted;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.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: 96px;
	height: 20px;
	padding: 0 0 0 5px;
	margin-bottom:1px;
}
.calendarBody ul li a:link,
.calendarBody ul li a:visited {
	background: #a1d8f6;
}
.calendarBody ul li a:hover {
	background: #ff883f;
}
.calendarBody ul li a:active {
	background: #a1d8f6;
}
.calendar table td.hover .calendarBody a {
	color: #fff;
}
.entry-navi {
	margin-bottom: 1.5em;
}
.hrLine {
	margin: 1.5em 0;
	height: 1px;
	border-top: #999 1px dotted;
}

table.jimu th {
	width: 140px;
}
.formItem {
	width: 280px;
}
