/* コミックさんか基本用　（いらない物[マウスオーバーとか行間とか]もあるかも。） */

body       {background-color      :#ffffff     ;              /* 背景色 */
            color                 :#464646;              /* フォント色 */
            line-height           :1.3;            　　  /* 行間（IEのみ）*/
            font-size             :10pt;
           }

body,tbody {line-height           :1.3;            　　  /* 行間（IEのみ）*/} 

td         { font-size             :10pt;}

hr         {color:#000000; height:1px; border:noshade}  /* 区切り線 */


a:link     {color           : #1a2773}                  /* リンク */
a:visited  {color           : #1a2773}                  /* リンク */
a:hover    {color           : #ff0080 ;text-decoration: none}/* マウスオーバー（IE用） */



.bg0       {background-color: #ffffff}    /* 白 */
.bg0-1     {background-color:#ffffff} /* 商品一覧（背景透過系）*/
.bg0-2     {background-color:#2E7DB9}    /* 背景（TOPと同じ青色）*/
.bg0-3     {background-image:url(image/back.gif) ;
            background-attachment :fixed；
　　　　　　}    /* 草模様 */

.bg0       {background-color: #ffffff}    /* 白 */
.bg1       {background-color: #494949}    /* 灰色（枠線など） */
.bg2       {background-color: #314e6c;
            color           : #ffffff}    /* @青緑（文字　白） */
.bg2-1     {background-color: #00487d}    /* ＠青緑 */
.bg3       {background-color: #dbe4f2}    /* @水色 */
.bg4       {background-color: #9f7c5c}    /* コルク */
.bg5       {background-color: #c5cbe7}    /* 背景画像と同色茶 */
.bg6       {background-color: #ffee79}    /* ＠黄色 */
.bg7       {background-color: #f2f7fd}    /* @水色 */
.bg8       {background-color: #f291d5}    /* ＠ピンク */
.bg9       {background-color: #e0eef8}    /* ＠薄い水色 */
.bg10      {background-color: #2E7DB9}    /* ＠青 */
.bg10-1    {background-color: #2E7DB9;
            color           : #ffffff}    /* ＠青（文字　白） */
.bg11      {background-color: #E2E1C9}    /* 背景画像と同色茶 */
.line      {border-bottom:#666666 2px dotted}
