@charset "utf-8";

/* ****************************************************
font.css
***************************************************** */
body {

font-family:
   'Arvo',BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 100%;
	line-height: 165%;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.00em;
}

@font-face {
font-family: YuGothicM;
src: local("Yu Gothic Medium");
}

.enFont {
font-family:
   'Arvo' !important;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
}
#footer a:active {
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Header
=========================================*/
