@charset "Shift_JIS";

/* ----------------------------------------------------- */
/* default style reset */
/* ----------------------------------------------------- */
html{
	overflow-y:scroll; 
	height:100%;
	margin-bottom:1px;
}
body,
p,
h1,
h2,
h3,
h4,
div,
dl,
dt,
dd,
ul,
ol,
li,
table,
form{
	margin:0;
	padding:0;
}
h1,
h2,
h3,
h4{
	line-height:1.2;
}
li{
	list-style:none;
}
img{
	border:none;
	vertical-align:bottom;
}
em,
address,
dfn{
  font-style:normal;
}
object,  
embed{
	vertical-align: top;  
}
table{
  border:none;
  border-collapse:collapse;
  border-spacing:0;
}
th,
td{
  vertical-align:top;
  font-weight:normal;
}
hr{
	display:none;
}
sup{
	vertical-align:5px;
}
label{
	cursor: pointer;
}
br{
	letter-spacing:0;
}