﻿@charset "utf-8";

#top_header {
	width: 1000px;
	height: 155px;
	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:600px;
	color:#FFF;
	top:10px;
	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: 71px;
	left:0;
	display: block;
	height: 56px;
	width: 287px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#logo a {
	top: 71px;
	left:0;
	display:block;
	height: 56px;
	width: 287px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*----------------------------------------------------
　head navi
----------------------------------------------------*/
#head_nabi {
	width: 240px;
	height:40px;
	margin:0;
	padding: 0;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	clear: both;
	float:right;
}

#head_nabi ul{
	width: 240px;
	height:40px;
	padding: 0;
	margin:0;
	clear: both;
}

#head_nabi ul li{
	float:left;
	height:40px;
	padding: 0;
	margin: 0;
	list-style-type:none;
	line-height:0;
	_display:inline; /*IE6用*/
	_line-height:2em; /*IE6用*/
}

#head_nabi ul li a{
	display: block;
	height:40px;
	margin: 0;
	background-image: url(../images/head_navi.jpg);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	_overflow: hidden; /*IE6用*/
}

/* オフマウス */
.head_nabi01 a{background-position: 0px 0; width:130px;}
.head_nabi02 a{background-position: -130px 0; width:110px;}

/* オンマウス */
.head_nabi01 a:hover{background-position: 0px -40px;}
.head_nabi02 a:hover{background-position: -130px -40px;}

/*----------------------------------------------------
　global menu
----------------------------------------------------*/
#global_menu {
	width: 675px;
	height:53px;
	margin:30px 0 0 0;
	padding: 0;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	clear: both;
	float:right;
}

#global_menu ul{
	width: 675px;
	height:53px;
	padding: 0;
	margin:0;
	clear: both;
}

#global_menu ul li{
	float:left;
	width: 135px;
	height:53px;
	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: 135px;
	height:53px;
	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: -135px 0;}
.global_menu03 a{background-position: -270px 0;}
.global_menu04 a{background-position: -405px 0;}
.global_menu05 a{background-position: -540px 0;}

/* オンマウス */
.global_menu01 a:hover{background-position: 0px -53px;}
.global_menu02 a:hover{background-position: -135px -53px;}
.global_menu03 a:hover{background-position: -270px -53px;}
.global_menu04 a:hover{background-position: -405px -53px;}
.global_menu05 a:hover{background-position: -540px -53px;}


/*----------------------------------------------------
　slider
----------------------------------------------------*/
#sliderBox {
	width:1850px;
	height: 460x;
	margin:0 auto;
}
