@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,li,address {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:90%;
	line-height:1.4;
}
	*+html body {
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		font-size:small;
		line-height:1.4;
	}
	*html body {
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		font-size:x-small;
		line-height:1.4;
	}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	line-height:1.5;
}

table {
	border-spacing:0;
	border-collapse:collapse;
	font-size:100%;
	line-height:1.4;
}
th,td {padding:0;}

em,address,strong {
	font-style:normal;
	font-weight:normal;
}

abbr {border:0;}

a {
	color:#00a651;
	text-decoration:none;
}
	a:hover {color:#ff8300;}

ul {
	padding:0;
	margin:0.5em 0.5em 0.5em 20px;
}
ol {
	padding:0;
	margin:0.5em 0.5em 0.5em 30px;
}

img {
	vertical-align:top;
	border:0;
}

:focus {
	outline:0;
	background:trancpearent;
}

br {letter-spacing:0;}


