/*ナビゲーションの設定*/
div.navi{
text-align: right;
}

.navi div{
float: left;
margin-top: 0px;
}

.navi h2{
width: 152px;
height: 20px;
margin-top: 0px;
text-indent: -9999px;
}

.navi a{
width: 152px;
height: 20px;
/*display: block;*/
text-decoration: none;
}

h2#home {
background: url(../com/navi_bar.gif) 0px 0px no-repeat;
}
#home a:hover {
background: url(../com/navi_bar.gif) 0px -34px no-repeat;
}

h2#guide{
background: url(../com/navi_bar.gif) -152px 0px no-repeat;
}
#guide a:hover {
background: url(../com/navi_bar.gif) -152px -34px no-repeat;
}

h2#product {
background: url(../com/navi_bar.gif) -304px 0px no-repeat;
}
#product a:hover {
background: url(../com/navi_bar.gif) -304px -34px no-repeat;
}

h2#cmpInfo {
background: url(../com/navi_bar.gif) -456px 0px no-repeat;
}
#cmpInfo a:hover {
background: url(../com/navi_bar.gif) -456px -34px no-repeat;
}

h2#contact {
background: url(../com/navi_bar.gif) -608px 0px no-repeat;
}
#contact a:hover {
background: url(../com/navi_bar.gif) -608px -34px no-repeat;
}
/*↑ナビゲーションの設定*/

/*会社情報ナビ*/
.cmpNavi{
text-align: center;
background-color: #dddddd;
padding:5px 0 5px 0;
}

/*業務案内ナビ*/
#bsnNavi{
text-align:center;
background-color: #dddddd;
margin:0px;
margin-bottom: 20px;
/*border : 1px solid #663399;*/
}

#bsnNavi td {
margin: 0px;
padding: 0px;
}