﻿@charset "utf-8";

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

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

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


/* logo位置
***************************/
#logo {
	display: block;
	height: 76px;
	width: 106px;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	float:left;
}
#logo a {
	display: block;
	height: 76px;
	width: 106px;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	float:left;
}
#logo a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* ヘッダーナビ
***************************/
#header_menu {
	width: 147px;
	height: 60px;
	margin:14px 60px 0 0;
	padding: 0;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	clear: both;
	float:right;
}

.head_menu01{
	width: 147px;
	height: 60px;
	padding: 0;
	margin:0;
}
p a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


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



/*----------------------------------------------------
　global menu
----------------------------------------------------*/
#global_menu {
	width: 1000px;
	height: 61px;
	margin: 0 auto;
	padding: 0;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	clear: both;
	
}

#global_menu ul{
	width: 1000px;
	height: 61px;
	padding: 0;
	margin:0;
	clear: both;
}

#global_menu ul li{
	float:left;
	width: 166px;
	height: 61px;
	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: 61px;
	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: 2px 0;}
.global_menu02 a{background-position: -168px 0;}
.global_menu03 a{background-position: -334px 0;}
.global_menu04 a{background-position: -500px 0;}
.global_menu05 a{background-position: -666px 0;}
.global_menu06 a{background-position: -832px 0;}

/* オンマウス */
.global_menu01 a:hover{background-position: 2px -61px;}
.global_menu02 a:hover{background-position: -168px -61px;}
.global_menu03 a:hover{background-position: -334px -61px;}
.global_menu04 a:hover{background-position: -500px -61px;}
.global_menu05 a:hover{background-position: -666px -61px;}
.global_menu06 a:hover{background-position: -832px -61px;}


