﻿@charset "UTF-8";

/* --------------------------------------------
CSS Information

File name: reset.css
Summary: reset style
Created: 2008-02-29
Last update: 2008-02-29
-------------------------------------------- */


/* フォント行送り・ファミリー・ウェイト 「line-height」の記述なし*/

*{
	font-weight: normal;
	font-family:"HiraKakuPro-W3","ヒラギノ角ゴ Pro W3",'メイリオ',sans-serif;
	_font-family: 'ＭＳ ゴシック';
}

