/*　左下サイド（トップ右サイド）メニュー　*/

.left_menu_bottom p{
        width:190px;
        padding:5px;
        border-left:1px solid;
        border-right:1px solid;
        border-bottom:1px solid;
        border-color: #666666;
        color: #666666;
        background : #efefef;
}

.left_menu_bottom_category{
        width:185px;
}

.left_menu_bottom_category li{
        width:100%;
        padding:3px 5px 3px 10px;
        list-style:none;
        border-left:1px solid;
        border-right:1px solid;
        border-bottom:1px solid;
        border-color: #666666;
        background : #efefef;
        font-size: 11px;
        background : url(../parts/08fuku_common_banner_bg.gif);
}

/*　メイン　*/
#main {
        width:650px;
        margin-left: 10px;
        float:left;
}

.title {
        margin:20px 0px 15px 150px;
}

h4{
        width:605px;
        margin-bottom:20px;
        padding:9px 0px 7px 40px;
        font-size: 14px;
        border-left:1px solid;
        border-right:1px solid;
        border-color: #666666;
        background : url(../parts/08fuku_kakouo_menubar_bg.gif);
}

.main_menu_pic{
        margin:0px 0px 20px 20px;
        float:left;
}

.main_menu_category{
        width:340px;
        margin:0px 0px 5px 0px;
        padding-left:30px;
        float:left;
}

.main_menu_category li{
        font-size: 14px;
        margin-bottom:5px;
        list-style:square;
        clear:both;
}

.main_menu_category_nopic{
        width:560px;
        margin:0px 0px 15px 15px;
        padding-left:20px;
        float:left;
}

.main_menu_category_nopic li{
        font-size: 14px;
        margin-bottom:5px;
        list-style:square;
        clear:both;
}

.sub_menu_category{
        width:100%;
        margin-top:17px;
        margin-bottom:15px;
}

.sub_menu_category li{
        width:135px;
        font-size: 12px;
        text-align:center;
        margin:0px 10px 15px 4px;
        padding:2px 3px 4px 3px;
        border:3px solid;
        border-color: #999999;
        text-align: center;
        list-style:none;
        float:left;
        background : #666666;
}

.clear{
        clear:both;
}

/*メインのリンク文字色*/
#main a:link    {color: #333333; text-decoration: underline;}
#main a:visited {color: #333333; text-decoration: underline;}
#main a:active  {color: #ff0000; text-decoration: underline;}
#main a:hover   {color: #ff0000; text-decoration: underline;}


#main .sub_menu_category a:link    {color: #ffffff; text-decoration: underline;}
#main .sub_menu_category a:visited {color: #ffffff; text-decoration: underline;}
#main .sub_menu_category a:active  {color: #ff0000; text-decoration: underline;}
#main .sub_menu_category a:hover   {color: #ff0000; text-decoration: underline;}