@charset "utf-8";
/*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*
                                              
 ___, __, __,  _,   ___ __, _, _ __, _,   _, ___ __,
 ` /  |_  |_) / \    |  |_  |\/| |_) |   /_\  |  |_ 
  /   |   | \ \ /    |  |   |  | |   | , | |  |  |  
 ~~~  ~~~ ~ ~  ~     ~  ~~~ ~  ~ ~   ~~~ ~ ~  ~  ~~~   

 (c) ZERO All Rights Reserved.
 
 @since         2010/01/01
 @last-modified 
 @base-template 
 @creator       

*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*/

/* Font-size Adjustment

10px = 77%     11px = 85%	  12px = 93%     13px = 100%
14px = 108%	   15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%

※font-sizeにはこの値を使用してください
------------------------------------------------------*/

/*- initialize -*/
@import url("reset.css");

/*- base styling -*/
@import url("style.css");

/*- common rayout module styling -*/
@import url("rayout.css");

/*- content pages styling -*/
@import url("contents.css");

/*- print styling -*/
@import url("print.css") print;
