@charset "UTF-8";

/*-----------------------------------------------------------------------------
 ■ ブラウザスタイルの初期化
-----------------------------------------------------------------------------*/

*{
    margin : 0;
    padding : 0;
}

h1,h2,h3,h4,h5,h6,p,address,th{
    font-size : 100%;
    font-weight : normal;
    font-style : normal;
    line-height : 100%;
}

img{
    border : none;
}

li{
    list-style : none;
}

a{ text-decoration:none; }


#vari3pc-navi{
    width: 100%;
    height: 25px;
    background:#fff none repeat scroll 0 0;
    line-height: 25px;
    font-size: 12px;
    text-align: right;
    color : #000;
    background : #fff;
    border-bottom: 1px solid #aaa;
}
#vari3pc-navi a:link{ color: #00f; }
#vari3pc-navi a:hover{ color: #ffd700; }
#vari3pc-navi a:active{ color: #f00; }
#vari3pc-navi a:visited{ color: #00f; }

