﻿@charset "utf-8";

#temp_header {
	width: 100%;
	height: 86px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(../images/headBg.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
}

#temp_header01 {
	width: 1000px;
	height: 86px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
	background-position: left top;
	position: relative;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#logo,temp_header01 h1,temp_header01 h2{
	position:absolute;
}

#temp_header01 h1,
#temp_header01 h2{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	padding: 3px 0 0 0;
	width: 900px;
	height: 17px;
	color: #595959;
	top: 0px;
	left: 3px;
	display: block;
}


/* logo位置
***************************/
#logo {
	height: 60px;
	width: 286px;
	margin:2px 0 0;
	padding: 0;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	float:left;	
}
#logo a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ヘッダーナビ
***************************/
#header_menu{
	width: 206px;
	height: 49px;
	padding: 0;
	margin:0px 10px 0 0;
	padding: 0;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	float:right;
}
p a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*----------------------------------------------------
　header ba
----------------------------------------------------*/
#header_Ba{
	width:100%;
	height:78px;
	background-image: url(../images/headBa_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: center top;
}
.temp_hb{
	width:1000px;
	height:78px;
	margin:0 auto;
}


/*----------------------------------------------------
　global menu
----------------------------------------------------*/
#global_menu {
	width: 996px;
	height: 58px;
	margin: 2px auto 0px;
	padding: 0px;
	_overflow: hidden; /*IE6用*/
	_display: inline;
}
#global_menu ul{
	width: 996px;
	height: 58px;
	padding: 0;
	margin:0;
	clear: both;
}
#global_menu ul li{
	float:left;
	width: 166px;
	height: 58px;
	padding: 0;
	margin: 0;
	list-style-type:none;
	line-height:0;
	_display:inline; /*IE6用*/
	_line-height:2em; /*IE6用*/
}
#global_menu ul li a{
	display: block;
	width: 166px;
	height: 58px;
	margin: 0;
	background-image: url(../images/global_menu.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	_overflow: hidden; /*IE6用*/
}
/* オフマウス */
.global_menu01 a{background-position: 0px 0;}
.global_menu02 a{background-position: -166px 0;}
.global_menu03 a{background-position: -332px 0;}
.global_menu04 a{background-position: -498px 0;}
.global_menu05 a{background-position: -664px 0;}
.global_menu06 a{background-position: -830px 0;}

/* オンマウス */
.global_menu01 a:hover{background-position: 0px -58px;}
.global_menu02 a:hover{background-position: -166px -58px;}
.global_menu03 a:hover{background-position: -332px -58px;}
.global_menu04 a:hover{background-position: -498px -58px;}
.global_menu05 a:hover{background-position: -664px -58px;}
.global_menu06 a:hover{background-position: -830px -58px;}
/***************************
グローバルメニュー　ここまで*/