@charset "utf-8";


/*----------------------------------------------------------
	デフォルトスタイルのリセット
----------------------------------------------------------*/

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

html{
}

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

ol, ul{
	list-style: none;
}

p,li,dt,dl {
	line-height: 1.6;
}

fieldset, img{
	border: 0;
}

table{
	border-collapse: collapse; 
	border-spacing: 0;
}

caption, th{
	text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

textarea {
	font-size: 100%;
}

img {
	vertical-align: bottom;
}

a img {
	border-style: none;
}

hr {
	display: none;
}

br {
	letter-spacing: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}





