<!--
/* SG専用プロパティシート */
/* 初期値です。           */

* {
  font-style: normal;
  font-decolation: none;
  font-weight: normal;
  font-size: mudium;
  /*  font-family: "ＭＳ Ｐゴシック", "平成各ゴシック", sans-serif; */
  /* font-family: "MingLiU"; */
}

/* リンク関係 */
a:link {
  color: #C800FF;
}

a:visited {
  color: #6800C8;
}

a:hover {
  color: #FF0038;
}

a:active {
  color: #FF00C8;
}
/* 本文 */
body {
  color: #000000;
  background-color: #E6E6FA;
  line-height: 120%;
  padding-left: 10px;
  padding-right: 5px;
}

p {
  font-size: big;
  font-weight: bold;
  color: #F08080;
  line-height: 100%;
}

h1 {
  color: #000080;
  background: #E0FFFF;
}

h2 {
  color: #006400;
  /* background: #ADFF2F; */
}

h3 {
  color: #000000;
  background: #E6E6FA;
}

/* お断り部 */
.about {
  font-weight: bold;
}

/* ページのメインタイトル */
h1.title {
  font-size: big;
  font-weight: bold;
  color: #8484ee;
  background-color: #E0FFFF;
  padding-left: 10px;
}

/* リンクメニュー */
#link_menu {
  font-size: 80%;
}

/* 各カテゴリタイトル */
h3.category {
  color: #32CD32;
  background-color: #FFFFDE;
  /* font: "ＭＳ Ｐゴシック", "平成各ゴシック"; */
  font-weight: bold;
}
span.category {
  display: none;
  line-height: 110%;
}

/* ツリー用カーソル */
.clickable {
  cursor: hand;
}

/* チェックボックス */
.uri_check {
}

/* 項目名 */
.title_name {
  color: #8B4513;
  padding-left: 30px;
}

/* リンク */
.link {
  font-decoration: underline;
  font-family: san-serif;
  font-size: small;
}

/* URI */
.uri {
  padding-left: 50px;
}

/* コメント */
.comment {
  color: #000000;
  padding-left: 10px;
}

/* Script Jump */
.script_jump {
  cursor: hand;
  color: #F08080;
  font-size: xx-small;
}

/* 更新日（非表示） */
.updated {
  display: none;
  font-style: italic;
}

/* swfファイルサイズ（非表示） */
.size {
  display: none;
}

/* ジャンル（非表示） */
.genre {
  display: none;
}

/* 作者（非表示） */
.creator {
  display: none;
}

/* 雑記文 */
.other_sentence {
  text-indent: 1em;
  white-space: pre;
  padding-bottom: 20px;
  line-height: 115%;
}
.blind {
  color: #E6E6FA;
}

/* 引用文 */
.source {
  /* font-family: monospace; */
  font-style: italic;
  padding-left: 30px;
}

/* 強調部 */
.isnew {
  font-weight: bold;
  color: #F73808;
}
b {
  font-weight: bold;
}
b.bold {
  font-weight: bold;
  line-height: 180%;
}
i {
  font-style: italic;
}
 -->

