/*
 *   terakinizers!! CSSファイル
 *
 *    written by Jun-ya Terazono
 *    copyright (c) 1996-2007 Jun-ya Terazono, all rights reserved.
 *
 */

BODY { line-height: 1.3; }

/*
 *   各要素
 *   要素名は jtvMain など、jtv(大文字)で統一。
 */

.jtvMain {
  line-height: 1.3;
}

/* パンくずリスト */
.jtvBreadCrumbsList {
  background-color: #cccccc;
  padding: 4pt;
  font-size: 10pt;
  color: #000000;
  a:link { 
    text-decoration: none; 
    color: #0000ff; }
}


a.jtvBreadCrumbsList {
  text-decoration: none;
  color: #0000ff;
}


