@charset "UTF-8";

html {	
	width:100%; height:100%;
}

body	{
	width:100%; height:100%;
	font-size:16px;
	font-family:'メイリオ','Meiryo UI','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	color:#444444;
}

body, fieldset,
form, input, select, textarea,
h1, h2, h3, h4, h5, h6,
p, ul, ol,
dl, dt, dd	{
	margin:0px;
	padding:0px;
}

table	{
	border:none;
	border-collapse:collapse;
}
td	{
	padding:0px;
}
img	{
	border:none;
}
input, textarea	{
	font-size:16px;
}