﻿@charset "utf-8";


#temp_header {
	width: 100%;
	height: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(../images/headerBg.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	overflow: hidden;
}
　
.clearText {	
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/*----------------------------------------------------
　ロゴとglobal menu
----------------------------------------------------*/
#temp_header01 {
	width: 1000px;
	height: 53px;
	margin: 4px auto 0;
	padding: 0px;
	clear: both;
	overflow: hidden;
}
/* logo位置
***************************/
#logo {
	height: 53px;
	width: 260px;
	margin: 0px;
	float:left;
}
#logo a {
	height: 53px;
	width: 260px;
	margin: 0px;
}
#logo a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/*----------------------------------------------------
　global menu
----------------------------------------------------*/
#global_menu {
	width: 726px;
	height: 53px;
	margin: 0px;
	padding: 0px;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	float:right;
}

#global_menu ul{
	width: 726px;
	height: 53px;
	padding: 0;
	margin:0;
	clear: both;
}

#global_menu ul li{
	float:left;
	width: 117px;
	height: 53px;
	padding: 0;
	margin: 0 4px 0 0;
	list-style-type:none;
	line-height:0;
	_display:inline; /*IE6用*/
	_line-height:2em; /*IE6用*/
}
#global_menu ul li a{
	display: block;
	width: 117px;
	height: 53px;
	margin: 0 4px 0 0;
	background-image: url(../images/globalMenu.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: -121px 0;}
.global_menu03 a{background-position: -242px 0;}
.global_menu04 a{background-position: -363px 0;}
.global_menu05 a{background-position: -484px 0;}
.global_menu06 a{background-position: -605px 0;}

/* オンマウス */
.global_menu01 a:hover{background-position: 0px -53px;}
.global_menu02 a:hover{background-position: -121px -53px;}
.global_menu03 a:hover{background-position: -242px -53px;}
.global_menu04 a:hover{background-position: -363px -53px;}
.global_menu05 a:hover{background-position: -484px -53px;}
.global_menu06 a:hover{background-position: -605px -53px;}
/***************************
グローバルメニュー　ここまで*/



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