html,body,h1,h2,h3,p,ul,ol,li,dl,dt,dd,table,tr,th,td {
    margin:0;
    padding:0;
    font-family:"Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
    line-height:1.0;
    }
    ul,ol{
        list-style:none;
        }
    a{
        text-decoration:none;
        color:inherit;
    }
    img{
        vertical-align:bottom;
        border:none;
    }
    .container{
        width: 412px;
        height: 667px;
        margin: 0 auto;
    }

    header{
        z-index: 3;
        margin: 0 auto 60px;
    }
    header nav .container{
        position: relative;
        z-index: 3;
        margin: -690px auto 60px;
    }
    header nav .container .home{
        height: 20px;
        font-size: 11pt;
        color: #fff;
        background:rgba(29, 118, 51, 0.5);
        padding: 20px 0 9px;
        margin-bottom: 2px;
        text-align: center;
    }
    header nav .container .products{
        z-index: 1;
        height: 350px;
        font-size: 11pt;
        color: #fff;
        background:rgba(255, 00, 00, 1.0);
        padding: 18px 0 2px;
        margin-bottom: 2px;
        text-align: center;
    }
    header nav .container .function{
        height: 16px;
        font-size: 11pt;
        color: #fff;
        background:rgba(51, 204, 00, 0.5);
        padding: 18px 0 13px;
        margin-top: -9px;
        margin-bottom: 2px;
        text-align: center;
    }
    header nav .container .profile{
        height: 16px;
        font-size: 11pt;
        color: #fff;
        background:rgba(255, 204, 00, 0.6);
        padding: 18px 0 13px;
        margin-bottom: 2px;
        text-align: center;
    }
    header  nav .container .contact{
        height: 16px;
        font-size: 11pt;
        color: #fff;
        background:rgba(40, 35, 140, 0.5);
        padding: 18px 0 13px;
        margin-bottom: 2px;
        text-align: center;
    }
    header nav .container .home:hover{
        background:rgba(29, 118, 51, 1);
    }
    header .container .products:hover{
        background:rgba(255, 00, 00, 1.0);
    }

    header .container .menue{
        margin: -308px 50px 0 210px;
        font-size: 12px;
        color: #fff;
    }
    header .container .menue li{
        padding: 0 0 40px;
        z-index: 4;
    }

    header .container .function:hover{
        background:rgba(51, 204, 00, 1);
    }
    header nav .container .profile:hover{
        background:rgba(255, 204, 00, 1);
    }
    header nav .container .contact:hover{
        background:rgba(40, 35, 140, 1);
    }

    .keyV{
        margin: 0 auto;
        background-color: #999;
    }
    .keyV .pro4{
        width: 80%;
        margin: 0 0 0 82px;
    }

    footer{
        width: 412px;
        margin: -370px auto 0;
    }
    footer .logo{
        z-index: 2;
    }
