/* 一般文字・Ｍサイズ */ body  { color: #353535; font-size: 12px; line-height: 14pt; margin-top="0";  margin-bottom="0";  margin-left="10"; margin-right="0"; }td  { color: #353535; font-size: 12px; line-height: 14pt;}/*  ページタイトルなど・ＬＬサイズ */ .ll { font-size: 16px; line-height: 17px ; }/*  商品詳細など・Ｌサイズ */ .l { font-size: 14px; line-height: 17px; }/*  通常の文字でＭサイズ */ .m { font-size: 12px; line-height: 15px; }/*  通常の文字でＭサイズ */ .mw { font-size: 12px; line-height: 17px; }/*  小さな文字・Ｓサイズ */ .s { font-size: 11px; line-height: 13px; }/*  商品中カテゴリへのテキストリンクなど・ＳＳサイズ */ .ss { font-size: 10px; line-height: 12px;}/*　基本リンク　*/ a:visited { color:#006699; text-decoration: none }a:link { color:#006699;  text-decoration: none }a:active { color:#006699;  text-decoration: none }a:hover { color:#F0A12F; text-decoration: underline }