@charset "euc-jp";

@import url(base.css); 
@import url(main.css); 

/* ボディ設定 */

body {
  font-family: serif; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: normal; 
  color: #000000; 
  background-color: #F0F7FF; 
  padding: 0ex 0em 0ex 0em; 
  margin: 0ex 1em 0ex 1em; 
}

/* リンク表示 */

a:link      { color: #112266; }
a:visited   { color: #112266; }
a:active    { color: #112266; }
a.cl-local  { color: #112266; }
a.cl-global { color: #662211; }
a.cl-unlink { color: #AAAAAA; }

a img {
  border: none; 
}

/* フォルダ/ファイルアイコン */

ul li.cl-folder {
  list-style-image: url(/~kubo/img/folder.gif); 
}

ul li.cl-folder-disable {
  list-style-image: url(/~kubo/img/folder-disable.gif); 
}

ul li.cl-file {
  list-style-image: url(/~kubo/img/file.gif); 
}

/* 用途別カラー指定 */

.cl-caution {
  color: #BB0000; 
}

.cl-disable {
  color: #AAAAAA; 
}

/* 書式のデフォルト指定 */

pre {
  font-family: monospace; 
  color: #333333; 
  line-height: 120%; 
}

code {
  font-family: monospace; 
  color: #333333; 
}




