@charset "shift_jis";
  /*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;
」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、緑っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
  color: #000000;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font: 120%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  background : #dbe8c0 url(bg.gif) repeat scroll 0% 0%;
}
h1,h3,p,ul,li{
  margin: 0px;
  padding: 0px;
}
h2{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: green;
  font-size: 105%;
}
ul{
  list-style-type: none;
}
img {
  border: none;
}
.color1 {
  color: #539705;
}
#main p, #sub p {
  margin: 0.5em 1em 1em;
}
#main p.b, #sub p.b {
  margin-left: 2.0em;
  text-indent: -1.0em;
  margin-top : 1.8em;
  margin-right : 1em;
  margin-bottom : 0.3em;
}
#main div.b {
  margin-left: 1.0em;
  text-indent: -1.0em;
  margin-top : 0em;
  margin-right : 0.5em;
  margin-bottom : 0em;
}
#main div.b2 {
  margin-left: 2.0em;
  text-indent: -1.0em;
  margin-top : 0em;
  margin-right : 0.5em;
  margin-bottom : 0em;
}
#main div.b3 {
  margin-left: 2.7em;
  text-indent: -1.7em;
  margin-top : 0em;
  margin-right : 0.5em;
  margin-bottom : 0em;
}
#main div.b4 {
  margin-left: 2.0em;
  text-indent: -2.0em;
  margin-top : 0em;
  margin-right : 0.5em;
  margin-bottom : 0em;
}
#main div.b15 {
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-top : 0em;
  margin-right : 0.5em;
  margin-bottom : 0em;
}
#main div.b5 {
  margin-left: 5.0em;
  text-indent: -5.0em;
  margin-top : 0em;
  margin-right : 0.5em;
  margin-bottom : 0em;
}
#sub div.b {
  margin-left: 2em;
  text-indent: -1.0em;
  margin-top : 0em;
  margin-right : 1em;
  margin-bottom : 0em;
}
#main ul.listmark1, #sub ul.listmark1 {
  padding: 0.5em 20px 1em 30px;
  list-style-type: disc;
}
#main ul.listmark2, #sub ul.listmark2 {
  padding: 0.5em 20px 1em 30px;
  list-style: circle;
}
#main ul.listmark3, #sub ul.listmark3 {
  padding: 0.1em 20px 1em 30px;
  list-style-type: disc;
  list-style-position: outside;
}
#main ul.listmark3 li{
  margin-bottom: -10px;
}
#main ul.listmark4 {
  padding: 0.5em 20px 1em 30px;
  list-style-type: decimal;
}
/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
  text-align: left;
  margin: 0px auto;
  width: 840px;
  padding-right: 4px;
  padding-left: 4px;
  background : transparent url(container_bg.gif) repeat-y scroll center center;
}
/*ヘッダー
------------------------------------------------------------------------------------------*/
#header {
  position: relative;
  background : transparent url(header_bg.gif) no-repeat scroll 0% 0%;
  　width: 100%;
}
/*ヘッダーの背景を表示するため*/
#header:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
#header h1 {
  font-size: 10px;
  color: #fafafa;
  line-height: 1.2;
  position: absolute;
  left: 20px;
  top: 5px;
}
#header img {
  vertical-align: top;
  padding-top: 38px;
  padding-bottom: 15px;
  float: left;
  /*カスタム検索を入れるため左寄せ*/
	width: 401px;
  position: absolute;
  left: 15%;
}
/*カスタム検索設定*/
#header .search-header {
  float: right;
  width: 30%;
  margin-top: 38px;
}
/*試行用*/
#header .search {
  float: left;
  width777: 10%;
}
/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
  border-bottom: 6px solid #EEEEEE;
}
#menu li {
  display: inline;
}
/*ナビメニュー（メインメニューの右上にある小さなメニュー）
------------------------------------------------------------------------------------------*/
#nav {
  position: absolute;
  top: 76px;
  right: 4px;
  line-height: 26px;
  background : transparent url(nav_bg.gif) repeat scroll 0% 0%;
  padding-left: 50px;
  font-size: 11px;
}
#nav li {
  float: left;
  width: 10em;
  /*IE7のメイリオフォントだと8em（8文字）分にしか表示されないので注意*/
	overflow: hidden;
  height: 21px;
}
#nav li a {
  color: #999999;
  text-decoration: none;
  background : transparent url(arrow1.gif) no-repeat scroll left center;
  padding-left: 13px;
}
#nav a:hover {
  color: #BB000F;
}
/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
  float: left;
  width: 546px;
  display: inline;
  margin-left: 15px;
  margin-top: 15px;
  padding-bottom: 40px;
}
/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #EEEEEE;
」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
  float: right;
  width: 264px;
  margin-top: 15px;
  padding-bottom: 40px;
  font-size: 75%;
  line-height: 1.6;
}
#sub h3 {
  font-size: 133%;
  background: #EEEEEE;
  letter-spacing: 0.2em;
  text-align: center;
  border-top: 1px dotted #d6d6d6;
  border-bottom: 1px dotted #d6d6d6;
}
/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
  clear: both;
  width: 100%;
  line-height: 1.5em;
  text-align: center;
  font-size: 11px;
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
  position: relative;
}
/*フッターの背景を表示するため*/
#footer:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
/*カスタム検索設定*/
#footer .search-footer {
  float: right;
  width: 30%;
  margin-top77: 36px;
}
#footer .footer-text {
  float: left;
  width: 60%;
  position: absolute;
  left: 10%;
}
/*試行用*/
#footer .foo {
  clear: both;
  width: 100%;
}
/*- Menu Tabs 1--------------------------- */
#tabs1 {
  font: bold 12px/1.5em Verdana;
  /*- 文字サイズ - */
  float:left;
  width:100%;
  background:change-background;
  line-height:normal;
  margin-top: 12px;
}
#tabs1 ul {
  margin:0;
  padding:10px 0 0 0;
  /*- Menu 上右下左- */
      list-style:none;
}
#tabs1 li {
  display:inline;
  margin:0;
  padding:0;
}
#tabs1 a {
  float:left;
  background : transparent url(tableft1.gif) no-repeat scroll left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#tabs1 a span {
  float:left;
  display:block;
  background : transparent url(tabright1.gif) no-repeat scroll right top;
  padding:10px 20px 10px 15px;
  color:#C7377D;
}
#tabs1 a span {
  float:none;
}
#tabs1 a:hover span {
  color:#C7377D;
}
#tabs1 a:hover {
  background-position:0% -42px;
}
#tabs1 a:hover span {
  background-position:100% -42px;
}
/*スクロールバー付更新履歴ボックス
------------------------------------------------------------------------------------------*/
    .kousin {
  overflow: auto;
  width: 535px;
  height: 300px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-width: 0px;
  border-style: solid;
  border-color: #d6d6d6;
  color: black;
  line-height: 1.5em;
}