﻿@charset "utf-8";

#top_header {
	width: 1002px;
	height: 104px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
	background-position: left top;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

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

#top_header h1,
#top_header h2 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width:700px;
	color:#FFF;
	top:4px;
	left:0px;
	display:block;
}

#hederCont{
	position:absolute;
	top:47px;
	right:0;
}

#top_header a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* logo位置
***************************/
#logo {
	top: 47px;
	left:0;
	display: block;
	height: 36px;
	width: 330px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#logo a {
	top: 47px;
	left:0;
	display:block;
	height: 36px;
	width: 330px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*----------------------------------------------------
　global menu
----------------------------------------------------*/
#global_menu {
	height:66px;
	width: 100%;
	margin:0 auto;
	padding: 0;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	clear: both;
	background-image: url(../images/global_menu_back.jpg);
	background-repeat: repeat-x;
}

#global_menu ul{
	height:66px;
	width: 1008px;
	padding: 0;
	margin:0 auto;
	clear: both;
}

#global_menu ul li{
	float:left;
	height:66px;
	width: 126px;
	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;
	height:66px;
	width: 126px;
	margin: 0;
	background-image: url(../images/global_menu.jpg);
	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: -126px 0;}
.global_menu03 a{background-position: -251px 0;}
.global_menu04 a{background-position: -376px 0;}
.global_menu05 a{background-position: -501px 0;}
.global_menu06 a{background-position: -626px 0;}
.global_menu07 a{background-position: -751px 0;}
.global_menu08 a{background-position: -876px 0;}

/* オンマウス */
.global_menu01 a:hover{background-position: 0px -66px;}
.global_menu02 a:hover{background-position: -126px -66px;}
.global_menu03 a:hover{background-position: -251px -66px;}
.global_menu04 a:hover{background-position: -376px -66px;}
.global_menu05 a:hover{background-position: -501px -66px;}
.global_menu06 a:hover{background-position: -626px -66px;}
.global_menu07 a:hover{background-position: -751px -66px;}
.global_menu08 a:hover{background-position: -876px -66px;}


/*----------------------------------------------------
　slider
----------------------------------------------------*/
#sliderBox {
	width:1200px;
	height: 300x;
	margin:0 auto;
}
