@charset "utf-8";

/*
CSS読込み設定
*/

@import "base.css";
@import "contents.css";
@import "space.css";

@media print {
.def_bg{background:none;}
.photography_bg{background:none;}
.cinema_bg{background:none;}
.finearts_bg{background:none;}
.music_bg{background:none;}
.literature_bg{background:none;}
.theatre_bg{background:none;}
.broadcast_bg{background:none;}
.design_bg{background:none;}
#menubox{display:none;}
#header{display:none;}
#contentsheader{display:none;}
#breadcrumb{float:none;}
#contentstitle{float:none;}
#contents{float:none;}
#footer{display:none;}
.def_90th_bg{background:none;}
}
