@charset "utf-8";

/* ############################################################

	default

############################################################ */
body {
	line-height: 1.4;
	margin: 0px;
	color: #333333;
	background: #ffffff;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
table, caption, td, th {
	margin: 0;
	padding: 0;
	empty-cells: show;
	font-size: 100%;
	border-spacing: 0;
}
th {
	text-align: left;
}
img {
	border: none;
	vertical-align: bottom;
}
ul, ol {
	list-style: none outside;
}
li {
	list-style: none;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
/* inline*/
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	border: 0;
}