        body {
            background: #000066;
            line-height: 20px;
    	    font-family: Century,"ＭＳ Ｐゴシック",sans-serif;
        }

        header, nav, section {
            border: 0px solid #999999;
            border-radius: 6px;
            padding: 0px 0px 0px 0px;
            background: #eeeeee;
        }

        #site {
            margin: 0px auto;
            width: 850px;
            display: flex;
        }

        header {
            background: #191919;
            color: #00FFFF;
            margin: 0px 0px 0px 0px;
            height: 60px;
            width: 850px;
            text-align: center;
            line-height: 10px;
            position: fixed;
            top: 0;
            z-index: 2;
        }

        h2 {
            text-align: center;
            color: whitesmoke;
        }
        nav {
            background: #191919;
            margin: 0px 0px 0px 0px;
            float: left;
            width: 425px;
            position: relative;
            top: 52px;
        }

        section {
            background: #191919;
            margin: 0px 0px 0px 0px;
            line-height: 30px;
            float: right;
            width: 425px;
            color: #00FFFF;
            position: relative;
            top: 52px;
        }

        #composer {
            text-align: right;
        }
        #song {
            margin: 0px 10px 0px 10px;
        }
        .td0 {
            background: #BB8800;
        }
        .td1 {
            width: 25px;
            text-align: right;
            color: #00ffff;
        }
        .td2 {
            width: 220px;
            text-align: left;
            color: greenyellow;
        }
        .td3 {
            width: 175px;
            text-align: left;
            font-size: x-small;
            color: #00ffff;
            line-height: 10px;
        }
        a {
            color: greenyellow;
        }
        a:visited {
            color: greenyellow;
        }
        a:active {
            color: #00AAFF;
        }
        a:hover {
	    color: #FFAA55;
        }
