@charset "UTF-8";
/*
--------------------------------------------------------------
	RESET SETTING
--------------------------------------------------------------
*/

*{margin:0px;padding:0px;}

html
	{font-size:100.01%;}

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
hr,pre,
form,fieldset,input,
p,blockquote,q,table,th,td
	{
	margin:0px;
	padding:0px;
	list-style:none;
	}

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

fieldset,img,abbr
	{border:0;}

address,caption,cite,q,code,dfn,
h1,h2,h3,h4,h5,h6,p,a,th,var,i,b,strong
	{
	font-style:normal;
	font-weight:normal;
	font-size:100.01%;
	text-decoration:none;
	}

caption,th
	{text-align:left;}

q:before,q:after{content:'';}
a,u {text-decoration:none;}

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