@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] basic.css
	[ Last UpDate ] 15.Jan 2010
	[ Version     ] 2.0 
--------------------------------------------------------------

--------------------------------------------------------------
*/

/*
--------------------------------------------------------------
	Clear All Browser Habits
--------------------------------------------------------------
*/

*{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;}