#TopWrap {
    background-color: #0083d0;
}
a {
    color: #2773a0;
}

a:link {
    color: #2773a0;
}

a:visited {
    color: #2773a0;
}

a:hover {
    color: #92d5eb;
}

a:active {
    color: #92d5eb;
}

.widget-local-navi li.first a {
    background: #c3e1f3;
}
.widget h2 {
    background: #0083d0;
}
.widget-blog-calendar td center {
    background: #c3e1f3;
}
#GlobalNavigation ul.dropdown-list a:hover {
    color: #92d5eb;
    text-shadow: 0.5px 0px 0px #92d5eb;
}
#GlobalNavigation li a:hover {
    background: #92d5eb;
}
div.sub-nav-wrap {
    background-color: rgba(0,136, 216, 0.75);
}
#Header .widget-area a:hover {
    text-shadow: 0.5px 0px 0px ##92d5eb;
    color: #92d5eb;
}
#Header .widget-area ul li:before {
    color: #2773a0;
}
/* 見出し */
#Page h1:after {
    background-image: -webkit-repeating-linear-gradient(45deg, #95d8ec, #95d8ec 3px, #c3e1f3 3px, #c3e1f3 6px);
    background-image: repeating-linear-gradient(45deg, #95d8ec, #95d8ec 3px, #c3e1f3 3px, #c3e1f3 6px);
}
#Page h2:after {
    border-bottom: solid 3px #33acf2;
}
#Page h3:before {
    border: 5px solid #ffbf6f;
}
#Page h4:after {
    background-color: #ffdb57;
}
#Page h5 {
    background-color: #9df3e3;
}

/* table */
.subpage th {
    background: #c3e1f3;
}
#Page ul.index-layout li {
    background-color: #ffbf6f;
    border-bottom: solid 6px #ffbf6f;
}

/* 検索ボタン */
#Header .widget .submit_button {
    background: #0083d0;
}

#Footer {
    background: #0083d0;
}

/* TOP */
.search_menu > ul li a:hover {
    background-color: #95d8ec;
}
.search_menu > ul li {
    border: 3px solid #33acf2;
}