@charset "utf-8";

/* Widget */
    .widget{ 
                background:url(../img/image/widget/widget_bg2.png) no-repeat; 
                height:309px; width:335px; 
                position:fixed; 
                top:50%; 
                right:10px; 
                z-index:1002;     
        }
        .widget ul{
                    padding:114px 0 0 124px; 
                    height:83px; 
                    width:183px;
            }
        .widget p.home_btn{
                    position:absolute;
                    top:33px;
                    right: 102px;
                    z-index: 30;
            }
        .widget li a {
                    display:block; 
                    width:124px;
            }
        .widget li.list01 a{text-align:center; font-weight:bold;}
        .widget li.list02 a{text-align:center; font-weight:bold;}
        .widget li.list03 a{text-align:center; font-weight:bold;}
        .widget li.list04 a{text-align:center; font-weight:bold;}
        .widget li.list05 a{text-align:center; font-weight:bold;}

        .widget li.list01 a:hover {font-weight:bold;color:#8ab7a5;}
        .widget li.list02 a:hover {font-weight:bold;color:#8ab7a5;}
        .widget li.list03 a:hover {font-weight:bold;color:#8ab7a5;}
        .widget li.list04 a:hover {font-weight:bold;color:#8ab7a5;}
        .widget li.list05 a:hover {font-weight:bold;color:#8ab7a5;}