/* ---------- 本体背景色 ---------- */
/* -- リンク色 -- */
a {
    color: #66ccff !important;
}
/* -- 本文 -- */
p {
    background-color: #303030 !important;
    color: #ffffff !important;
}
.main {
    background-color: #303030 !important;
    color: #ffffff !important;
}
td {
    background-color: #303030 !important;
    color: #ffffff !important;
}
div {
    color: white !important;
    background-color: #303030 !important;
}
/* -- 左サイドメニュー -- */
.menu__wrap {
    color: white !important;
    background-color: #303030 !important;
}
strong {
    color: white !important;
    background-color: #454545 !important;
}
.menu {
    color: white !important;
    background-color: #303030 !important;
}
.menu a{
}
/* -- シェア・コメント欄 -- */
.share__heading {
    color: white !important;
    background-color: #454545 !important;
}
.bbs__normal>li {
    background-color: #303030 !important;
}

 /* --------- メニューのちょい下の細いやつ --------*/
.breadcrumb {
    color:#ffffff;
    background-color:#303030;
    width: 1000px;
    margin: 12px auto 0;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 /* --------- footer --------*/
.global__copyright {
    background-color: #f5f5f5 !important;
}
 /* ---------- ボタン文字・背景色 ---------- */
.link_button {
 text-align: left;
 }
 .link_button > a {
 background-color: #778899;
 color: white;
 text-align: left;
 padding: 8px;
 font-size: 12px;
 display: inline-block;
 border-radius: 5px;
 }
 /* ----------------------------------------------- */
 /* ---------- ボタンオーバー文字・背景色 ---------- */
 .link_button > a:hover {
 background-color:#91D8FF;
 color: white;
 }
 /* ----------------------------------------------- */
/*見出し１*/
h2 {
font-size: 130% !important;
background: #333333 !important;
color: white;
margin:0px 0px 10px 0px;
padding:7px !important;
/*text-shadow: 0.1em 0.1em #999;*/
}
h3 {
font-size: 130% !important;
background: #333333 !important;
color: white !important;
margin:0px 0px 10px 0px;
padding:7px !important;
/*text-shadow: 0.1em 0.1em #999;*/
}
h4 {
font-size: 130% !important;
background: #333333 !important;
color: white !important;
margin:0px 0px 10px 0px;
padding:7px !important;
/*text-shadow: 0.1em 0.1em #999;*/
}