/*値リセット*/

body,div,ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,td,th,iframe{
	margin: 0;
	padding: 0;
	letter-spacing 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }

caption{ text-align: left; }

q:before,q:after{ content: ''; }

a{ text-decoration: none; }

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

input,textarea,select{
	font-size: 1em;
}

span textarea,span input{ vertical-align: bottom!important; }

html{
	overflow: none:
}

body *{
	font-style: normal!important;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body,x:-moz-broken { margin-left:-1px; }



/*レイアウト*/

html,body{
	height: 100%;
}

body,pre{
	font-size: 100%;
	line-height: 1.5;

}



ol,ul,li{
	list-style-type:none;
	margin: 0px;
}

