@charset "utf-8";
/* default */

div,
h1,h2,h3,h4,h5,h6,
p,
pre,blockquote,
ul,ol,li, 
dl,dt,dd,
address, 
span, 
form {
    margin:0;
    padding:0;
	font-family: "MS UI Gothic",sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	letter-spacing:0;
	text-decoration: none;
	background-color: transparent;
	}

/* basic elements */

a{
	outline:none;
	}
ul {
	font-size:84%;}

li {
	list-style:none;
	}
img, a img {
	border:none;
	}


/* layout classes
************************************/

body{
	margin:0;
	padding:0;
	text-align:center
	}
#header {
	text-align:left;
	width:850px;
	margin:30px auto 15px;
	}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	}