@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Marcellus');

.fontStyle{
	font-family: "Marcellus", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	
}


@font-face {
	font-family: Mincho;
	src: url('font/Mincho.otf') format("opentype");
}

@font-face {
    font-family: "texgyreadventor";
    src: url("font/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), 
    url("font/texgyreadventor-regular-webfont.woff") format("woff"), 
    url("font/texgyreadventor-regular-webfont.ttf") format("truetype");
}

@font-face {
    font-family: "didotltstd";
    src: url("font/didotltstd-italic-webfont.eot?#iefix") format("embedded-opentype"), 
    url("font/didotltstd-italic-webfont.woff") format("woff"), 
    url("font/didotltstd-italic-webfont.ttf") format("truetype");
}

@font-face {
    font-family: "sylfaen";
    src: url("font/sylfaen.eot?#iefix") format("embedded-opentype"), 
    url("font/sylfaen.woff") format("woff"), 
    url("font/sylfaen.ttf") format("truetype");
}

@font-face {
    font-family: "century_gothic";
    src: url("font/century_gothic.eot?#iefix") format("embedded-opentype"), 
    url("font/century_gothic.woff") format("woff"), 
    url("font/century_gothic.ttf") format("truetype");
}

@font-face {
    font-family: "constantia";
    src: url("font/constantia.eot?#iefix") format("embedded-opentype"), 
    url("font/constantia.woff") format("woff"), 
    url("font/constantia.ttf") format("truetype");
}

.f_Mincho{
	font-family: "Mincho";
}

.f_did{
	font-family: "didotltstd";
}

.f_tg{
	font-family: "texgyreadventor";
}

.f_sf{
	font-family: "sylfaen";
}

.f_cg{
	font-family: "century_gothic";
}

.f_cons{
	font-family: "constantia";
}
