@charset "UTF-8";

/* --- タイプ1 デザイン2 --- */


/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background: #f0f8ff; /* 全体の背景（グラデーション） */
color: #; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
}

/* --- ヘッダとフッタのリンクテキスト --- */
a:link { color: #; }
a:visited { color: #; }
a:hover { color: #; }
a:active { color: #; }

/* --- コンテンツ内のリンクテキスト --- */
#content a:link { color: #; }
#content a:visited { color: #; }
#content a:hover { color: #00ee00; }
#content a:active { color: #; }

/* --- コンテナ --- */
#container {
width: 894px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background:#; /* コンテナの背景（両サイドの影） */
}

/* --- ページ --- */
#page {
width: 900px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background-color: #e6ffe9; /* ページの背景色 */
border-left: 1px #505050 solid; /* ページの左境界線 */
border-right: 1px #505050 solid; /* ページの右境界線 */
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin-bottom: 12px; /* ヘッダの下マージン */
padding: 15px 0 8px; /* ヘッダのパディング（上、左右、下） */
background-color: #e6ffe9; /* ヘッダの背景色 */
border-bottom: 1px #4b4b4b solid; /* ヘッダの下境界線 */
}

#slide {
width:640px;
height:300px;
margin:0 auto;
position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
}

/*topimage*/
#slideshow{
  position: relative;
  width: 835px;
  height: 155px;
}

#slideshow img{
  position: absolute;
  top:0;
  left:0;
  z-index:8;
  opacity: 0.0;
}

#slideshow img.active{
  z-index: 10;
  opacity: 1.0;
}

#slidshow img.last-active{
  z-index: 9;
}


/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 19px 7px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
color: #eee8aa; /* サイトタイトルの文字色 */
}


/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
border: none;
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 22px 10px; /* キャッチフレーズのマージン（上、左右、下） */
color: #808080; /* キャッチフレーズの文字色 */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 30px; /* 上からの距離 */
right: 20px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background:#; /* 項目の背景（区切り線） */
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}


/* --- オープニングエリア（トップページ） --- */
#header div.opening {
width: 840px;
margin: 0 auto 2px; /* オープニングエリアのマージン（上、左右、下） */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */
#header ul.nl {
width: 840px; /* ヘッダメニューの幅 */
margin: 0 auto; /* センタリング */
padding: 0;
background: #b6a57f; /* ヘッダメニューの背景 */
border: #aca36a solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.nl li {
width: 140px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* リンクエリア */
#header ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 13px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border: 1px solid; /* リンクエリアの境界線（太さ、スタイル） */
border-color: #e4d6b8 #8b7e63 #8b7e63 #e4d6b8; /* リンクエリアの境界線色（上右下左） */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* 文字色 */
font-size: 15px;
font-family: arial,sans-serif;
}
/* 英字部分 */
#header ul.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header ul.nl li a:hover,
#header ul.nl li.active a {
background: #b6a57f; /* ポイント時（アクティブ時）の背景 */
color: #f4efc4; /* ポイント時（アクティブ時）の文字色 */
}
#header ul.nl li a:hover span.en,
#header ul.nl li.active span.en {
color: #fde337; /* ポイント時（アクティブ時）の英字の文字色 */
}


/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
width: 830px;
margin: 4px auto 0; /* トピックパスのマージン（上、左右、下） */
padding: 6px 5px; /* トピックパスのパディング（上下、左右） */
background-color: #3f3f3f; /* トピックパスの背景色 */
list-style-type: none;
color: #999999; /* トピックパスの文字色 */
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background:# ; /* リンクエリアの背景（区切り記号） */
}


/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
width: 840px; /* コンテンツの幅 */
margin: 0 auto; /* センタリング */
padding-top: 20px; /* コンテンツの上パディング */
background: #fffdf3; /* コンテンツの背景 */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
float: right;
width: 630px; /* メインカラムの幅 */
}

/* --- ページタイトル（下層ページ） --- */
/* 見出しエリア */
#main div.pageTitle {
margin: 0 20px 15px; /* 見出しエリアのマージン（上、左右、下） */
padding: 23px 15px; /* 見出しエリアのパディング（上下、左右） */
background: #f0e8c7; /* 見出しエリアの背景 */
}
/* 見出し */
#main div.pageTitle h1 {
margin: 0;
font-size: 160%; /* 見出しの文字サイズ */
line-height: 100%;
}


/* --- セクション（共通設定） --- */
#main div.section {
margin: 0 20px 3em; /* セクションのマージン（上、左右、下） */
}

/* --- 標準セクション --- */
/* 見出しエリア */
#main div.normal div.heading1 {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #999999 solid; /* 見出しエリアの下境界線 */
}
/* 見出し */
#main div.normal div.heading1 h2 {
margin: 0;
padding: 2px 0 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 8px #ff6928 solid; /* 見出しの左境界線 */
font-size: 20px; /* 見出しの文字サイズ */
line-height: 100%;
color: #ff6928;
}
/* 段落 */
#main div.normal p {
margin: 0 5px 0.5em; /* 段落のマージン（上、左右、下） */
line-height: 200%; /* 行の高さ */
}


/* 見出しエリア 2*/
#main div.heading2 {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #999999 solid; /* 見出しエリアの下境界線 */
}
/* 見出し */
#main div.heading2 h2 {
margin: 0;
padding: 2px 0 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 8px #0066ff solid; /* 見出しの左境界線 */
font-size: 20px; /* 見出しの文字サイズ */
line-height: 100%;
color: #0066ff;
}



/* 見出しエリア 3*/
#main div.heading3 {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #999999 solid; /* 見出しエリアの下境界線 */
}
/* 見出し */
#main div.heading3 h2 {
margin: 0;
padding: 2px 0 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 8px #dc143c solid; /* 見出しの左境界線 */
font-size: 20px; /* 見出しの文字サイズ */
line-height: 100%;
color: #dc143c;
}

/* 見出しエリア 3*/
#main div.heading4 {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 4px 2px; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #999999 solid; /* 見出しエリアの下境界線 */
}
/* 見出し */
#main div.heading4 h2 {
margin: 0;
padding: 2px 0 1px 5px; /* 見出しのパディング（上右下左） */
border-left: 8px #228b22 solid; /* 見出しの左境界線 */
font-size: 20px; /* 見出しの文字サイズ */
line-height: 100%;
color: #228b22;
}




/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 580px; /* 新着情報の幅（メインカラムの幅から50px引いた値） */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt {
width: 6.5em; /* 日付エリアの幅 */
float: left;
padding: 3px 0 3px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 130%; /* 行の高さ */
font-size: 15px;
color: #000000;
letter-spacing:normal;
}
/* 本文エリア */
#main div.update dd {
margin: 0;
width:470px;
padding: 3px 3px 3px 7.0em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 130%; /* 行の高さ */
font-size: 15px;
color: #000000;
text-align: justify;
letter-spacing:normal;
}


/*index*/
#main div.p1{
  font-family: arial,sans-serif;
  font-size: 16px;
  width:580px;
  text-align: justify;
  line-height: 130%; /* 行の高さ */
  color: #000000;
  letter-spacing:normal;
}

/*説明explain*/
#main div.p2{
  font-family: arial,sans-serif;
  font-size: 16px;
  width:580px;
  text-align: justify;
  line-height: 140%; /* 行の高さ */
  color: #;
  margin-left: 10px;
  letter-spacing:normal;
}

/*calender*/
#main div.p3{
  font-family: arial,sans-serif;
  font-size: 18px;
  width:550px;
  text-align: justify;
  margin-left: 20px;
  letter-spacing:normal;
}

/*calender*/
#main div.p4{
  font-family: arial,sans-serif;
  font-size: 18px;
  width:550px;
  text-align: justify;
  margin-left: 20px;
  letter-spacing:normal;
}
/*calender*/
#main div.p5{
  font-family: arial,sans-serif;
  font-size: 18px;
  width:550px;
  text-align: justify;
  color: red;
  margin-left: 10px;
  letter-spacing:normal;
}

/*donation*/
#main div.p6{
  font-family: arial,sans-serif;
  font-size: 16px;
  width:580px;
  text-align: justify;
  line-height: 150%; /* 行の高さ */
  color: #000000;
  margin-left: 10px;
  letter-spacing:normal;
}

/*book*/
#main div.p7{
  margin-top: 5px;
  font-family: arial,sans-serif;
  font-size: 14px;
  width:380px;
  text-align: justify;
  line-height: 150%; /* 行の高さ */
  color: #000000;
  margin-left: 20px;
  letter-spacing:normal;
  float: right;
}



/*全体link coler*/
#main div.a{
  color: #0000ff;
}

/*index お知らせ*/
#main div.p10{
  font-size: 16px;
}

p.infobox{
  height: 15em;
  overflow: auto;
  border: black 1px solid;
  background-color: #fffacd;
  font-size: 13px;
}

a{
  color: #0000ff;
}

h3{

  font-size: px;
  margin-left: px;
}

/*explain*/
h4{
  font-family: arial,sans-serif;
  font-size: 16px;
  width:580px;
  text-align: justify;
  line-height: 140%; /* 行の高さ */
  color: #;
  margin-left:0px;
}

.ta1{
  background-color: #;
  margin-left: 10px;
  margin-right: auto;
  margin-bottom: 30px;
  border: 1px solid #333333;
  padding: 5px;
  width: 580px;
}

.ta1 th{
  background-color: #eeffff;
  border: 1px solid #333333;
  width: 150px;
  padding: 20px;
  font-size: 20px;
  color: #0000ff;
}

.ta1 td{
  border: 1px solid #333333;
  font-size: 15px;
  padding: 20px;
}

.ta2{
  border: 1px solid #000000;
  font-size: 20px;
  margin-left: 40px;
  margin-right: auto;
  margin-bottom: 30px;
}

.ta2 th{
   background-color: #ffffcc;
   border: 1px solid #333333;
   padding: 10px;
   width: 30%;
 }

.ta2 td{
  border: 1px solid #333333;
  padding: 10px;
}

.ta3{
  border: 1px solid #000000;
  margin-left: 20px;
  margin-right: auto;
}

.ta3 th{
   border: 1px solid #333333;
   padding: 5px;
   width: 40%;
 }






/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
float: right;
width: 200px; /* サイドバーの幅 */
padding-left: 10px; /* サイドバーの左パディング */
}

/* --- セクション（共通設定） --- */
#nav div.section {
padding-bottom: 5px; /* セクションの下パディング */
background-color: #f0ffff; /* セクションの背景色 */
}
/* 見出しエリア */
#nav div.heading {
margin: 0 0 0.8em; /* 見出しエリアのマージン（上、左右、下） */
padding: 8px; /* 見出しエリアのパディング */
background: #ffffff; /* 見出しエリアの背景 */
border: 1px #666666 solid; /* 見出しエリアの境界線 */
}
/* 見出し */
#nav div.section h2 {
margin: 0;
padding: 2px 0 2px 7px; /* 見出しのパディング（上右下左） */
border-left: 5px solid; /* 見出しの左境界線（太さ、スタイル） */
font-size: 100%; /* 見出しの文字サイズ */
color: #000000; /* 見出しの文字色 */
line-height: 100%;
}
/* 段落 */
#nav div.section p {
margin: 0 5px 0.8em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
/* 見出し */
#nav div.normal h2 {
border-left-color: #c0c0c0; /* 左境界線の色 */
}

/* --- 強調セクション1（水色） --- */
/* 見出し */
#nav div.organization h2 {
border-left-color: #add8e6; /* 左境界線の色 */
}

/* --- 強調セクション2（黄色） --- */
/* 見出し */
#nav div.strong h2 {
border-left-color: #fde337; /* 左境界線の色 */
}

/* --- サブメニュー --- */
/* 見出しエリア */
#nav div.subMenu div.heading {
margin: 0; /* 見出しエリアのマージン（上書き） */
}
/* 見出し */
#nav div.subMenu h2 {
border-left-color: #deb887; /* 左境界線の色 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 1px 0 0; /* メニューエリアのマージン（上、左右、下） */
padding: 0;
border: 1px #666666 solid; /* メニューエリアの境界線 */
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
border-top: 1px #808080 solid; /* 項目の上境界線 */
border-bottom: 1px #404040 solid; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 15px 15px; /* リンクエリアのパディング（上下、左右） */
background: #f0ffff; /* リンクエリアの背景 */
color: #000000; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background: #ffdab9; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}


/* 組織図 */
/* 見出しエリア */
#nav div.organization div.heading {
margin: 0; /* 見出しエリアのマージン（上書き） */
}
/* 見出し */
#nav div.organization h2 {
border-left-color: #66cdaa; /* 左境界線の色 */
}
/* メニューエリア */
#nav div.organization ul.nl {
margin: 1px 0 0; /* メニューエリアのマージン（上、左右、下） */
padding: 0;
border: 1px #666666 solid; /* メニューエリアの境界線 */
list-style-type: none;
}
/* メニュー項目 */
#nav div.organization ul.nl li {
border-top: 1px #808080 solid; /* 項目の上境界線 */
border-bottom: 1px #404040 solid; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.organization ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 15px 15px; /* リンクエリアのパディング（上下、左右） */
background: #f0ffff; /* リンクエリアの背景 */
color: #000000; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.organization ul.nl li a:hover {
background: #ffdab9; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}



/* --- お問い合わせ --- */
#nav div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#nav div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#nav div.contact p.tel {
margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
font-size: 150%; /* 電話番号の文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #2b2b2b; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#nav div.contact p.form {
margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border: 1px solid; /* 段落の境界線（太さ、スタイル） */
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#nav div.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #3f99b3; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.contact p.form a:hover {
background: #54b3cf ; /* ポイント時の背景 */
}



/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
padding: 50px 0 30px; /* フッタのパディング（上、左右、下） */
background: ##ffe4e1; /* フッタの背景 */
border-top: 3px solid #ccc
}



/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal; /* 文字のスタイル（ノーマル） */
color: #808080; /* 文字色 */
text-align: center;
line-height: 140%; /* 行の高さ */
font-size: 15px;
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲その他の設定終了 --- */
