/* 
==========default.css目次==========

	01:ブラウザスタイル初期化設定
	
==========default.css目次==========
*/





body,form,fieldset{
	margin: 0px;
	padding: 0px;
}
body{
	color: #202020;
}
fieldset{
	border: none;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
li,dt,dd{
	list-style-type: none;
}
input {
	font-size: 14px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
hr {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	z-index: 0;
	left: -999px;
}







