        body {
	    background-color: #000;
         }
         
         a:link, a:visited, a:active {color: #1CD8F5; text-decoration: none;}
         a:hover      { color: #7AFF00; }

        .box {
            width: 535px;
            border: 1px solid #464646;
            background-color: #000;
            margin: 20px auto;
            top: 10%;
        }

        header, footer {
            background-color: #000;
            color: #C6C6C6;
            padding: 5px;
            text-align: center;
            font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ＭＳ ゴシック' , 'MS Gothic', 'Noto Sans CJK JP', TakaoPGothic, sans-serif;
            font-smooth: never;
            font-size: 11px;
        }

        section {
            position: relative;
            background-color: #000;
            color: #C6C6C6;
            border-left: 10px solid #494949;
            margin: 1.5em 10px;
            padding: 0.5em 10px;
            font-style: oblique;
            font-family: 'Verdana', sans-serif;
            font-size: 11px;
        }

        article {
            padding: 10px;
            background-color: #000;
            color: #C6C6C6;
            font-family: 'Verdana', sans-serif;
            font-size: 11px;
        }

        .dot {
            border-top: 1px dotted #494949;
        }
        
.hero {
	width: 895px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -2;
}

.junk {
    position: absolute;
	top: 5px;
	left: 5px;
    z-index: -1;
}

.bottom {
    color: #E0E0E0;
    font-size: 10px;
    position: absolute;
    bottom:205px;
    left: 503px;
}

.decorated-img {
    filter: drop-shadow(2px 2px 3px black);
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.header { font-family: Verdana; font-size: 12px; color: #C2C2C2; background-color: 
none; border: #C2C2C2; border-style: solid; font-weight:bold; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 2px; border-left-width: 0px}