@charset "utf-8";


/* -- webfont -------------------------------------------------------------------------------- */

@font-face  {
	font-family: 'contents-maker';
		src: url( '../font/contents-maker.eot' ) format( 'embedded-opentype' ),
		     url( '../font/contents-maker.ttf' ) format( 'truetype' ),
		     url( '../font/contents-maker.woff' ) format( 'woff' ),
		     url( '../font/contents-maker.svg' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}




/* -- body -------------------------------------------------------------------------------- */

body {
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 100%;
	overflow-y: scroll;
}

a:link,
a:visited {
	color: #0000ff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0000ff;
	text-decoration: none;
}




