@charset "utf-8";
/* 
  2010-03-08
  Author: Park Jeong Shik - http://codeJS.co.kr
*/

body { margin: 0; padding: 0; background: #F2F2F2; line-height: 1; width: 100%; font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; }
h1 { font-size: 32px; }
h2 { font-size: 20px; font-weight: normal; }
h3 { font-size: 16px; font-weight: normal; }
img { cursor: -moz-grab !important; cursor: w-resize; }
address a { color: #000; text-decoration: none; font-size: 2em; }
address a:hover { text-decoration: underline; }
#wrap { position: relative; margin: 40px auto; padding: 30px 10px 40px; width: 1120px; background: #fff; box-shadow: 0 0 4px #666; text-align: center; }
#click-explain { position: absolute; left: 120px; top: 260px; font-weight: bold; color: #888; }
.grabbing { cursor: -moz-grabbing; }
.hidden { display: none; }

/* shared */
#back { display: inline-block; color: #000; margin: 10px 0 0 20px; text-decoration: none; font-size: 2em; }
#back:hover { text-decoration: underline; }
