@charset "Shift_JIS";

/* 基本設定
---------------------------------------------------- */
body
{
  margin: 0px;
  padding: 20px;
  background: #653818 url(Images/back.jpg);
	background-position: center top;
/*	background-attachment: fixed;*/
  text-align: center;
}


div,img,h1,h2,h3,h4,h5,h6,p
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 12px;
  font-family: Osaka, Verdana, Arial, sans-serif;
}


ul
{
  margin-top: 0px;
	margin-bottom: 0px;
}


/* ボーダー設定
---------------------------------------------------- */
hr
{
  color: #B8A68A;
  height: 1px;
	width: 470px;
	border-style: dotted;
}


/* リンク文字設定
---------------------------------------------------- */
a
{
  color:#666666;
  text-decoration: underline;
}

a:hover
{
  color: #000000;
  text-decoration: underline;
}


/* 外枠テーブル設定
---------------------------------------------------- */
#Base
{
/*  margin: 0px;
  padding: 0px;*/
  background: #FFFFFF;
  border: 0px;
	width: 650px;
  text-align: center;
}


/* メニュー＆本体テーブル設定
---------------------------------------------------- */
#PageBody
{
  padding: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
  border: 0px;
	width: 600px;
}



/* メニュー設定
---------------------------------------------------- */
#Menu IMG
{
	margin-bottom: 15px;
  border: 0px;
}


/* 本体テーブル位置設定
---------------------------------------------------- */
#Main
{
  margin: 0px;
  padding: 0px;
  border: 0px;
	width: 500px;
	height: 400px;
}


/* 内容テーブル位置設定
----------------------------------------------------
#Main TD
{
  vertical-align: top;
}
 */

/* 内容テーブル設定
---------------------------------------------------- */
#Contents
{
  margin: 0px;
  padding: 0px;
  border: 0px;
	width: 470px;
  text-align: left;
}


/* 本体テーブルテキスト設定
---------------------------------------------------- */
#Contents TD
{
  font-size: 12px;
  color: #222222;
  line-height: 170%;
  font-family: Osaka, Verdana, Arial, sans-serif;
  vertical-align: top;
}


/* へっだテーブル設定
---------------------------------------------------- */
#Headder
{
  height: 10px;
  border: 0px;
	width: 650px;
  text-align: center;
}


/* フッタテーブル設定
---------------------------------------------------- */
#Footer
{
  height: 30px;
  background: #E0D8CB;
  border: 0px;
	width: 650px;
	color: #653818;
  text-align: center;
	vertical-align: middle;
}

/* NTTバナー設定
---------------------------------------------------- */
#Banner
{
  height: 50px;
  background: #FFFFFF;
  border: 0px;
	width: 650px;
  text-align: center;
}

/* 写真表示設定
---------------------------------------------------- */
.Photo
{
  text-align: center;
}


/* 空行高さ
---------------------------------------------------- */
.Kara
{
	height: 30px;
}


/* タイトル画像の下の余白設定
---------------------------------------------------- */
.Title
{
  margin-bottom: 15px;

}

