@charset "utf-8";
/*////////////////////////////////////////
//	Font Face Setting
////////////////////////////////////////*/
@font-face{
	font-family: GJ-Gothic;
	font-style: normal;

	src: url(./font/GenJyuuGothic-P-Bold-WSF.eot);

	src:
		url(./font/GenJyuuGothic-P-Bold-WSF.eot?#iefix) format("embedded-opentype"),
		url(./font/GenJyuuGothic-P-Bold-WSF.woff) format("woff"),
		url(./font/GenJyuuGothic-P-Bold-WSF.ttf) format("truetype");
}
