@charset "UTF-8";
/* ======== reset.css ======== */

*{
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
	line-height:1.0;
	}

h1, h2, h3, h4, h5, h6, p, span, ul, ol, li, dl, dt, dd, table, th, td, input, legend, div {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* ======== body wrapper ======== */


body {
background-color: #fff;
background-image:url(../images/base_mini.jpg);
background-position: 0 0;
background-repeat:no-repeat;
color:#333;
line-height:1.7;
	font-family:
		Century Gothic, 
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
}
