@charset "UTF-8";

/* ================================================================ *
	Web Designing 2007/10
	テキスト書式設定用 CSS
	
	この CSS では共通のテキスト設定を行っています。本文記事
	およびコメントを参考に，必要に応じて変更してください。
 * ================================================================ */

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

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/
 * Note: この部分の指定では、Yahoo! UI Library の Fonts CSS を利用して、各種ブラウザのフォントサイズの差をほぼなくす設定を行っています。ほとんどのモダンブラウザで、基本のフォントサイズを13pxと指定し、pixel単位で指定したときに IE でサイズが変更されない不具合を埋めるためにプロパティの先頭に*を付けるハック(ブラウザのバグを利用したinvalidなハック)を利用して IE7がsmall, IE5〜6 が x-small を読み込むように設定することで、基本のフォントサイズがほぼ揃います。
 */
  font-size: 90%;
  *font-size: small;
  *font: x-small;
	line-height: 1.3;
}

body {
   /* 必要ならば，本文のテキストに関する設定をしてください */
  font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
  color: #333333;
}

a,
a:link {
	/* 必要ならば，リンクテキストに関する設定をしてください */
  color: #FF0000;
	text-decoration: none;
}

a:visited {
	/* 必要ならば，訪問済みリンクテキストに関する設定をしてください */
  color: #FF0000;
}

a:hover {
	/* 必要ならば，マウスオーバー時のリンクテキストに関する設定をしてください */
  color: #FF0000;
	text-decoration: underline;
}

a:active {
	/* 必要ならば，アクティブ時のリンクテキストに関する設定をしてください */
  color: #000000;
	text-decoration: underline;
}

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

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

p {
  /* パラグラフの上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0.5em;
}

ul, ol, dl {
  /* 箇条書きの上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
	/* 見出し 1 のジャンプ率を設定してください */
  font-size: 125%;
	/* 見出し 1 の上下マージンを設定してください */
  margin-top: 15px;
	margin-bottom: 15px;
}

h2 {
  /* 見出し 2 のジャンプ率を設定してください */
  font-size: 145%;
  /* 見出し 2 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0.5em;
  /* 見出し 2 のパディングを設定してください */
  padding-left: 10px;
  /* 見出し 2 の左端装飾用罫線の太さ・線種・色を設定してください */
  border-left: 5px solid #0086b9;
  /* 見出し 2 の行送りを設定してください */
  line-height: 1.4;
}

h3 {
  /* 見出し 3 のジャンプ率を設定してください */
  font-size: 115%;
  /* 見出し 3 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  /* 見出し 4 のジャンプ率を設定してください */
  font-size: 110%;
  /* 見出し 4 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  /* 見出し 5 のジャンプ率を設定してください */
  font-size: 105%;
  /* 見出し 5 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  /* 見出し 6 のジャンプ率を設定してください */
  font-size: 100%;
  /* 見出し 6 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0;
}

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

#header {
   /* 必要ならば，ヘッダ部分に関する設定をしてください */
}

.contents {
   /* 必要ならば，コンテンツ部分に関する設定をしてください */
}

#navi {
   /* 必要ならば，ナビゲーション部分に関する設定をしてください */
}

#footer {
   /* 必要ならば，フッタ部分に関する設定をしてください */
  font-size: 90%;
}

#footer address {
   /* 必要ならば，コピーライト部分に関する設定をしてください */
  font-style: normal;
}
.BD_title01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-large;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-top-width: thick;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #F3F4D0;
}
.BD_title02 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: large;
	font-weight: bold;
	border-top-style: dotted;
	border-bottom-style: none;
	background-color: #CCE3EC;
	border-right-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.BD_midashi {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: large;
	line-height: 135%;
	font-weight: bold;
	color: #111F50;
}
.midashi {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: large;
	font-weight: bold;
	color: #0B261A;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.lead {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	font-weight: bold;
	line-height: 130%;
}
.imagebox001 {
	margin-top: 0px;
	margin-right: 20px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	margin-bottom: 10px;
}
.title001 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: large;
	font-weight: bold;
	color: #001221;
	border-top-style: dotted;
	border-top-width: thin;
	border-top-color: #333333;
}
.back001 {
	font-size: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-align: right;
}
.news {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 130%;
	color: #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.info {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 130%;
	color: #333333;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
}

