@charset "utf-8";

/* reset */

body{
	padding:0;
	margin:0;
	background-color:#FFF;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, pre, form, fieldset, textarea, input, th, tr, td, address, pre, div{
	padding:0;
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	font-size:14px;
	line-height: 1;
}

img{
	border:none;
	vertical-align:bottom;
}

ol, ul{
	list-style:none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}