@charset "utf-8";


/*ヘッダーの基本設定*/
#header {
	width: 760px;
	position: relative;
}
#header ul {
	list-style-type: none;
}
#header li {
	display: block;
	float: left;
}
#header a {
	display: block;
	font-size:1px;
	text-indent: -9999px;
	text-decoration: none;
}
#headtop {
	background-image: url(../image/corporatesymbol.jpg);
	background-repeat: no-repeat;
	height: 62px;
	position: relative;
}
#corporatesymbol {
	height: 62px;
	width: 150px;
	float: left;
}
#corporatesymbol a {
	height: 62px;
}
/*グローバルメニュー設定*/
#globalmenu {
	height: 16px;
	position:absolute;
	top: 25px;
	/*\*/
	_top:40px;
	/**/
	right: 10px;
}
/*グローバルメニュー個々のボタン指定*/
#sitemap {
	width: 85px;
}
#sitemap a {
	background-image: url(../image/btn_global.jpg);
	background-position: 0px 0px;
	font-size:1px;
	text-indent: -9999px;
	height: 16px;
}
#sitemap a:hover {
	background-position: -230px 0px;
}
#global {
	width: 79px;
}
#global a {
	background-image: url(../image/btn_global.jpg);
	background-position: -85px 0px;
	display: block;
	font-size:1px;
	text-indent: -9999px;
	height: 16px;
}
#global a:hover {
	background-position: -315px 0px;
}
#home {
	width: 56px;
}
#home a {
	background-image: url(../image/btn_global.jpg);
	background-position: -165px 0px;
	height: 16px;
}
#home a:hover {
	background-position: -395px 0px;
}

/*メインメニュー基本設定*/
#headmenu {
	background-image: url(../image/bg_headmenu.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 28px;
	position: relative;
}

