/*
ヘッダー
-------------------------------------------------------------------*/
#header {
    width: 840px;
	height: 370px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: url(img/header-bg.gif) no-repeat;
}

#header-top {
    width: 840px;
    height: 300px;
	position: relative;
}

h1 {
	position: absolute;
	top: 15px;
	left: 240px;
	font-size: 10px;
	font-weight: normal;
	color: #8C8A84;
	text-align: left;
	line-height: 14px;
}

h1 a {
	font-size: 10px;
	font-weight: normal;
	color: #8C8A84;
}

h1 strong {
	font-size: 10px;
	font-weight: normal;
	color: #8C8A84;
}

#header-sub {
	font-size: 10px;
	color: #8C8A84;
	text-align: left;
	padding:0px;
	position: absolute;
	bottom: 20px;
	right: 40px;
}

ul.top-btn {
	width: 110px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	position: absolute;
	top: 15px;
	right: 40px;
}

ul.top-btn li {
    float: left;
	height: 30px;
}

li.btn-home a {
    width: 30px;
	height: 30px;
	display: block;
	text-indent: -999999px;
	overflow: hidden;
	background: url(img/header-btn1-home-link.gif) no-repeat;
	margin: 0 10px 0 0;
}

li.btn-home a:hover {
	background: url(img/header-btn1-home-hover.gif) no-repeat;
}

li.btn-home a:active {
	background: url(img/header-btn1-home-active.gif) no-repeat;
}

li.btn-mail a {
    width: 30px;
	height: 30px;
	display: block;
	text-indent: -999999px;
	overflow: hidden;
	background: url(img/header-btn1-mail-link.gif) no-repeat;
	margin: 0 10px 0 0;
}

li.btn-mail a:hover {
	background: url(img/header-btn1-mail-hover.gif) no-repeat;
}

li.btn-mail a:active {
	background: url(img/header-btn1-mail-active.gif) no-repeat;
}

li.btn-company a {
    width: 30px;
	height: 30px;
	display: block;
	text-indent: -999999px;
	overflow: hidden;
	background: url(img/header-btn1-company-link.gif) no-repeat;
	margin: 0px;
}

li.btn-company a:hover {
	background: url(img/header-btn1-company-hover.gif) no-repeat;
}

li.btn-company a:active {
	background: url(img/header-btn1-company-active.gif) no-repeat;
}

#header-logo a {
	width: 180px;
	height: 150px;
	position: absolute;
	top: 105px;
	left: 35px;
}

#header-bottom {
    width: 840px;
	height: 70px;
	position: relative;
}

#header-nav {
	width: 600px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 20px
}

#header-nav ul {
    list-style: none;
	margin: 0px;
	padding: 0px 5px;
}

#header-nav li {
    font-size: 12px;
	font-weight: 700;
    float: left;
	padding: 0px 14px;
	line-height: 50px;
}

#header-nav li a {
	color: #666666;
	text-decoration: none;
}

#header-nav li a:hover {
	color: #000000;
	border-bottom: #FF3366 3px solid;
	background: url(img/header-nav-arrow.gif) top center no-repeat;
	padding: 14px 0 5px 0;
	text-decoration: none;
}
