
/* =Import
----------------------------------------------- */
@import url("reset.css");

/* =Layout
----------------------------------------------- */
html,body { width:100%; height:100%; font:10px/1 Arial,Helvetica,sans-serif;
  color:#333; background:#fff; }
#site { position:absolute; padding:20px; background:transparent;  }


/* =Menu
----------------------------------------------- */
#menu { margin-top:6px; width:200px; }
#menu li a { text-decoration:none; color:#555; font-size:1.3em; font-weight:bold;
  line-height:2.2em; letter-spacing:0px;
  border-bottom:1px solid #999; display:block; }
#menu li a:hover { color:#333; }
#menu .submenu li a { margin-left:30px; }
#menu .submenu .submenu li a { margin-left:60px; }
#divider { margin-top:20px; width:20px; border-bottom:1px solid #999; }
#credit { padding:10px 0; font-size:1em; color:#999; }


/* =Content
----------------------------------------------- */
#title { margin-bottom:20px; font-weight:bold; }
#content { margin-top:20px; font-size:1.4em; line-height:1.4em; }
b { font-weight:bold; }
a { color:#000; cursor:auto; }
img { padding:0 1px 1px 0; cursor:pointer; }
p { padding:6px 0 28px 0; font-size:0.9em; cursor:pointer; }


/*
----------------------------------------------- */
