@charset "utf-8";

/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset
{
	margin: 0px;
	padding: 0px;
}

/* font family for Safari */

body {
	font-size: 15px;
	font-family: "Lucida Grande", 'メイリオ', Meiryo, sans-serif;
	letter-spacing: 1px;
}

/* for WinIE6*/

* html body {
	font-size: 15px;
	font-family: Verdana, 'メイリオ', Meiryo, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body {
	font-size: 15px;
	font-family: 'メイリオ', Meiryo, "MS P ゴシック", sans-serif;
}
