/********************
2005/9/5
takahasi akifumi
aright reserved
*********************/
/* @charset "UTF-8"; */
/****************************
    import files
*****************************/
@import url("./prefix.css");
/* @import url("./page_navi.css");
@import url("./ads.css"); */
/* デバイスごとのCSS設定 */
@import url("./mobile.css") screen and ( max-width:1000px);
@import url("./pad.css") screen and (min-width:1001px) and ( max-width:1200px);
@import url("./normal.css") screen and (min-width:1201px) and ( max-width:1500px);
@import url("./normal1.css") screen and (min-width:1501px) and ( max-width:1900px);
@import url("./normal2.css") screen and (min-width:1901px);

/* プリントアウト用の設定 */
@import url("./printout.css") print
/****************************
    defined
*****************************/
