@charset "utf-8";

/*==============================================================================
  File Name: print/import.css
  Media Type: Print
  Title: Import Style Sheet
  Author: Phize
  Author URI: http://phize.net/
  Last Update: 2007-04-22T15:17:59+09:00

  Order Of Cascading:
    1.import.css
    2.base.css
    3.common.css
    4.content.css
    5.print/import.css

  Table Of Contents:
    Import

  Order Of Properties:
    Based on CSS 2.1 Specification(http://www.w3.org/TR/CSS21/)
==============================================================================*/



/*======================================
  Import
=======================================*/

@import'common.css';  /* Excluding Win IE 5, Mac IE [001] */



/*==============================================================================
  Notes:
    [001] @import Single Quotes w/o Whitespace
            http://www.communis.co.uk/dithered/css_filters/css_only/import_single_quotes_no_space.html

  Reference Books:
    1.Web標準の教科書 益子貴寛 秀和システム ISBN4-7980-1092-8
    2.セオリー・オブ・スタイルシート 神崎正英/関拓也 技術評論社 ISBN4-7741-2783-3
    3.実践Web Standards Design 市瀬裕哉/福島英児/望月真琴 九天社 ISBN978-4-86167-164-7
==============================================================================*/

