@charset "utf-8";

/* for Japanese */
html {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* logo */
#header h1 {
	padding-top: 43px;
}
#header h1 a {
	width: 140px;
	height: 40px;
	background-image: url(../images/hu_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header h2 {
	margin-left: 10px;
	padding-bottom: 50px;
}

#header h2 a {
	width: 240px;
	height: 40px;
	background-image: url(../images/header_logo_02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
