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

#header {
	padding: 10px 0 0 0;
}

#h-left {
	width: 220px;
	height: 80px;
	display:block;
	float: left;
}

#logo h1 a {
	width: 222px;
	height: 42px;
	margin: 15px 0 0 0;
	background: url(../images/logo.jpg) no-repeat;
	display: block;
}
#logo h1 a:hover {
	background: url(../images/logo-o.jpg) no-repeat;
}

#h-right {
	width: 500px;
	height: 80px;
	padding: 0 11px 0 0;
	display:block;
	float:right;
}

#h-right h2 {
	font-size: 80%;
	text-align:right;
}


