@charset "shift_jis";

/*========== 目次 ==========

	1.基本設定
	2.ヘッダーメニュー

============================*/




/*============================
	■1.基本設定
============================*/
#header {
	width: 100%;
	height: 77px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#header_main {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 790px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#header_logo {
	background-image: url(../images/hitoha_logo.gif);
	height: 57px;
	float: left;
	background-repeat: no-repeat;
	width: 479px;
	text-align: left;
	clear: left;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#header span {
	display:none;	
}
#header h1 {
	display:inline;
}
#headmenu h3{
	display:none;
}

/*============================
	■2.ヘッダーメニュー
============================*/
#headmenu{
	clear: right;
	float: right;
	height: 18px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 250px;
	padding-top: 59px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#headmenu ul{
	list-style: none;
	float:right;
	margin: 0;
	padding-top: 59;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#headmenu li{
	float:left;
	margin:0;
	padding:0;
}
#headmenu li.fin{
	margin:0;
}
#headmenu li a{
	display:block;
	font-size:1px;
}

/* ボタン
**********************/
a#headmenu_sitemap{
	width:81px;
	height:18px;
	background-image: url(../images/sitemap_tab_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 2px;
}
a:hover#headmenu_sitemap{
	background: url(../images/sitemap_tab_on.gif) right top no-repeat;
}
a#headmenu_access{
	width:81px;
	height:18px;
	background-image: url(../images/access_tab_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 2px;
}
a:hover#headmenu_access{
	background: url(../images/access_tab_on.gif) right top no-repeat;
}
a#headmenu_home{
	width:78px;
	height:18px;
	background-image: url(../images/home_tab_off.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: right top;
}
a:hover#headmenu_home{
	background: url(../images/home_tab_on.gif) right top no-repeat;
}
