﻿@charset "UTF-8";

/* リセットスタイル */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	}

*:first-child+html * {
	font-family: Meiryo, "メイリオ", sans-serif;
	}

* html * {
	font-family: Meiryo, "メイリオ", sans-serif;
	}

/* Win IE 6の調整 */

* html th,
* html td,
* html form,
* html fieldset,
* html legend {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:
		Meiryo,
		"メイリオ",
		Verdana,
		Arial,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	line-height: 1.5em;
	}

img {
	border: 0;
	vertical-align: top;
	}
a {
	text-decoration: none;
}
li{
	list-style:none;
	}
