/* フォントのサイズ（行間あり） */
.font-small {
	font-size: x-small;
	line-height: 140%;
}
.font-verysmall {
	font-size: xx-small;
	line-height: 120%;
}
/* フォントのサイズ（行間なし） */
.font-small-s {
	font-size: x-small;
}
.font-verysmall-s {
	font-size: xx-small;
}
h1 {
	text-align: left;
	font-size: large;
	width: 525px;
	color: #054D89;
	border-left: 5px solid;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #B1CFD6;
	border-left-color: #96DEDB;
	margin-bottom: 15px;
}
h3 {
	font-size: small;
	font-weight: bold;
	width: 100%;
	color: #054D89;
	border-bottom-style: double;
	border-bottom-color: #CAEEFF;
	margin-bottom: 0px;
}
/* 3階層目メニュー */
.thirdmenu {
	font-size: x-small;
	line-height: 140%;
}
.thirdmenu a:link {
	text-decoration:none;
	color:#054D89;
	padding-left: 12px;
	background-image : url(images/icon_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.thirdmenu a:visited {
	text-decoration: none;
	color:#054D89;
	padding-left: 12px;
	background-image : url(images/icon_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.thirdmenu a:hover {
	text-decoration: underline;
	color:#0066FF;
	background:#DCFCFF;
	padding-left: 12px;
	background-image : url(images/icon_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.thirdmenu a:active {
	text-decoration:none;
	color:#FF9900;
	padding-left: 12px;
	background-image : url(images/icon_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* パンくずメニュー */

.pankuzu {
	font-size: 10pt;
}
.pankuzu a:link {
	text-decoration: none;
	color:#054D89;
}
.pankuzu a:visited {
	text-decoration: none;
	color:#054D89;
}
.pankuzu a:hover {
	text-decoration: underline;
	color:#0066FF;
}
.pankuzu a:active {
	text-decoration: none;
	color:#FF9900;
}

/* 右メニュー */
ul{
	list-style:none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
}
li a{
	text-decoration: none;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 130px;
	color: #054D89;
	background: #DCFCFF;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #B1CFD6;
}
li a:hover{
	color: #054D89;
	background: #ABE3F1;
}
