/*==================各コンテンツ共有スタイル=====================*/

a:link,

a:visited    {
               color : #9EE1FF;
               text-decoration : none;
}


a:hover     {
               color : #366AB3;
               text-decoration : underline;
}

ul             {
                font-size : 100%;
}

.bannerpos {
                text-align : center;
                margin : 5px;
}

.footertxt  {
                font-weight : 600;
                font-size : 105%;
                text-align : center;
}
 