                body {
                background: url(img/hg.gif) repeat;
                color: #003;
                font: 11px/180% Verdana, sans-serif;
                margin: 2%;
                }

                #box {
                        width: 780px;

                        margin: 0px;
                        margin-left: auto;
                        margin-right: auto;
                        padding: 0px;
                }

                #head {
                        border: 10px solid #ccc;
                        height: 125px;
                        padding: 0px;
                        background: url(img/img.jpg) no-repeat;
                }

                #content {
                        border-left: 10px solid #ccc;
                        border-right: 10px solid #ccc;
                        border-bottom: 10px solid #ccc;
                        padding: 0px;
                        background-color: #fff;
                }

                #foot {
                        clear: both;
                        padding: 0px;
                        margin-top: 20px;
                        text-align: center;
                        }

                #textbox {
                padding: 10px;
                }



                table input {
                font: 11px/180% Verdana, sans-serif;
                color: #003;
                width: 200px;
                border-top: 1px solid #003;
                border-right: 3px solid #003;
                border-bottom: 3px solid #003;
                border-left: 1px solid #003;
                padding: 3px;
                }

                h1 {
                font: bold 14px/180% Verdana, sans-serif;
                }

                a:link {
                text-decoration: underline;
                color: #003;
                }

                a:visited {
                text-decoration: underline;
                color: #003;
                }

                a:active {
                text-decoration: underline;
                color: #003;
                }

                a:hover {
                text-decoration: underline;
                color: #9cf;
                }

                .subline {
                font: italic 10px/180% Verdana, sans-serif;
                }