@charset "utf-8";
/*==============================================
	filename: reset.css;
	update: 2010-12-08;

	0. reset
	1. font

==============================================*/
/*--------------------------------------------
	0. reset
--------------------------------------------*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
dfn,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td
{
	padding: 0;
	margin: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	background: transparent;
	list-style: none;
	outline: 0;
}
span,
q,
a,
abbr,
acronym,
del,
ins,
em,
strong
{
	padding: 0;
	margin: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	background: transparent;
	list-style: none;
	outline: 0;
}
:focus
{
	outline: 0;
}
img
{
	border: none;
	vertical-align: baseline;
}
hr
{
	display: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
object,
embed
{
	vertical-align: top;
}
blockquote,
q
{
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: '';
	content: none;
}
del
{
	text-decoration: line-through;
}
select,
input,
textarea
{
	outline: 0;
}
input[type="submit"]::-moz-focus-inner
{
	border: none;
}

/*--------------------------------------------
	1. font
--------------------------------------------*/
body
{
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ ゴシック", sans-serif;
	font-size: 10px;
}
* html body
{
	padding-left: 1px;
	font-family: "ＭＳ Ｐゴシック","メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
}
*:first-child+html body
{
	padding-left: 1px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック",sans-serif;
	font-size: 62.5%;
}
html>/**/body
{
	font-family /*¥**/: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif¥9;
	font-size: 62.5%¥9;
}

