﻿@charset "UTF-8";
/* ----------------------------------------------------------------------------
 * Module Style
 * Time-stamp: <2009-05-29T18:32:02+09:00>
 * ------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------
 * トピックパス
 * ------------------------------------------------------------------------- */
.topic-path{ font-size : 75%; } /* 12px/16px */


/* ----------------------------------------------------------------------------
 * 用語
 * ------------------------------------------------------------------------- */
.term-popup
{
  padding          : 0.5em 0.5em 0 0.5em;
  border           : 1px solid #1e51a2;
  position         : absolute;
  width            : 20em;
  outline          : none;
  background-color : #fff;
}

.term-popup .close
{
  position : absolute;
  top      : 0.5em;
  right    : 0.5em;
}
