/* タブメニュー（上部）用のブロックスタイル */
.tabBox {
/*ボックスサイズ属性*/
width: 760px;
/*
height: 28px;
*/
height: 40px;
margin-bottom: 0px;
margin-left:auto;
margin-right:auto;
padding: 0px;
/*ボックス表示属性*/
background-image: url(../image/tab_nemu3.gif);
background-position: 0px -40px;
background-repeat: no-repeat;
background-color: silver;
/*ボックスフォント属性*/
text-align: left;
color: steelblue;
font-size: small;
overflow: hidden;
border-left: 1px solid steelblue;
border-right: 1px solid steelblue;
}

.tabBox ul {
margin: 0px;
padding: 0px;
}

.tabBox li {
/*
width: 124px;
height: 24px;
*/

width: 110px;
height:40px;
float: left;
font-size: small;
/*
border: 1px solid steelblue;
*/
margin-right: 0px;
list-style-type:none;
text-indent: -1000px;
}

.tabBox li a {
display: block;
/*
background-image: url(../image/tab_nemu.gif);
*/
background-image: url(../image/tab_nemu3.gif);
background-repeat: no-repeat;
height: 100%;
}

/* ----------メニュー1---------- */
.on1 a {
background-position: 0px 0px;
}

.off1 a {
background-position: 0px -40px;
}

.off1 a:hover {
background-position: 0px 0px;
}

/* ----------メニュー2---------- */
.on2 a {
background-position: -110px 0px;
}

.off2 a {
background-position: -110px -40px;
}

.off2 a:hover {
background-position: -110px 0px;
}

/* ----------メニュー3---------- */
.on3 a {
background-position: -220px 0px;
}

.off3 a {
background-position: -220px -40px;
}

.off3 a:hover {
background-position: -220px 0px;
}

/* ----------メニュー4---------- */
.on4 a {
background-position: -330px 0px;
}

.off4 a {
background-position: -330px -40px;
}

.off4 a:hover {
background-position: -330px 0px;
}

/* ----------メニュー5---------- */
.on5 a {
background-position: -440px 0px;
}

.off5 a {
background-position: -440px -40px;
}

.off5 a:hover {
background-position: -440px 0px;
}

/* ----------メニュー6---------- */
.on6 a {
background-position: -550px 0px;
}

.off6 a {
background-position: -550px -40px;
}

.off6 a:hover {
background-position: -550px 0px;
}

