@charset "shift_jis";

/*
* Style Name: Common Stylesheet
* Style URL: http://www.j-wave.co.jp/original/tokyoremix/css/common.css
* Description: Common Stylesheet.
* Version: 1.0
* Last Up Date: 2007-04-05T17:00:00+09:00
* Author: Ryo EBINA
* Inspired by Taichi Kaminogoya (http://www.2xup.org/)
* The CSS and design is released under GPL: http://www.gnu.org/licenses/gpl.html
* Markup Reference: http://2xup.org/common/css/style-guide.pdf *
*/

@import url("./base.css");
@import url("./fonts.css");
@import url("./layout_fix.css");
@import url("./menu.css");

html body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

html img {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Common Class */
.clr {
  clear: both;
  width: 1px;
  height: 1px;
  margin: 0 0 -1px -1px;
  padding: 0;
  display: block;
}

.hidden {
  display: none;
}

html body div {
  margin: 0;
  padding: 0;
  border: solid #000 0px;
  overflow: hidden;
}

.text-right {
  text-align: right;
}
