@charset "utf-8";

/* ==========================
	default style
============================= */

html{
	color:#333;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,em,strong {
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
ul,ol,li {
	list-style-type:none;
}
img {
	border:0;
	vertical-align:bottom;
}
a img {
	vertical-align:middle;
}
em {
	color:#f00;
}
strong {
	font-weight:bold;
}

/* font reset */

body {
	font-family:sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	font-size:small\9;/* IE8Œü‚¯ */
	line-height:140%;
}
:root body {
	font-size:small \0/;/* IE9Œü‚¯ */
}
select,input,button,textarea {
	font-size:99%;
}
table {
	font-size:inherit;
	font:100%;
}