@charset "utf-8";

/* ------------------------------------- *
  - Summary -

  - Title         : SHIBUYA BOXX - Default Style Template -
  - Theme URI     : http://www.
  - Updated       : June 26, 2006

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


* {
 margin: 0px;
 padding: 10px;
 background: transparent;
 color: #333333;
 font: normal 100% Arial, Helvetica, sans-serif;
 line-height: 150%;
 letter-spacing: 1px;
 text-align: left;
}

body {
 background: transparent;
 color: #333333;
 font: normal 92% Arial, Helvetica, sans-serif;
 line-height: 150%;
}
a:link {
 color: #0099ff;
}
h1 {
 padding: 10px;
}
dt {
 font-weight: bold;
}
ul {
 padding: 30px;
}