﻿@charset "utf-8";

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

@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");
}


.f_Mincho{
	font-family: "Mincho";
}
.f_MinchoB{
	font-family: "Mincho";
	font-weight:bold;
}

.f_CG{
	font-family: "century_gothic";
}
.f_CGB{
	font-family: "century_gothic";
	font-weight:bold;
}

