@charset "utf-8";

* {
	font-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "Osaka", "Arial";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

p {
	margin: 0 0 0em;
}

ol,
ul {
	font-variant: normal;
	list-style: none;
}

fieldset,
img {
	border: 0;
}
table {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

caption,
th {
	text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

.iepingfix {
 behavior: expression(IEPNGFIX.fix(this));
}


/*---------- ▼テキスト整列 ----------

{
	text-align: justify;
	text-justify: distribute;
}

	body a:hover img {
	filter: alpha(opacity:80);
	opacity: 0.8;
}
---------- テキスト整列▲ ----------*/