@charset "UTF-8";




.graypoint_large {
	font-size: small;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 20px;
	background-image: url(images/gray_point_large.png);
	background-repeat: no-repeat;
}
.graypoint_mid {
	font-size: x-small;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 25px;
	background-image: url(images/gray_point_middle.png);
	background-repeat: no-repeat;
	background-position: 10px;
}



.dashedareatext {
	font-size: small;
	line-height: 24px;
	border: thin dotted #999999;
	padding: 10px;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}

/* セパレート用ドット線 */
.b-line {
border-bottom-style:dashed;
border-bottom-width:1px;
border-color:#cccccc;
}


h1{
	border-left:6px solid #6CA0D4;
	font-size:small;
	color:#000000;
	text-indent: 5px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2{
	font-size: small;
	line-height: 0em;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 20px;
	background-image: url(images/gray_point_large.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: small;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 40px;
	background-image: url(images/gray_point_middle.png);
	background-repeat: no-repeat;
	background-position: 20px;
}


table#table-01 {
    width: 585px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}


a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a:active {
	color: #0000FF;
}
.month {
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

