@charset "UTF-8";

/* ================================================================ *
 * ================================================================ */


/* ---------------------------------------------------------------- *
	index.html専用のコンテンツコンテナの設定です
 * ---------------------------------------------------------------- */
 
p.aisatsu {
  width:300px;
}
 
p.aisatsu img {
  position:absolute;
  z-index:2;
  top:30px;
  left:549px;
}
/* ---ie6のバグ対応----- */
*html p.aisatsu img {
    left:365px;
}
/* ---------------------------------------------------------------- *
	gaiyo.html専用のコンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

th {
  border-right:solid 2px #000000;
  font-weight:bold;
  text-align:left;
  padding-right:1em;
  vertical-align:top;
  width:9em;
}

td {
  padding-left:7px;
}

td img {
  margin-bottom: 5px;
  margin-left:10px;
  position:none;
}

/* ---------------------------------------------------------------- *
	access.html専用のコンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

.access {
  margin-left:16px;
} 
/* ---------------------------------------------------------------- *
	sitemap.html専用部分の設定です
 * ---------------------------------------------------------------- */

ul.sitemap {
  /* --- マージンを設定してください --- */
    margin: 0;
  /* --- パディングを設定してください --- */
    padding: 0px;
	padding-top:20px;
  /* --- 背景を設定してください（短縮プロパティでの設定です）--- */
    background: tranparent;
}

ul.sitemap li {
  /* --- マージンを設定してください --- */
    margin: 0;
  /* --- パディングを設定してください（短縮プロパティでの設定です） --- */
    padding: 5px 0px 5px 15px;
  /* --- 背景を設定してください（短縮プロパティでの設定です） --- */
    background: tranparent;
  /* --- 背景画像でリストマーカを指定するため、リストの行頭につく印を消します --- */
    list-style-type: none;
}

/* Note：バグ回避のため，同じ値での指定を 2 回行ってください */
[id="sidenavi"].sitemap {
  /* ★ --- 上マージンを設定してください --- */
  /* Note：コンテンツ部分の上マージンと同じ値を設定してください */
  margin-top: 0;
}
html:lang(ja) .sitemap {
  /* Note：直前の指定と同じ値を設定してください */
  margin-top: 0;
}

ul.sitemap li a {
  font-weight: none;
  padding-left:25px;
  background: url(../img/arrow.jpg) no-repeat 5px 1px;
}

.sitemap a:hover {
  background: url(../img/arrow_f2.jpg) no-repeat 5px 1px;
}

ul.sitemap li.sub-link a {
  margin-left:30px;
}

/* ---------------------------------------------------------------- *
	privacy.html 専用部分の設定です
 * ---------------------------------------------------------------- */
h2.privacy {
  color:#003616;
  font-size:120%;
}
 