@charset "Shift_JIS";

/*---------- 共通 ----------*/
html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, ul, li, dl, dt, dd, ol,
table, tr, th, td, a, img, form,
header, footer, section {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	*font-size:small;
	*font:x-small;
	background:url(img/haikei.jpg) top left;
	line-height:1.6;
}

table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
}

img {
	vertical-align:bottom;
}

ul {
	list-style:none;
}