﻿#rightNavi
{
    width:190px;
    padding-top:3px;
    margin-left:auto;
    margin-right:auto;
}


/********* Navigation-Box *********/

    .NaviBox
    {
        margin-bottom:10px;
    }

        .nb_head
        {
            padding:1px;
            background-color:#E6DEC7;
            background-image:url(../img/itemBg.jpg);
            background-repeat:repeat-y;
            border-top:solid #f6b005 3px;
            border-left:solid #f6b005 3px;
            border-right:solid #f6b005 3px;
            color:#464648;
            font-weight:bold;
        }
        
        .nb_content
        {
            padding:5px 3px 3px 3px;
            border:solid #f6b005 3px;
            background-color:#FFFFFF;
            height:100%;
        }
        
        .nb_spacer
        {
            clear:both;
            border:solid #FFFFFF 1px;
            margin-bottom:5px;
        }
        
            .nb_itemList
            {
                padding-top:3px;
                float:left;
                width:13px;
            }
            
            .nb_Image_true
            {
                float:left;
                width:122px;
            }
            .nb_Image_false
            {
                float:left;
                width:165px;
                padding-bottom:5px;
            }
            
            .nb_itemPic
            {
                float:right;
                width:43px;
                height:45px;
                text-align:right;
            }