﻿@charset "UTF-8";


/* ページ最上部の青帯メニュー一式(親メニュー）201407秋田谷　修正
---------------------------------------------------- */
.t10{
	 font-size:10px;
}


.header_top_menu_block {
	height: 26px;
	width: 900px;

}
.IPv6_box {
	float: right;
	line-height:1em;
	margin:0px;
	padding:0px;
}

.header_top_menu_block ul.dropdown {
	float: right;
	list-style-type: none;
	margin-right: 15px;
	z-index: 200;
}
.header_top_menu_block ul.dropdown li {
	display: inline;
	float: left;
 position: relative;
}


.header_top_menu_block ul.dropdown li a {
	display: block;}



.header_top_menu_block ul.dropdown li.header_menu01 a {
	background-image: url(../../common_ipv6head/image/header_menu_contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 26px;
	width: 83px;
	text-indent: -9999px;
}
.header_top_menu_block ul.dropdown li.header_menu02 a {
	background-image: url(../../common_ipv6head/image/header_menu_contact.gif);
	background-repeat: no-repeat;
	background-position: -174px 0px;
	display: block;
	height: 26px;
	width: 105px;
	text-indent: -9999px;
}
.header_top_menu_block ul.dropdown li.header_menu03 a {
	background-image: url(../../common_ipv6head/image/header_menu_contact.gif);
	background-repeat: no-repeat;
	background-position: -279px 0px;
	display: block;
	height: 26px;
	width: 76px;
	text-indent: -9999px;
}

/* 親メニュー追加「サービス」部分*/

.header_top_menu_block ul.dropdown li.header_menu04 a {
       font-weight: normal;
       float: left;
       display: block;
       height: 26px;
       width: 91px;
    background-image: url(../../common_ipv6head/image/header_menu_contact.gif);
	background-repeat: no-repeat;
	background-position: -83px 0px;
	text-indent: -9999px;
     }
     
  /* お問い合わせ */
.header_top_menu_block ul.dropdown li.header_menu05 a {
       font-weight: normal;
       float: left;
       display: block;
       height: 26px;
       width: 126px;
    background-image: url(../../common_ipv6head/image/header_menu_contact.gif);
	background-repeat: no-repeat;
	background-position: -352px 0px;
	text-indent: -9999px;
     }
       
     



.header_top_menu_block ul.dropdown li.header_menu01 a:hover {
	background-position: 0px -26px;
}
.header_top_menu_block ul.dropdown li.header_menu02 a:hover {
	background-position: -174px -26px;
}
.header_top_menu_block ul.dropdown li.header_menu03 a:hover {
	background-position: -279px -26px;
}
.header_top_menu_block ul.dropdown li.header_menu04 a:hover {
	background-position:  -83px -26px;
}
.header_top_menu_block ul.dropdown li.header_menu05 a:hover {
	background-position: -352px -26px;
}

/* 
	親メニュー追加「サービス」部分
*/

.header_top_menu_block ul.dropdown li.header_menu04:hover{
    background-image: url(../../common_ipv6head/image/header_menu_contact.gif);
	background-repeat: no-repeat;
	background-position: -83px -26px;
     }







/* 最下部総合メニュー
---------------------------------------------------- */
.bottom_menu_block_top .bottom_menu_sougou {
	height: 26px;
	width: 400px;
	float: left;
	position: static;
	margin-top: 5px;
}
.bottom_menu_sougou {
	height: 26px;
	position: absolute;
	left: 0px;
	top: 172px;
	width: 400px;
}
.bottom_menu_sougou ul {
	float: left;
	list-style-type: none;
	margin-right: 15px;
}
.bottom_menu_sougou ul li {
	display: inline;
	float: left;
}
.bottom_menu_sougou ul li.header_menu01 a {
	background-image: url(../../common_ipv6head/image/bottom_menu_sougou.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
    height: 26px;
    text-indent: -9999px;
    width: 69px;
}
.bottom_menu_sougou ul li.header_menu02 a {
	background-image: url(../../common_ipv6head/image/bottom_menu_sougou.gif);
	background-repeat: no-repeat;
	background-position: -69px 0px;
	display: block;
	height: 26px;
    width: 130px;
	text-indent: -9999px;
}
.bottom_menu_sougou ul li.header_menu03 a {
	background-image: url(../../common_ipv6head/image/bottom_menu_sougou.gif);
	background-repeat: no-repeat;
	background-position: -199px 0px;
	display: block;
	height: 26px;
    width: 80px;
	text-indent: -9999px;
}

.bottom_menu_sougou ul li.header_menu04 a {
	background-image: url(../../common_ipv6head/image/bottom_menu_sougou.gif);
	background-repeat: no-repeat;
	background-position: -279px 0px;
	display: block;
	height: 26px;
	width: 91px;
	text-indent: -9999px;
}

.bottom_menu_sougou ul li.header_menu01 a:hover {
	background-position: 0px -26px;
}
.bottom_menu_sougou ul li.header_menu02 a:hover {
	background-position: -69px -26px;
}
.bottom_menu_sougou ul li.header_menu03 a:hover {
	background-position: -199px -26px;
}

.bottom_menu_sougou ul li.header_menu04 a:hover {
	background-position: -279px -26px;
}


