@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: 1.25;
}

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;
  color: #867366;
}

li {
  margin-top: 2px;
  margin-bottom: 0.5em;
  color: #867366;
  margin-left:1px;
}

h1 {
  font-size: 110%;
  color: #867366
  margin-top: 5px;
  background-image: url(../img/page_h1.png);
  color: #FFFFFF;
  height: 20px;
  width: 445px;
  padding-left: 5px;
}

h1.orange {
  font-size: 110%;
  color: #867366
  margin-top: 5px;
  background-image: url(../img/h1_orange.png);
  color: #FFFFFF;
  height: 20px;
  width: 445px;
  padding-left: 5px;
}

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

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

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;
}
