﻿@charset "utf-8";

/* CSS Document */

#top_header {
	width: 100%;
	height: 490px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(../images/headerBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	clear: both;
	overflow: hidden;
}
/*----------------------------------------------------
　slider 上に表示する部分
----------------------------------------------------*/　
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#top_header h1{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	width: 1000px;
	color: #333333;
	top: 0px;
	left: 0px;
	display: none;
}
/*----------------------------------------------------
　ロゴとglobal menu
----------------------------------------------------*/
#top_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;}
/***************************
グローバルメニュー　ここまで*/

/*----------------------------------------------------
　jquery-bgswitcher-master（背景画像でスライドショー）
----------------------------------------------------*/
.slider {
    height: 490px;
    width: 100%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 0px;
	margin-top: -57px;
}
.slider {
    background-position: center top\9;
    background-repeat: repeat-x\9;
}
*+html .slider {
    background-position: center top;
    background-repeat: repeat-x;
}

/* スライダー上文字
***************************/
.slider-in {
   	position: absolute;
    top: 93%;
  	left: 50%;
 	 -ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
}
