/*
 *    古本センターの Style Sheet
 *                (c) Copyright 2001 古本センター All Rights Reserved.
 */

/* 汎用 */
BODY {
  background-color: #fff
}
H2 {
  font-size: 140%;
  margin: 0em, 0em;
  padding: 0ex, 1ex;
  border-bottom: #ddd 2px solid;
  border-left: #ddd 1em solid;
}
HR {
  display: none;
  margin: 1em 0px;
}
P {
  font-size: normal;
  line-height: 130%;
  margin: 0em 2em;
}
UL {
  font-size: normal;
  line-height: 130%;
  padding: 0em 2em;
}
OL {
  font-size: normal;
  line-height: 130%;
  padding: 0em 2em;
}
DL {
  font-size: normal;
  line-height: 130%;
  padding: 0em 2em 1em 2em;
}
DT {
  padding: 1em 0em 0em 0em;
  font-weight: bold;
}
KBD { font-size: 100%;}


/* ページ上部の　■■■■古本センター　の表示用 */
H1 {
  background-color: #10460a;
  color: #fff;
  font-size: 30px;
  min-height: 36px;
  vertical-align: middle;
  margin: 0px;
  padding: 8px 4px 4px 1em;
}

/* 短い説明，導入文用 */
P.intro{
  font-size: normal;
  line-height: 130%;
  margin: 1em 6em;
  text-indent: 1em;
}
UL.intro {
  font-size: normal;
  line-height: 130%;
  margin: 1em 6em;
}

/* 前口上と後書き（説明文） */
P.prescript {
  margin: 0em 4em;
  text-indent: 1em;
}
P.postscript {
  margin: 2em 2em;
  text-indent: 1em;
}

/* ページ下部のナヴィゲーション用 */
DIV.navi {
  text-align: center;
  margin: 1ex;
}

/* ページ下部のショートカットバー用 */
P.shortcut {
  background-color: #10460a;
  color: #9d6;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
  padding: 4px;
}
P.shortcut A:link {
  color: #ded;
  text-decoration: underline; 
}
P.shortcut A:visited {
  color: #bcb;
  text-decoration: underline; 
}
SPAN.nouse {
  text-decoration: none; 
}
A:link {
  text-decoration: underline;
}
A:visited {
  text-decoration: underline; 
}

/* ページ上部のショートカットバー用 */
.shortcutupper {
  background-color: #cf9;
  color: #393;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}
.shortcutupper A:link {
  color: #33f;
  text-decoration: underline; 
}
.shortcutupper A:visited {
  color: #66f;
  text-decoration: underline;
}
TABLE.upper {
  background-color: #cf9;
}
