@charset "utf-8";
/* CSS Document */

/*
    RESET
*/
* { margin: 0; padding: 0; }
body { font: 14px/1.1 Helvetica, Sans-Serif; background: url(images/bg.jpg)top center no-repeat; }
.clear { clear: both; }
img, a img { border: none; }
input { outline: none; }

/*
    STRUCTURE
*/
#page-wrap { width: 960px; margin: 6px auto 50px; position: relative; }
hr { height: 1px; background: #ccc; clear: both; margin: 20px 0; border: none; display: block; }
#upper {background: #ffffff url(images/logo-area.png) no-repeat; top: 120px; }

