@charset "UTF-8";


p,th,td {
 color: #666565;
 font-size: 12px;
 line-height: 1.6em;
}

a { color: #000;}
a:hover { text-decoration: underline;}

/* === layout === */
#wrapper {
 width: 900px;
 padding: 80px 0 0;
 margin: 0 auto;
}

#header {
 height: 40px;
}
    #header ul {
     position: absolute;
     left: 280px;
     top: 25px;
    }
    #header li {
     float: left;
     padding-right: 60px;
    }
    #fb {
     position: absolute;
     right: 0;
     bottom: 0;
    }

#contents p { padding-left: 2px;}

#footer { padding: 120px 0 20px;}