﻿@charset "utf-8";

#header {
}

#header_top {
	background-color: #74A92D;
	width: 100%;
}

#header_cont {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 10px;
	overflow: hidden;
}

/* logo位置
***************************/
#logo {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

#logo a {
	background-image: url(../images/header_tit_01.png);
	width: 347px;
	height: 48px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*----------------------------------------------------
　nav
----------------------------------------------------*/
#nav {
	width: 583px;
	height: 39px;
	margin-top: 9px;
	float: right;
}

#nav ul {
	overflow: hidden;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	width: 116px;
	height: 39px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#nav ul li.nav_menu05 a {width: 119px;}

/* オフマウス */
.nav_menu01 a{background-image: url(../images/header_nav_01.png); background-position: 0px 0;}
.nav_menu02 a{background-image: url(../images/header_nav_01.png); background-position: -116px 0;}
.nav_menu03 a{background-image: url(../images/header_nav_01.png); background-position: -232px 0;}
.nav_menu04 a{background-image: url(../images/header_nav_01.png); background-position: -348px 0;}
.nav_menu05 a{background-image: url(../images/header_nav_01.png); background-position: -464px 0;}