
/*--NaviArea--*/
#naviArea{
    float: left;
    padding-left: 4px;
    width:18%;
    min-width: 172px;
    min-height: px;
    _height: px;
}
#tennisService{
    background: url(../img/serviceBack.jpg) bottom;
    width: 172px;
    min-height: -100px;
    _height: -100px;
}

#tennisService h2{
    text-indent: -9999px;
    background: url(../img/serviceTitle.jpg);
    width: 172px;
    height: 30px;
    
}

#tennisService ul{
    padding: 8px 0;
    list-style-type: none;
}
#tennisService li{
    padding: 3px 0 4px 14px;
    list-style-type: none;
}

#tennisService a{
    background: url(../img/servicePoint.jpg) no-repeat left;
    padding: 1px 0 1px 24px;
    text-decoration: none;
    
}
#tennisService a:link{
    color: #376629;
}

.naviAreaBox{
    width: 170px;
    border-bottom:1px solid #CFCFCF;
    border-left:1px solid #CFCFCF;
    border-right:1px solid #CFCFCF;
    margin-bottom:12px;
}
.naviAreaBox h2{
    width: 170px;
    height: 22px;
    text-indent: -9999px;}
.naviAreaBoxCnt{
    padding: 8px 12px;
}

#mobiQrTitle{
    background: url(../img/naviAreaTitles.jpg) no-repeat left 0px;
}
#mobiUrlTitle{
    background: url(../img/naviAreaTitles.jpg) no-repeat left -22px;
}

