@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}


html,body {
	color: #fdedf1;
}

body {
	font-size: 13px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

* html body {
	font-size: small;
}

*:first-child+html body {
	font-size: small;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	clear: both;
}

ul,dl,ol {
	text-indent: 0;
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
	border:0;
}

strong, em, address, th, cite {
	font-weight:normal;
	font-style:normal;
}

table { 
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}

th, td {
	text-align: left;
	vertical-align: top;
}

caption {
	text-align: left;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight:inherit;
}

* html input, * html textarea, * html select {
	font-size: 100%;
}

*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}

input,select,textarea {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
}


