/* 一般文字・Ｍサイズ */body  { color: #505050; font-size: 12px; line-height: 18px; background: #FFFFF2  url(../img/back.gif)}td  { color: #505050; font-size: 12px; line-height: 18px }/*  ページタイトルなど・ＬＬサイズ */.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 }/*　基本リンク　*/a:visited { color:#505050; text-decoration: none}a:link { color:#505050; text-decoration: none}a:hover { color:#cd5c5c; text-decoration: underline }/*　縦方向の位置　*/.t1 { vertical-align: top; }.t2 { vertical-align: middle;}.t3 { vertical-align: bottom;}