@charset "utf-8";

/*
HTML要素の基本スタイルを整形
*/

* {
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

body,
div,p,
h1,h2,h3,h4,h5,h6,
pre,blockquote,address,
ul,ol,li,
dl,dt,dd,
form,fieldset,input,textarea,button,
caption,th,td {
	margin: 0;
	padding: 0;
}


body,
address {
	font-style: normal;
	font-weight: normal;
}

ul,ol,li {
	list-style: none;
}

img {
	border: none;
}

object,
param,
img {
 vertical-align: bottom;
}

hr {
	display: none;
}


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

caption,
th {
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}


input,
textarea {
	padding: 1px;
	font-size: 99%;
	font-family: sans-serif;
}

abbr {
	border: none;
	text-decoration: none;
}