body
{
	font-family: 'MS PGothic', 'MS Gothic', Osaka, sans-serif;
}

h1, h2, h3, h4
{
	font-family: Osaka, 'MS PGothic', 'MS Gothic', sans-serif;
}

blockquote
{
	font-family: 'MS PMincho', 'MS Mincho', sans-serif;
}

#menu
{
	font-family: Osaka, 'MS PGothic', 'MS Gothic', sans-serif;
}

.language
{
	font-family: Arial, sans-serif;
}

/**
 |
 | Safari hack due to wonky font rendering (><;)
 |
 */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	h1, h2, h3, h4
	{
		font-family: 'MS PGothic', 'MS Gothic', sans-serif;
	}
	
	#menu
	{
		font-family: 'MS PGothic', 'MS Gothic', sans-serif;
	}
}
