@charset "UTF-8";

@import "import/reset.css";
@import "import/base.css";

@import "import/login.css";
@import "import/content.css";
@import "import/topic.css";
@import "import/form.css";
@import "import/caution.css";

/*-OLD Site CSS-*/

@import "import/life.css";
@import "import/column.css";



/*//////////////////////////////////////////////////

---------------------------------------------

Suggested coding format

selector {
    property: value;
}

---------------------------------------------

Suggested order of property

    content
    display
    list-style
    position
    float
    clear

    width
    height
    margin
    padding
    border
    background

    color
    font
    line-height
    text-decoration
    text-align
    vertical-align
    white-space

    other text

* properties of margin, padding, border are written in a clockwise direction
  like... xxx-top, xxx-right, xxx-bottom, xxx-left

---------------------------------------------

Font-size adjustment

  http://developer.yahoo.com/yui/fonts/#fontsize

   77%   = 10px
   85%   = 11px
   93%   = 12px
  100%   = 13px
  108%   = 14px
  116%   = 15px
  123.1% = 16px
  131%   = 17px
  138.5% = 18px
  146.5% = 19px
  153.9% = 20px
  161.6% = 21px
  167%   = 22px
  174%   = 23px
  182%   = 24px
  189%   = 25px
  197%   = 26px

---------------------------------------------

Colours

//////////////////////////////////////////////////*/
