/* CSS Document */

/*	
----------------------------------------------------*/

/*	Formatting Reset
----------------------------------------------------*/

*{
	margin:0;
	padding:0;
	}

/*	Redefine
----------------------------------------------------*/

h1,h2,h3,h4,h5,h6{font-size:100%;}

ul,
ul li{list-style-type:none;}

img{
	border: none;
	}
	
textarea{font-size:small;}
