<!--

  /* シアン：　<link href="part/css/cartridge-cyan-style.css" rel="stylesheet" type="text/css"> */

body { background-color: #ffffff ;}  /* 全体の背景色 */

h1 {
  color: #6600cc;   /* 商品型名の色・フォント*/
  font-family: Times New Roman;
  padding-left: 10px; /* 左の余白 */
  border-width: 0px 0px 0px 20px; /* 枠の幅 */
  border-style: solid; /* 枠の種類 */
  border-color: #9999ff; /* 枠の色 */
  text-align: center; /* テキストの配置 */
  font-size:36px;
  border-bottom:double 3px #9999ff;
  line-height:0.6;
}

.h1k  { color: #9999ff;   /* 商品種類の色・サイズ */
        font-family:"ＭＳ Ｐ明朝","平成明朝",serif；
        text-align: center; /* テキストの配置 */
        font-size:24px;
        padding-left:6em;
        word-spacing:10px;
        letter-spacing:3px;
        display:block;
}


h2 {
  color: #9999ff; /* 文字の色 */
  font-size: x-small;
  text-align: center; /* テキストの配置 */
  font-family : sans-serif ;
}

.pc { text-align: center;  /*後払い・送料・・・*/
      color: #cc00cc;
      font-size: x-small;
      font-family: "HG正楷書体-PRO","ＭＳ Ｐ明朝",細明朝体,serif;
}

.tm { background-image : url(cyn.gif); /*見出しの背景色*/
      color: #00ffff;   /* 見出し表示の色 */
      font-size: x-small;
      font-family: monospace;
}

.th { color: #ffffff;   /* メーカー名・商品名 */
      font-size: large;
      font-family: Times New Roman;
}

.tk { color: #ffffff;   /* 商品区分・型番 */
      font-size: medium;
      font-family:  "ＭＳ Ｐ明朝",細明朝体,serif;
}

.pr { text-align: right;  /*注意書き・右揃え*/
      color: #0099FF;
      font-size: xx-small;
      font-family: "ＭＳ Ｐ明朝",細明朝体,serif;
}

.pt { color: #009900;   /* 適合機種 */
      font-size: x-small;
      font-family : sans-serif ;
}

.pm { color: #009900;   /* 印刷枚数 */
      font-size: x-small;
      font-family : sans-serif ;
}

.pmc { color: #ff0000;   /* 小容量の色表示 */
}

.tak {table-layout: auto; /*関連商品*/
      table border: 1;
       border: solid 1px #0000cc;
       border-collapse: collapse;
       background-color: #0000cc ;
       font-size: x-small;
       background-position : left center;
}

.thk { background-color: #666699; /*関連商品*/
     color: #ffffff;
}

.tdk { background-color: #ffffff; /*関連商品*/
     border: solid 1px #0000cc;
     padding-top    : 5px;
     padding-left   : 5px;
     padding-right  : 5px;
     padding-bottom : 5px;
}


div.f{
 color:#cfcfcf;
 font-size:xx-small;
 line-height:1.0;
 font-family:"ＭＳ Ｐゴシック",sans-serif;
}

h3{font-size:xx-small;}


hr {
  color: #ff0000; /* 線の色(IE用) */
  background-color: #ff0000; /* 線の色(NN用) */
  height: 10px; /* 線の太さ */
  border: 0px; /* 枠の太さ */
  filter: Alpha(opacity=100, finishopacity=0, style=2); /* フィルタ */
}


ul { list-style: square;
     color: #999999 ;
     font-family: "ＭＳ Ｐ明朝",細明朝体,serif;
     font-size: xx-small ;
     font-weight: lighter;
}


  /* リンク動作：太字　*/
    a:link {text-decoration:none ; color:#000000;}
    a:visited {text-decoration:none ; color:#000000;}
    a:active {text-decoration:none ; color:#000000;}
    a:hover {color:white ; background:#7efa91;}


  -->
