@charset "utf-8";

/* リセット
---------------------------------------------------- */
body,
div,
div,
ul,ol,li,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
p,
a,
pre,
em,
form,fieldset,input,textarea,
blockquote,
th,td {
	margin:0px;
	padding:0px;
	font-style:normal;
	text-decoration:none;
	list-style-type:none;
	text-align:justify;
	text-justify:distribute;
	font-size: 100%;
}

img {
	border-style:none;
	vertical-align:top;
	line-height:0;
	margin:0;
	padding:0;
}

a img {
	border-style:none;
}

br {
	letter-spacing:normal;
}


/* フォント
---------------------------------------------------- */
body {
	color:#232323;
	font-family:Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:13px;
	line-height:180%;
	letter-spacing:0;
}

a:link {
	color:#232323;
	text-decoration:underline;
}

a:visited {
	color:#232323;
	text-decoration:underline;
}

a:hover {
	color:#232323;
	text-decoration:none;
}


/* プリント
---------------------------------------------------- */
@media print{
body {
	_zoom: 80%; /*WinIE only */
}
}