<style type="text/css">


body {
background-image: url(https://2984.nyanta.jp/kabe.png);
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}

img {
border: none
pointer-events: none;
max-width: 80%;
}

img {
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}


hr {
  background: #efffef;
}

body_wrap {
    background-image: url(https://2984.nyanta.jp/kabe.png);
}

container {
    background-color: #00a3a7;
}

mainguide {
    color: #ffffff;
}

contents {
    background-color: #ffffff;
}

mainarea {
    background-color: #00a3a7;
}

onelogbody {
    background-color: #ffffff;
}

comment {
    background-color: #efefef;
}

h1 span:before, h1 span:after {
  background: #b33e5c;
}


</style>