@charset "utf-8";
/* CSS Document */

*{
        margin:0;
        padding:0;
        }

a:focus, object {
        outline: none;
        }

body {
        background-color:#FFFFFF;
        background-repeat:no-repeat;
        background-position: top center;
        }

#outer_space{
        position:relative;
        width:800px;
        height:80px;
        margin: 0 auto;
        margin-top:200px;
        }

#info {
        position:absolute;
/*        width:150px;
        height:20px;*/
        top:10px;
        left:670px;
        padding: 3px 6px;
        background-color:#FFFFFF;
        border:solid 1px #3d8ca6;
        font-family:Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#666666;
        font-weight:bold;
        text-align:center;
        }