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

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

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

#container {
	background: #ffffff;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
  /* --- 枠線を設定してください --- */
  border: 1px solid #cccccc;
}




/* ---------------------------------------------------------------- *
	コンテンツコンテナの全体枠
 * ---------------------------------------------------------------- */

#area {
	background: #ffffff;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}


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

.contents {
	padding:0;
	display:block;
	margin: 0px;
	height: 866px;
	width: 900px;
	background-image: url(../ill/img/main.jpg);}

.contents h3  {
	text-align: center;
	text-indent: -9999px;
	}

.contents3 {
	padding:3px;
	display:block;
	background-color: #372516;
	text-align: center;
	}

.flashcontents {
	margin-top: 70px;
	margin-left: 270px;
	width: 390px;
	right: 20px;
}
.okayamalink {
	margin-top: 70px;
	margin-left:580px;
}


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

.okacontents {
	padding:0;
	display:block;
	margin: 0px;
	height: 1265px;
	width: 900px;
	background-image: url(../ill/okayamaimg/main.jpg);}

.okacontents h3  {
	text-align: center;
	text-indent: -9999px;
	}

/* ヘッダのメニュー
----------------------------------------------------------------------------------*/
		
.clear { clear:both; }   
.clear hr { display:none; }  

.centerimg{
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center 230px;
	text-indent: -9999pt;
}


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

#sidenavi {
  /* --- 背景を設定してください（短縮プロパティでの設定です）--- */
  /* Note：ここでの背景設定はメニュー部分の内容がある部分にしか適用
           されません。サイドメニュー部分全体に背景を適用させる場合は
           コンテンツコンテナの背景として，サイドメニュー部分の背景を
           作ってください */
  background: #FFFFFF;
  /* ★ --- メニューの幅を設定してください --- */
  width: 160px;
  /* ★ --- メニューを左右どちらに寄せるか設定してください -- */
  /* Note：左に寄せる場合は，「left: 0; right: auto;」，右の場合は
           「left: auto; right: 0;」です */
  left: 30px;
  right: auto;
  /* --- パディングを設定してください --- */
  /* Note：コンテンツ部分に上下マージンを持つものが含まれる場合，
           上下パディングには正の値を指定してください */
  padding-top: 0;
  padding-bottom: 0;
}

/* Note：上マージンを確保し，IE6/IE7 で垂直配置がずれるバグを回避
         します。以降，指示に従って同じ値での指定を 2 回続けて
         ください。 */
[id="sidenavi"]#sidenavi {
  /* ★ --- 上マージンを設定してください --- */
  /* Note：コンテンツ部分の上マージンと同じ値を設定してください */
  margin-top: 60px;
}
html:lang(ja) #sidenavi {
  /* Note：直前の指定と同じ値を設定してください */
  margin-top: 60px;
}
