@charset "utf-8";

#localnavi{
    height:38px;
    float:right;
}

#localnavi dd{
    margin-top:10px;
    float:left;
    background:url(../images/menu/local_line.gif) no-repeat center left;
}

#localnavi > *:first-child{ background-image:none; }

#localnavi dl.first-child{ 	background-image:none; }

#localnavi dl{
    behavior: expression(
        this.className += (this.previousSibling == null) ? " first-child" : "",
        this.style.behavior = "none"
    );
}

#localnavi dd a{
    display:block;
    height:16px;
}

#localnavi a:hover{ text-indent:-9999px; }

#local_mypage a{
    width:56px;
    margin:0 7px 0 12px;
    background:url(../images/menu/local_mypage_roll.gif) no-repeat;
}

#local_message a{
    width:61px;
    margin:0 6px;
    background:url(../images/menu/local_message_roll.gif) no-repeat;
}

#local_diary a{
    width:34px;
    margin:0 6px;
    background:url(../images/menu/local_diary_roll.gif) no-repeat;
}

#local_community a{
    width:88px;
    margin:0 6px;
    background:url(../images/menu/local_community_roll.gif) no-repeat;
}

#local_access a{
    width:71px;
    margin:0 6px;
    background:url(../images/menu/local_access_roll.gif) no-repeat;
}

#local_report a{
    width:89px;
    margin:0 6px;
    background:url(../images/menu/local_report_roll.gif) no-repeat;
}

#local_prof a{
    width:69px;
    margin:0 10px 0 6px;
    background:url(../images/menu/local_prof_roll.gif) no-repeat;
}

#local_friends a{
    width:54px;
    margin:0 10px 0 6px;
    background:url(../images/menu/local_friends_roll.gif) no-repeat;
}

#local_est a{
    width:57px;
    margin:0 10px 0 6px;
    background:url(../images/menu/local_est_roll.gif) no-repeat;
}

/***************************************************** acquaintances *************/

#local_acq_top a{
    width:66px;
    margin:0 10px 0 6px;
    background:url(../images/friends/menu/local_acq_top_roll.gif) no-repeat;
}

#local_acq_message a{
    width:89px;
    margin:0 10px 0 6px;
    background:url(../images/friends/menu/local_acq_message_roll.gif) no-repeat;
}

#local_acq_diary a{
    width:64px;
    margin:0 10px 0 6px;
    background:url(../images/friends/menu/local_acq_diary_roll.gif) no-repeat;
}

#local_acq_community a{
    width:88px;
    margin:0 10px 0 6px;
    background:url(../images/friends/menu/local_acq_community_roll.gif) no-repeat;
}

#local_acq_report a{
    width:89px;
    margin:0 10px 0 6px;
    background:url(../images/friends/menu/local_acq_report_roll.gif) no-repeat;
}

#local_acq_intro a{
    width:74px;
    margin:0 10px 0 6px;
    background:url(../images/friends/menu/local_acq_intro_roll.gif) no-repeat;
}

#local_acq_link a{
    width:91px;
    margin:0 10px 0 6px;
    background:url(../images/friends/menu/local_acq_link_roll.gif) no-repeat;
}

/***************************************************** community *****************/

#local_com_top a{
    width:88px;
    margin:0 10px 0 6px;
    background:url(../images/community/menu/local_com_top_roll.gif) no-repeat;
}

#local_com_topic_new a{
    width:67px;
    margin:0 10px 0 6px;
    background:url(../images/community/menu/local_com_topic_new_roll.gif) no-repeat;
}

#local_com_assign a{
    width:54px;
    margin:0 10px 0 6px;
    background:url(../images/community/menu/local_com_assign_roll.gif) no-repeat;
}

#local_com_recommend a{
    width:51px;
    margin:0 10px 0 6px;
    background:url(../images/community/menu/local_com_recommend_roll.gif) no-repeat;
}

#local_com_invite a{
    width:53px;
    margin:0 10px 0 6px;
    background:url(../images/community/menu/local_com_invite_roll.gif) no-repeat;
}

#local_com_resign a{
    width:114px;
    margin:0 10px 0 6px;
    background:url(../images/community/menu/local_com_resign_roll.gif) no-repeat;
}

#local_com_topics a{
    width:67px;
    margin:0 10px 0 6px;
    background:url(../images/community/menu/local_com_topics_roll.gif) no-repeat;
}

#local_com_members a{
    width:64px;
    margin:0 10px 0 6px;
    background:url(../images/community/menu/local_com_members_roll.gif) no-repeat;
}

