﻿@charset "UTF-8";

/* reset styles */

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	color: #444444;
	font-family:
"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
	font-size: 12px;
	list-style-type: none;
}

fieldset, img {
	border: 0;
}

/* Win IE 7 only */

*:first-child+html * {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* Win IE 6 or sooner only */

* html * {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

