@charset "utf-8";
/* CSS Document */

h1 {
  border-top: 2px solid #2274A5;
  border-bottom: 2px solid #2274A5;
}
h2 span {
    background: #2274A5;
}
h2::before {
  padding-top: 70px;
}
h3 span {
	    border-left: solid 5px #2274A5;/*左線（実線 太さ 色）*/
}  

h4 {
  border-bottom: 3px solid #2274A5;
}
h5 {
    border-bottom: 2px solid #2274A5;
}
.tree-menu label, .tree-menu a {
    color: #2274A5;
}
.tree-menu label:after {
    left: 32px;
    background-image: url(image/folder_plus.png);
    background-repeat: no-repeat;
}
nav.mainnav li li a:hover {
    color: #2274A5;
}
main a{
	color: #2274A5;
}
.tree-menu label, .tree-menu a {
    color: #2274A5;
}
.current{
    background: #2274A5;
}
.page_top{
	background:#2274A5;
}
