@charset "utf-8";

/***********************************************/
/* FileName:reset.css                         */
/***********************************************/

* {
	margin:0;
	padding:0;
}

html{ overflow-y:scroll; }

body {
	color:#000;
	text-align:center;
	margin:0;
	padding:0;
	font-size:82%;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック';
	line-height:1.4;
	-webkit-text-size-adjust:100%;
}

h1, h2, h3, h4, h5, h6, address {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック';
	margin:0;
	padding:0;
	line-height:1;
}

header, footer, nav, section, article, figure, aside {
	display:block;
}

textarea {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック';
	margin:0;
	padding:0;
	line-height:1.3;
}
  
li {
	list-style-type:none;
}

a {
	color:#333;
}
a img {
	border:none;
}
a:hover {
	border-style:none;
}
a:link {
	border-style:none;
}

a:link img {
	border-style:none;
}

p,dl,dt,dd,ul,ol,li,table{
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
}

img {
	border:0;
	vertical-align:bottom;
}
