@charset "UTF-8";
.main h2 {
	margin-top: 2em;
	margin-bottom: 10px;
	border: none;
	border-bottom:#0480B6 solid 1px;
	border-left: #0480B6 solid 3px;
	padding-top: 0;
	padding-left: 2px;
	height: 100%;
	color: #333;
	font-size: small;
	background: none;
}

.main p.link {
	padding-left: 1em;
	background: url(../../../img/arrowCircleBlue.gif) 0 6px no-repeat;
}

.main p.linkBlank {
	padding-left: 1em;
	background: url(../../../img/icon_blank.gif) 0 6px no-repeat;
}

.main table {
	width: 562px;
	border-collapse: collapse;
	border: #BBB solid 1px;
}

.main table th {
	border-right: #BBB solid 1px;
	border-bottom: #BBB solid 1px;
	padding: 3px;
	text-align: left;
}

.main table td {
	border-right: #BBB solid 1px;
	border-bottom: #BBB solid 1px;
	padding: 5px;
}

.main table th.highlight,
.main table td.highlight {
	background: #f2f2f2;
}

.main p.days {
	width: 562px;
	font-size: x-small;
	text-align: right;
}

.main ul li.anote {
 margin-left: 2.1em;
}

.marTop20 {
 margin-top: 20px;
}


