#hl-menu {
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 660px;
	background-color: #FFF;
	text-align: center;
}
.hl-menu-set {
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #274F5C;
	width: 660px;
	border-right-width: 14px;
	border-right-style: solid;
	border-right-color: #274F5C;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 13px;
}
#hl-menu ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#hl-menu li {
	padding: 0px;
	float: left;
	width: 218px;
	font-size: 12px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#hl-menu a  {
	text-decoration: none;
	width: 100%;
	background-image: url(https://ko.dougukan.jp/toryo/css/hl_menu_norm-en.png);
	background-repeat: no-repeat;
	display: block;
	height: 46px;
}
#hl-meu a:hover {
	background-image: url(https://ko.dougukan.jp/toryo/css/hl_menu_over.png);
	background-repeat: no-repeat;
}
#hl-menu-1 a {
	background-position: 0px 0px;
}
#hl-menu-2 a {
	background-position: -220px 0px;
}
#hl-menu-3 a {
	background-position: -440px 0px;
}
#hl-menu-1 a:hover {
	background-position: -0px -46px;
}
#hl-menu-2 a:hover {
	background-position: -220px -46px;
}
#hl-menu-3 a:hover {
	background-position: -440px -46px;
}
#hl-menu .norm {
	text-decoration: none;
	width: 100%;
	background-image: url(https://ko.dougukan.jp/toryo/css/hl_menu_norm-en.png);
	background-repeat: no-repeat;
	display: block;
	height: 46px;
}
#hl-menu-1 .norm {
	background-position: -0px -46px;
}
#hl-menu-2 .norm {
	background-position: -220px -46px;
}
#hl-menu-3 .norm {
	background-position: -440px -46px;
}
