@charset "UTF-8";

/* ================================================================ *
	テキスト書式設定用 CSS
 * ================================================================ */

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

body {
  font-size: 12px;
  *font-size: small;
  *font: x-small;
}

body {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
  color: #333333;
}

a,
a:link {
  color: #000099;
  text-decoration: none;
}

a:visited {
  color: #578cb9;
}

a:hover {
  color: #125382;
  text-decoration: underline;
}

a:active {
  color: #3366ff;
  text-decoration: underline;
}

p {
  line-height: 1.3;
}

ul, ol, dl {
  line-height: 1.2;
}

p {
  margin-top: 0.5em;
	margin-bottom: 0em;
	padding-right: 2em;
	padding-left: 2em;
}

p .annaip {
clear:left;
}

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

h1 {
  font-size: 125%;
  margin-top: 20px;
  margin-bottom: 15px;
}

h2 {
  font-size: 135%;
  margin-top: 1em;
	margin-bottom: 0.5em;
  line-height: 1.2;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #586CAA;
	text-align: left;
	padding: 10px;
	background-color: #C2CCFB;

}

h3 {
	font-size: 115%;
	margin-top: 0;
	margin-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
	line-height: 1.2;
	padding-top: 5px;
	margin-right: 1em;
	margin-left: 1em;
}

*html h3 {
	font-size: 105%;
	margin-top: 0;
	margin-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
	line-height: 1.2;
	padding-top: 5px;
	margin-right: 1em;
	margin-left: 1em;
}
h4 {
  font-size: 110%;
  margin-top: 5;
	margin-bottom: 5;
	padding-left: 1em;
}

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

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

/* ---------------------------------------------------------------- *
	各部分個別の設定
 * ---------------------------------------------------------------- */

#header {
}

.contents {
}

#navi {
}

#footer {
  font-size: 10px;
}

*html #footer {
  font-size: .7em;
}

#footer address {
  font-style: normal;
}

