@charset "UTF-8";
@import url(common.css);


/* ================================================================ *
	Web Designing 2007/10
	テンプレート C：3 カラム型
	カスタマイズ CSS
	
	この CSS を書き換えることで，テンプレートをカスタマイズ
	できます。本文記事およびコメントを参考に変更し，活用して
	ください。
	「★」が付されている設定項目は相互に依存します。注意して
	設定してください。
 * ================================================================ */

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */

body {
  /* --- 基本的な前景色（文字色）を設定してください --- */
  color: #333333;
  /* --- 背景を設定してください（短縮プロパティでの設定です）--- */
  background: url(../images/bg.gif) repeat-x top;
}

#container {
  /* --- ドキュメント本体の幅を設定してください --- */
  /* Note：百分率指定も可能です */
  width: 768px;
  /* --- ドキュメント本体の位置を設定してください --- */
  /* Note：「0」のみで左寄せ，「0 auto」でセンタリング */
  margin: 0 auto;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */

#header {
	margin-top: 0;
	width: 768px;
	padding-top: 18px;
	padding-bottom: 0px;
	height: 73px;
	vertical-align: bottom;
	margin-bottom: 11px;





}
/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定です
 * ---------------------------------------------------------------- */

#navi2 {
	width: 768px;
	height: 24px;
	margin: 0px;
	padding-top: 0px;



}
#navi2 ul {
  /* --- マージンを設定してください --- */
  margin: 0;
  /* --- パディングを設定してください --- */
  padding: 0;
  /* --- 高さを設定してください --- */
  height: 24px;
}#navi2 ul li a {
	margin: 0;
	padding: 0px;

}

#navi2 a:hover {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 24px;

}
/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定です
 * ---------------------------------------------------------------- */

#navi {
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0;
	width: 768px;
	margin-right: 0px;
	margin-left: 0px;




}

#navi ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 49px;
	width: 768px;



}

#navi ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 49px;



}

#navi ul li a {
	margin: 0;
	padding: 0px;
	height: 49px;


}



/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

#main {
	padding-left: 30px;
	padding-right: 260px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 4px;





}

/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定です
 * ---------------------------------------------------------------- */

#sidenavi {
  /* --- 背景を設定してください（短縮プロパティでの設定です）--- */
  /* Note：ここでの背景設定はメニュー部分の内容がある部分にしか適用
           されません。サイドメニュー部分全体に背景を適用させる場合は
           コンテンツコンテナの背景として，サイドメニュー部分の背景を
           作ってください */
  background: #FFFFFF;
  /* ★ --- メニューの幅を設定してください --- */
  /* ★ --- メニューを左右どちらに寄せるか設定してください -- */
  /* Note：左に寄せる場合は，「left: 0; right: auto;」，右の場合は
           「left: auto; right: 0;」です */
  left: 0;
  right: auto;
  /* --- パディングを設定してください --- */
  /* Note：コンテンツ部分に上下マージンを持つものが含まれる場合，
           上下パディングには正の値を指定してください */
  padding-top: 0;
  padding-bottom: 0;
  /* --- 絶対配置することによって左サイドバーが選択できなくなってしまうため、他のカラムより上のレイヤーに配置する設定です --- */
  z-index: 1;
}

#sidenavi ul {
  /* --- マージンを設定してください --- */
    margin: 0;
  /* --- パディングを設定してください --- */
    padding: 8px;
  /* --- 背景を設定してください（短縮プロパティでの設定です）--- */
    background:  url(../c3/img/slash.png) repeat;
}

#sidenavi ul li {
  /* --- マージンを設定してください --- */
    margin: 0;
  /* --- パディングを設定してください（短縮プロパティでの設定です） --- */
    padding: 5px 20px 5px 25px;
  /* --- リストの境界線を設定してください（短縮プロパティでの設定です） --- */
    border-bottom: 1px solid #0086b9;
  /* --- 背景を設定してください（短縮プロパティでの設定です） --- */
    background: #fff url(../c3/img/sq_arrow.gif) no-repeat 5px 7px;
  /* --- 背景画像でリストマーカを指定するため、リストの行頭につく印を消します --- */
    list-style-type: none;
}

/* Note：バグ回避のため，同じ値での指定を 2 回行ってください */
[id="sidenavi"]#sidenavi {
  /* ★ --- 上マージンを設定してください --- */
  /* Note：コンテンツ部分の上マージンと同じ値を設定してください */
  margin-top: 0;
}
html:lang(ja) #sidenavi {
  /* Note：直前の指定と同じ値を設定してください */
  margin-top: 0;
}

/* ---------------------------------------------------------------- *
	サイドコンテンツ領域の設定です
 * ---------------------------------------------------------------- */

#sidebox {
	width: 270px;
	padding: -5px 0px 0px;
	margin-top: 0px;


}

/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */

.contents {
	background: #FFFFFF;
	margin-top: 0;
	margin-bottom: 20px;
	padding-right: 0.7em;
	padding-left: 1em;
	font-size: 85%;
	line-height: 140%;
	width: 425px;
	padding-top: 10px;




}

/* ---------------------------------------------------------------- *
	コンテンツ画像の設定です
 * ---------------------------------------------------------------- */

.contents img.fig {
}

/* ---------------------------------------------------------------- *
	サイドボックス内のコンテンツの設定です
 * ---------------------------------------------------------------- */

/* Note：中カラムのコンテンツから変更する部分を設定していきます。
         変更不要のプロパティはコメントアウトしてください */
#sidebox .contents {
	background: #F2F2F2;
	margin-top: 0;
	font-size: 90%;
	line-height: 110px;


  /* margin-bottom: 3px; */
  /* --- パディングを設定してください --- */
  /* Note：コンテンツ部分に上下マージンを持つものが含まれる場合，
           上下パディングには正の値を指定してください */
  /* padding-top: 1em; */
  /* padding-right: 1em; */
  /* padding-bottom: 1em; */
  /* padding-left: 1em; */
}

#sidebox .contents ul {
  /* --- 新着情報リストのマージンを設定してください（短縮プロパティでの設定です）--- */
  margin: 0 0 0 1.4em;
  /* --- 新着情報リストのパディングを設定してください（短縮プロパティでの設定です）--- */
  padding: 0;
}

#sidebox .contents ul li {
  /* --- 新着情報リストアイテム単体の下方向マージンを設定してください --- */
  margin-bottom: 0.5em;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定です
 * ---------------------------------------------------------------- */

.imgbox {
	height: 205px;
	width: 768px;
	background-position: center;
	clear: both;
	margin: 0;
	padding: 0px;




}

/* ---------------------------------------------------------------- *
	サイドボックス内の画像のみボックスの設定です
 * ---------------------------------------------------------------- */

/* Note：通常の画像のみボックスから変更する部分を設定していきます。
         変更不要のプロパティはコメントアウトしてください */
#sidebox .imgbox {
  /* --- 背景を設定してください（短縮プロパティでの設定です）--- */
  background: transparent;
  /* --- マージンを設定してください --- */
  /* Note：上下マージンの折りたたみに注意してください */
  /* margin-top: 3px; */
  /* margin-bottom: 3px; */
}


h1 {
	padding-left: 0px;
	right: auto;

}
#navi-u {
	margin: 0px;
	padding: 0px;
	height: 16px;
	text-align: center;
	width: 768px;



}
#main2 {
	background-image: url(../images/dance-bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clear: both;
	width: 768px;




}
.bg-l1 {
	background-image: url(../images/bg-l1.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 5px;
	height: 161px;
}
.bg-l3 {

	background-image: url(../images/bg-l3.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 4px;
	height: 133px;
}
.bg-r3 {

	background-image: url(../images/bg-r3.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 5px;
	height: 133px;
}
.bg-c2 {
	background-image: url(../images/bg-c2.gif);
	background-repeat: repeat-x;
	height: 133px;
	text-align: center;
	width: 758px;


}
.bg-c2-2 {
	background-image: url(../images/bg-c2-2.gif);
	background-repeat: repeat-x;
	height: 133px;
	text-align: center;

}#footer {
	color: #3E360F;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	margin: 0px;

}

#footer a {
	color: #3E360F;
	text-decoration: none;
	font-size: 95%;




}
#footer a:hover {
	color: #993300;
	text-decoration: underline;

}
.foot-p {
	font-weight: bold;
	color: #990033;
}
#footer p {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;

}
.foot-s {
	font-size: 10px;
	line-height: 15px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;



}
.foot-g {
	line-height: 165%;
	color: #006633;
	font-size: 10px;

}.foot-l {
	background-image: url(../images/foot-line.gif);
	background-repeat: repeat-x;
	height: 3px;
}
.caption {
	font-size: 12px;
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 10px;

}
.txt-main {
	font-size: 85%;
	line-height: 110%;
}
#main2 a {
	text-decoration: none;
}

