﻿@charset "UTF-8";

*
{
    font-family:
		'Arial',
		'Century Gothic',
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		'Osaka',
		'VL Pゴシック',
		'メイリオ',
		'Meiryo',
		'ヒラギノ丸ゴ Pro W4',
		'Hiragino Maru Gothic Pro',
		'ＭＳ Ｐゴシック',
		sans-serif;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    font-family:
		'Arial',
		'Century Gothic',
		'ヒラギノ角ゴ Pro W6',
		'Osaka',
		'Hiragino Kaku Gothic Pro',
		'VL Pゴシック',
		'メイリオ',
		'Meiryo',
		'ヒラギノ丸ゴ Pro W4',
		'Hiragino Maru Gothic Pro',
		'ＭＳ Ｐゴシック',
		sans-serif;
}

pre, textarea, pre *
{
	font-family:'Consolas', 'Lucida Console', 'MS ゴシック', monospace;
}
