@charset "UTF-8";

/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

body {
/*
 * This Stylesheet was based on YUI Library's Fonts CSS.
 * > Copyright (c) 2007, Yahoo! Inc. All rights reserved.
 * > Code licensed under the BSD License:
 * > http://developer.yahoo.net/yui/license.txt
 * > http://developer.yahoo.com/yui/fonts/
 */
  *font-size: 13px;
  font-size: small;
  *font: x-small;

  /* 基本的なテキスト要素の行送りを設定してください */
  line-height: 1.5;
  }

ul, ol, dl {
  /* リスト関連要素の行送りを設定してください */
  line-height: 2;
  text-decoration: none;
}

p {
  margin-top: 2px;
  margin-bottom: 0.5em;
  color: #867366;
}

p.small {
  font-size: 0.85em;
  color:black;
}
p.small2 {
  font-size: 0.85em;
  color:white;
}
.caution {
  color:red;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

h1 {
  font-size: 110%;
  color: #867366
  margin-top: 5px;
  margin-bottom: 5px;
}

h2 {
  font-size: 105%;
  padding-top: 10px;
  margin-bottom: 1px;
  color: #527086;
}

h3 {
  font-size: 105%;
  margin-top: 5px;
  margin-bottom: 0;
}

h4 {
  font-size: 105%;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: 105%;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
}