﻿@charset 'utf-8';

/*Link------------------------------------*/

/*オンラインショップのタイトル*/
.online_ent h3 a:link, a:visited { color: #CC0000;
                        text-decoration: none;}
                   
                        
/*オンラインショップの説明文*/                   
.setumei a:link { color: #333;
             text-decoration: none;}
             
.setumei a:visited { color: #990066;
                     text-decoration: underline;}

.setumei a:hover { color: #CC0000;
                   text-decoration: underline;}

.setumei a:active { color: #990066;
                    text-decoration: underline;}
                    
.enttitle a { color: #333;
              text-decoration: none;}
              
.enttitle a:visited { color: #333;
              text-decoration: none;}