@charset "utf-8";

/* CSS Document */

/* -----------------------------------------------------------
CSS Information

 File name:      common.css
 Style Info:     各CSSファイル読み込み用
----------------------------------------------------------- */

@import url("layout_space.css");
@import url("base.css");


img { 
   image-rendering: optimizeQuality;         /* Fx, (Gecko 1.9.2) */
   -ms-interpolation-mode: bicubic;  /* IE 7+ */
}
