﻿body {
}
.lnklist
{
    padding:13px 5px;
    text-decoration:none;
    text-align:left;
    display:block;
/*    background-image: url(../GPX/SystemContents/arrow_sp.JPG); */
    background-repeat: no-repeat;
    background-position: right;
}

.pclnk
{
    padding:13px 5px;
    /*text-decoration:none;*/
    text-align:left;
    display:block;
/*    background-image: url(../GPX/SystemContents/arrow_sp.JPG); 
    background-repeat: no-repeat;
    background-position: right;*/
}

.easyLogin .lnklist,
.lnkRequest
{
    padding:5px 5px;
    color:#000000;
    text-decoration:none;
    text-align:center;
    background:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#ffffee),color-stop(1,#eee));
    background:-moz-linear-gradient(top,rbga(255,255,255,1) 0%,rbga(204,204,204,1) 100%);
    border:1px solid #666666;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    display:block;
    text-shadow: 1px 1px 2px #999;
}

.dlFixedInfo tr td .lnklist
{
    border-bottom:1px solid #666666;
}

.dlFixedInfo tr:first-child td .lnklist
{
    border-top:2px solid #666666;
}

.dlFixedInfo tr:last-child td .lnklist
{
    border-bottom:2px solid #666666;
}

#divBanner img
{
    border: 0;
}

#spnBannerLeft
{
    display:inline-block;
}

#spnBannerRight
{
     display:inline-block;

}
#BannerSpace
{
    width:40px;
}

/*javascriptOFF・cookieOFF時メッセージ*/
#msg .noscript,
#msg .cookie
{
color:Red;
font-weight:bold;
}

#msg .cookie
{
    display: none;
}
