@charset "UTF-8";
h1 {
	font-size: 0.9em;
	background-image: url(about/h1.jpg);	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 220px;
	margin: 0px auto 0px;
	padding: 0px;
	clear: both;
	display: block;
}
h1 em {
	position: relative;
	z-index: -1;
}
.arrowDown {
	background-image: url(fitting/arrow_down.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 24px;
	clear: both;
}
