@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'fontello';
	src: url("fonts/fontello.eot");
	src: url("fonts/fontello-.eot#iefix") format('embedded-opentype'), url("fonts/fontello.woff") format('woff'), url("fonts/fontello.ttf") format('truetype'), url("fonts/fontello.svg.html#fontello") format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'KievitWeb';
	src: url('fonts/KievitWeb.eot');
	src: url('fonts/KievitWeb-.eot#iefix') format('embedded-opentype'), url('fonts/KievitWeb.woff') format('woff'), url('fonts/kievitcomp-bold-webfont.svg.html#KievitComp-BoldRegular') format('svg');
	font-weight: normal;
}
@font-face {
	font-family: 'KievitWeb';
	src: url('fonts/KievitWeb-Bold.eot');
	src: url('fonts/KievitWeb-Bold-.eot#iefix') format('embedded-opentype'), url('fonts/KievitWeb-Bold.woff') format('woff'), url('fonts/kievitcomp-bold-webfont.svg.html#KievitComp-BoldRegular') format('svg');
	font-weight: bold;
}
/*-----------------------------
TYPOGRAPHY
------------------------------*/
a {
	color: #5280dd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2,
 h3,
 h4,
 h5,
 h6,
 p#lead {
	/*font-family: "KievitWeb", "Arial";*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
