@charset "utf-8";

/*   reset   */

body, div, ul, li, p, h1 {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#333333;
}

a:hover {
	text-decoration:underline;
	color:#999999;
}

a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70); /*IE*/
}

img {
	border:none;
}

ul {
	list-style:none;
}

