@charset "utf-8";

/* ----------------------------------------------------- */
/* 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;
}
address,caption,cite,dfn,em{
  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;
  text-align:left;
}
hr{
	display:none;
}
sup{
	vertical-align:5px;
}
label{
	cursor: pointer;
}
br{
	letter-spacing:0;
}
textarea{
	overflow:auto;/* IEのテキストエリアから不要なスクロールバーを消去 */
}
*:first-child+html *{
	letter-spacing:0;/* ie7の「ページの拡大」によるレイアウト崩れ回避 */
}