/*-----------------------------------------------------------------------------*/
/*	基本 CSS											 		*/
/*-----------------------------------------------------------------------------*/
@charset "utf-8";

/* ●WEB FONT -------------------------*/

/* ◇ English WEB Fonts ---------------------------*/

	@font-face {
	    font-family: 'Trajan';
	    src: url('../fonts/TrajanPro-Regular.eot');
	    src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
	        url('../fonts/TrajanPro-Regular.woff') format('woff'),
	        url('../fonts/TrajanPro-Regular.ttf') format('truetype');
	}
	@font-face {
	    font-family: 'Athelas-Regular';
	    src: url('../fonts/Athelas-Regular.eot');
	    src: url('../fonts/Athelas-Regular.eot?#iefix') format('embedded-opentype'),
	        url('../fonts/Athelas-Regular.woff') format('woff'),
	        url('../fonts/Athelas-Regular.ttf') format('truetype');
	}
	@font-face {
	    font-family: 'Forum-Regular';
	    src: url('../fonts/Forum-Regular.eot');
	    src: url('../fonts/Forum-Regular.eot?#iefix') format('embedded-opentype'),
	        url('../fonts/Forum-Regular.woff') format('woff'),
	        url('../fonts/Forum-Regular.ttf') format('truetype'),
		 url('../fonts/Forum-Regular.otf') format('opentype');
	}
	@font-face {
	    font-family: 'Antro_Vectra';
	    src: url('../fonts/Antro_Vectra.eot');
	    src: url('../fonts/Antro_Vectra.eot?#iefix') format('embedded-opentype'),
	        url('../fonts/Antro_Vectra.woff') format('woff'),
	        url('../fonts/Antro_Vectra.ttf') format('truetype');
	}
