﻿/*#hpb-nav {
    margin-top: -25px;
    width: 225px;
    height : 363px;
    overflow: hidden;
    float: left;
    background-color: #FABE00;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FABE00;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #FABE00;
}

.hpb-layoutset-02 #hpb-nav {
    margin-top: 10px;
    width: 225px;
    height : 339px;
    overflow: hidden;
    float: left;
    background-color: #FABE00;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FABE00;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #FABE00;
}

.hpb-layoutset-02 #hpb-nav ul {
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    list-style-type: none;
    overflow: hidden;
}
#hpb-nav ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#hpb-nav li span.en {
    display: none;
}
#hpb-nav li span.ja {
    display: block;
    text-align: left;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 37px;
    padding-top: 0px;
    padding-left: 30px;
}
#hpb-nav a:hover span.ja {
    color: #63C6F2;
}

*/
/* ナビゲーション */
#nav {
    margin-top : 0px;
    width: 225px;
    overflow: hidden;
    float: left;
	/*background-color : #ff8000;*/
	background-color:#FABE00;
	border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FABE00;
    border-top-width : 0px;
    border-top-style: solid;
    border-top-color: #FABE00;
	border-left-color : #000000;
	border-right-color : #000000;
}

#nav li span.top {
    color: #666666;
}

#nav li span.rugby {
    color: #000000;
}
#nav li span.soccer {
    color: #ff9900;
}
#nav li span.volleyball {
    color: #000099;
}
#nav li span.dodgeball {
    color: #000099;
}
#nav li span.school {
    color: #009900;
}
#nav li span.blog {
    color: #000000;
}

#nav li span {
    display: block;
    text-align: left;
    line-height: 37px;
    padding-top: 0px;
    padding-left: 30px;
}
#nav li {
    display: block;
    width: 205px;
    background-image : url('../img/menuBg_3B_02.png');
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 34px;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}
#nav li a {
    display: block;
    text-align: center;
}
#nav a:hover span.ja {
    color: #63C6F2;
}
#nav a:link {
    color: #666666;
    text-decoration: none;
}
#nav a:visited {
    color: #666666;
    text-decoration: none;
}
#nav a:hover {
    text-decoration: none;
    background-image : url('../img/menuBg_3B_02_on.png');
    background-position: left top;
    background-repeat: repeat-x;
}
#nav a:active {
    text-decoration: none;
    background-image : url('../img/menuBg_3B_02_on.png');
    background-position: left top;
    background-repeat: repeat-x;
}
#nav ul {
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 10px;
    list-style-type: none;
    overflow: hidden;
}
