@charset "utf-8";

@import "reset.css";
@import "base.css";
@import "style.css";

@import "style_zh.css";

/* フォント */
@font-face {
    font-family: 'DFKingGothic';
    src: url(../font/NotoSansTC-Regular.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'DFKingGothic';
    src: url(../font/NotoSansTC-Bold.ttf) format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Zen Old Mincho';
    src: url(../font/NotoSerifTC-Regular.otf) format('opentype');
	font-weight: normal;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(../font/NotoSerifTC-Bold.otf) format('opentype');
	font-weight: bold;
}
@font-face {
    font-family: 'Zen Antique';
    src: url(../font/NotoSerifTC-Regular.otf) format('opentype');
	font-weight: normal;
}

#top_contents .canvas.title_img > h1.img_txt {
	background-image: url(../img/title_tc.png);
}
