﻿@charset "utf-8";
/* ----------------------------------------------------------------------

 CSSファイル名：  レイアウトスタイル
 使用目的：       ページごとのレイアウト指定

-------------------------------------------------------------------------*/

@charset "Shift_JIS";

/* ■テキスト構造 */
body {
  line-height: 1.5;
  font-family:'ＭＳ Ｐゴシック'; font-size:10pt;
}
p {
  text-align: left;
  font-size: 10pt;
  font-weight: solid;
  color: #666666;
  margin: 0;
}

/* ■タイトルの指定 */
h1  {
  text-align: left;
  font-size: 13pt;
  font-weight: bold;
  color: #333300;
  text-indent: 24px;
  background-image: url(img/bg/h1.gif);
  background-repeat: no-repeat;
}
/* ■テキストの指定 */
.c1 {
  width: 380px; 
  text-align: left;
  text-indent: 22px;
  font-size: 10pt;
  font-weight: solid;
  color: #000066;
  padding: 3px;
  margin-top: 40px;
  margin-bottom: 20px;
  background-image: url(img/bg/c1.gif);
  background-color: #f1eeee;
  background-repeat: no-repeat;
  border-top: 1px solid #cccccc;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  border-left: 1px solid #cccccc;
}
.c2 {
  text-align: left;
  text-indent: 18px;
  font-size: 11pt;
  font-weight: bold;
  color: #990000;
  background-image: url(img/bg/c2.gif);
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 6px;
}
.c3 {
  text-align: left;
  font-size: 10pt;
  font-weight: solid;
  color: #336699;
  margin-top: 20px;
}
.c4 {
  text-align: left;
  font-size: 10pt;
  font-weight: solid;
  color: #000066;
}
.c5 {
  width: 280px; 
  text-align: left;
  text-indent: 22px;
  font-size: 10pt;
  font-weight: solid;
  color: #000066;
  padding: 3px;
  margin-top: 40px;
  margin-bottom: 20px;
  background-image: url(img/bg/c1.gif);
  background-color: #f1eeee;
  background-repeat: no-repeat;
  border-top: 1px solid #cccccc;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  border-left: 1px solid #cccccc;
}
.c6 {
  width: 640px; 
  text-align: left;
  font-size: 10pt;
  font-weight: solid;
  text-indent: 22px;
  color: #666699;
  padding: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f1eeee;
  background-image: url(img/bg/c1.gif);
  background-repeat: no-repeat;
  border-top: 1px solid #cccccc;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  border-left: 1px solid #cccccc;
}
.c7 {
  text-align: left;
  text-indent: 16px;
  font-size: 10pt;
  font-weight: solid;
  color: #990000;
  background-image: url(img/bg/c7.gif);
  background-repeat: no-repeat;
  border-bottom: 1px dotted #999999;
}
.c8 {
  text-align: left;
  font-size: 10pt;
  font-weight: solid;
  color: #666666;
  margin-bottom: 16px;
}