@charset "utf-8";
/* CSS Document */

* {
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
}

h1 {
	font-size:100%;
}
h2, h3 {
	font-size:80%;
	font-weight:bold;
}
p {
	font-size:80%;
	line-height:1.5em;
}
p.address {
	font-size:55%;
}

.logo {
	margin:0;
	padding:0;
	margin-left:-10px;
}

.navi {
	list-style:none;
	margin-top:15px;
}
.navi li {
	color:#CCA400;
	font-weight:normal;
	font-size:80%;
}
