@charset "utf-8";

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin:0;
	padding:0;
	border:none;
}

html {
	text-align:center;
}

body {
	text-align:center;
	line-height:0;
	font-size:14px;
	color:#333333;
	margin:0;
	padding:0;
	font-family:/*"HG丸ｺﾞｼｯｸM-PRO",*/"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../images/site_back.jpg) top center;
}

	a {
		color:#ea5514;
		text-decoration:none;
	}

	a:hover {
		color:#ea5514;
		text-decoration:underline;
	}

