@charset "UTF-8";
/* CSS Document */

.navi {
display: block;
width: 720px;
margin-right: auto;
margin-left: auto;
height: 60px;
}
.navi_tab a {
display: block;
height: 30px;
width: 120px;
float: left;
font-size: 12px;
font-weight: bold;
color: #0066CC;
text-align: center;
background-image: url(../img/120_60/not_selected.jpg);
padding-top: 30px;
text-decoration: none;
}
.navi_tab_end {
display: block;
height: 30px;
width: 120px;
float: left;
font-size: 12px;
font-weight: bold;
color: #0066CC;
text-align: center;
background-image: url(../img/120_60/end_r.jpg);
padding-top: 30px;
}
.navi_home a {
display: block;
height: 30px;
width: 120px;
float: left;
font-size: 12px;
font-weight: bold;
color: #0066CC;
text-align: center;
background-image: url(../img/120_60/end_l.jpg);
padding-top: 30px;
text-decoration: none;
}
.navi_home a:hover {
display: block;
height: 30px;
width: 120px;
float: left;
font-size: 12px;
font-weight: bold;
color: #0066CC;
text-align: center;
background-image: url(../img/120_60/end_l_over.jpg);
padding-top: 30px;
text-decoration: none;
}
.navi_tab_start {
display: block;
height: 30px;
width: 120px;
float: left;
font-size: 12px;
font-weight: bold;
color: #0066CC;
text-align: center;
background-image: url(../img/120_60/hp.jpg);
padding-top: 30px;
}
.navi_tab_start a {
display: block;
height: 30px;
width: 120px;
float: left;
font-size: 12px;
font-weight: bold;
color: #0066CC;
text-align: center;
background-image: url(../img/120_60/hp.jpg);
padding-top: 30px;
margin-top: -30px;
text-decoration: none;
}
.navi_tab a:hover {
display: block;
height: 30px;
width: 120px;
float: left;
font-size: 12px;
font-weight: bold;
color: #0066CC;
text-align: center;
background-image: url(../img/120_60/over.jpg);
padding-top: 30px;
text-decoration: none;
}
