/**
 * テーマ設定用CSS
 * 呼出箇所：全てのページ
 */

#Header,
#Footer {
background:#1f82ff;
}
#GlobalMenu {
background:#fe6771;
}
#SideBox  a:link,
#SideBox  a:visited,
.contents-body a:link,
.contents-body a:visited {
color:#1f82ff;
}
#SideBox  a:hover,
#SideBox  a:active,
.contents-body a:hover,
.contents-body a:active {
color:#fe6771;
}

#page-top a {
    background: #1f82ff;
}

#page-top a:hover {
    background: #1f82ff;
}

.dl-menuwrapper button {
background: #1f82ff;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
background: #1f82ff;
}

.contents-body h2 {
color: #1f82ff;
}

#ContentsBody .news h2 {
background: #1f82ff;
}

#ContentsBody .news a:link,
#ContentsBody .news a:visited
#ContentsBody .post a:link,
#ContentsBody .post a:visited
 {
text-decoration: none;
color:#1f82ff;
}

