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

        header, nav, section, footer {
            border: 0px solid #999999;
            padding: 0px 0px 0px 0px;
        }

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

        header {
            background: #00FFAA;
            border-radius: 6px 6px 0px 0px;
            color: #191970;
            margin: 0px 0px 0px 0px;
            height: 60px;
            width: 1000px;
            text-align: center;
            line-height: 10px;
            position: fixed;
            top: 0;
            z-index: 2;
        }

        h2 {
            text-align: center;
        }
        h3 {
            text-align: center;
        }
        nav {
            background: #00FFAA;
            margin: 0px 0px 0px 0px;
            float: left;
            width: 440px;
            position: relative;
            top: 52px;
        }

        section {
            background: #00FFFF;
            margin: 0px 0px 0px 0px;
            line-height: 26px;
            float: right;
            width: 560px;
            color: #800000;
            position: relative;
            top: 52px;
        }
        #composer {
            text-align: right;
        }
        #song {
            margin: 0px 10px 0px 10px;
        }
        #table-1 {
            background: #00FFFF;
        }
        #table-2 {
            background: #00FFAA;
        }
        .td0 {
            background: #BB8800;
        }
        .td1 {
            width: 25px;
            text-align: right;
            color: #191970;
        }
        .td2 {
            width: 225px;
            text-align: left;
            color: #191970;
        }
        .td3 {
            width: 180px;
            text-align: left;
            font-size: x-small;
            color: #000080;
            line-height: 10px;
        }
        a {
				    color: #191970;
        }
        a:visited {
				    color: #191970;
        }
        a:active {
				    color: #191970;
        }
        a:hover {
				    color: #FFAA55;
        }
