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

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

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

        header {
            background: #FFCC99;
            border-radius: 6px 6px 0px 0px;
            color: green;
            margin: 0px 0px 0px 0px;
            height: 60px;
            width: 1020px;
            text-align: center;
            position: fixed;
            top: 0;
            z-index: 2;
        }

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

        section {
            background: #FFCC99;
            margin: 0px 0px 0px 0px;
            float: right;
            width: 575px;
            color: #800000;
            position: relative;
            top: 52px;
        }

        #composer {
            text-align: right;
        }
        #song {
            margin: 0px 5px 0px 5px;
            color: blue;
            background: #FFCC99;
            line-height: 20px;
            width: 570px;
            position: relative;
        }
        #table1 {
            background: #FFCC99;
            line-height: 20px;
        }
        #table2 {
            background: #00FFAA;
            line-height: 20px;
        }
        .td0 {
            color: #00FFAA;
            background: #008000;
        }
        .td1 {
            width: 25px;
            text-align: right;
            color: #191970;
        }
        .td2 {
            width: 245px;
            text-align: left;
            color: #191970;
        }
        .td3 {
            vertical-align: bottom;
            width: 175px;
            text-align: left;
            font-size: x-small;
            color: #000080;
            line-height: 11px;
        }
        a {
				    color: #191970;
        }
        a:visited {
				    color: #191970;
        }
        a:active {
				    color: #191970;
        }
        a:hover {
				    color: blue;
        }
