/* 全体 */
/*
BODY{
  background: #373737;
  color : #dddddd;
  list-style-type : square;
  list-style-position : outside;
}
*/

/* コンテンツ */

.content_body{
}

/* update */
.update{
  font-size: x-small;
  text-align: right;
}
/* タイトル */
.title{
  font-weight: bold;
  text-align: center;
}

/* 著者名 */
.name{
  font-size: 12px;
}

/* リスト */
UL{
  list-style-type : square;
  list-style-position : outside;
}

DT{
  margin-top: 1em;
  font-weight: bold;
}

/* update info */
.update_info{
/*  font-size:12px;
  line-height : 16px; */
  font-size: x-small;
}

.under_converting{
  font-size: 10px;
}

/* new! */
.new{
  color : #ffffff;
  font-weight: bold;
}

/* ナビゲーション */
.navi{
  font-size: x-small;
}


/* 連絡先 */
address{
  font-size: 12px;
  text-align: right;
}

/* indexの文引用 */
.inside_words{
  font-size: x-small;
  text-align: right;
}

/* indexの文引用の出展部 */
.inside_words_source{
  font-size: x-small;
  font-style: italic;
}

/* リンクページ */
/* item */
.link_item{
  font-size : 14px;
}

