@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background-image: url(img/bg024_12.gif);
	background-repeat: repeat;
}
.aka {
	color: #F00;
	font-weight: bold;
}

.komoji {
	font-size: 85%;
	color: #333;
}
.dog {
	float: right;
	margin-right: 15px;
}


/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */















	font-size: 100
%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	color: #333;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 950px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	text-align: left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-bottom: 3px;
}
.off {
	clear: both;
}


/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-color: #FFF;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-repeat: repeat;
	background-position: center;
	width: 900px;
	margin-left: 20px;
}

/* ~~ レイアウトに使用するカラムです。~~ 

1) 余白は、div の上部または下部にのみ配置されます。これらの div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した div の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、div のルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー div をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを右ではなく左に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて右方向にする代わりに、すべて左方向に設定)、反転してレンダリングされます。HTML ソース内で div を移動する必要はありません。

*/
.sidebar1 {
	float: right;
	width: 180px;
	padding-bottom: 10px;
	background-color: #FFF;
	color: #333;
	margin-top: 15px;
	text-align: center;
}
.content {
	width: 750px;
	float: left;
	background-color: #FFF;
	color: #333;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	border-top: 1px solid #666; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	border-bottom: 1px solid #666; /* ボタンの区切り線を作成します。 */
	background-color: #CCF;
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 180px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	background-color: #9C3;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	color: #FFF;
	background-color: #CCF;
}

/* ~~ フッター ~~ */
.footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	color: #FFF;
	background-color: #690;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-left: 20px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.tablebana-cell {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tablebana-td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.hed-navi {
	height: 20px;
	width: 930px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: 10px;
	text-align: left;
	color: #CCC;
	margin-top: 5px;
	padding: 10px;
}
.con1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #6C6;
	color: #333;
	position: relative;
	width: 700px;
	top: 10px;
}
.con-furo {
	border: 1px solid #6C6;
	overflow: hidden;
	position: relative;
	height: 900px;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.naita {
	position: relative;
	margin-top: 10px;
}

.said-setumei {
	text-align: left;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-style: normal;
	font-weight: bold;
}
.waku1 {
	color: #999;
	border: 1px solid #6C6;
	padding: 3px;
}
.s-moji {
	font-size: x-small;
}
.con2 {
	background-image: url(img/syukuhaku.jpg);
	width: 700px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	border: 1px solid #6C6;
}
.con3 {
	width: 700px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: 1px solid #6C3;
	position: relative;
	height: 300px;
	background-repeat: no-repeat;
	background-position: 10px 40px;
	overflow: hidden;
	top: 10px;
	bottom: 10px;
}

.tyu-midasi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: 120%;
	font-weight: bold;
	color: #33F;
}
.hidari-gazou {
	float: left;
}
.gazou1 {
	position: relative;
	left: 100px;
}
.list1 {
	list-style-type: disc;
}
.maguse {
	position: absolute;
	top: 30px;
	font-size: small;
	left: 240px;
	width: 450px;
	height: 226px;
}
.maguse-img {
	position: absolute;
	height: 146px;
	width: 200px;
	left: 10px;
	top: 45px;
}
.kitasinsyu {
	position: absolute;
	height: 93px;
	width: 159px;
	top: 5px;
	left: 750px;
}
.chuou-midasi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: large;
	color: #FFF;
	text-align: center;
	height: 30px;
	width: 670px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	margin-left: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C00;
	font-weight: bold;
	background-image: url(img/gurade.png);
	background-repeat: repeat;
	margin-bottom: 5px;
}
.saka-1 {
	overflow: hidden;
	position: absolute;
	height: 100px;
	width: 160px;
	left: 500px;
	top: 40px;
}
.con-s {
	width: 700px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	height: 830px;
	overflow: hidden;
	border: 1px solid #6C6;
	font-size: small;
}
.saka-m {
	overflow: hidden;
	position: absolute;
	height: 250px;
	width: 400px;
	left: 20px;
	top: 40px;
}
.saka-2 {
	overflow: hidden;
	position: absolute;
	height: 100px;
	width: 160px;
	left: 500px;
	top: 150px;
}
.saka-3 {
	overflow: hidden;
	position: absolute;
	height: 100px;
	width: 160px;
	left: 500px;
	top: 260px;
}
.saka-4 {
	overflow: hidden;
	position: absolute;
	height: 100px;
	width: 160px;
	left: 500px;
	top: 370px;
}
.s-koment {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: small;
	height: 200px;
	width: 473px;
	overflow: hidden;
	position: absolute;
	left: 12px;
	top: 293px;
}
.con-s2 {
	height: 250px;
	width: 640px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	margin-top: 10px;
	border: 1px solid #366;
	top: 500px;
}
.saka-k1 {
	height: 150px;
	width: 160px;
	overflow: hidden;
	position: absolute;
	left: 84px;
	top: 39px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: 12px;
}
.saka-k2 {
	overflow: hidden;
	position: absolute;
	height: 150px;
	width: 171px;
	left: 385px;
	top: 39px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: 12px;
}
.con-t {
	height: 720px;
	width: 700px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: 1px solid #6C6;
	position: relative;
}
.tennis-m {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: small;
	overflow: hidden;
	position: absolute;
	height: 362px;
	width: 466px;
	left: 20px;
	top: 50px;
}

.saka-k-coment {
	height: 58px;
	width: 615px;
	position: absolute;
	left: 12px;
	top: 190px;
	font-size: medium;
}
.tennis-1 {
	overflow: hidden;
	position: absolute;
	height: 100px;
	width: 160px;
	left: 500px;
	top: 50px;
}
.tennis-2 {
	overflow: hidden;
	position: absolute;
	height: 100px;
	width: 160px;
	left: 500px;
	top: 169px;
}
.con-t-s {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	position: absolute;
	height: 224px;
	width: 640px;
	left: 20px;
	top: 420px;
	border: 1px solid #363;
}
.kassei-midasi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: medium;
	color: #C33;
}

.tennis-taitoru1 {
	overflow: hidden;
	position: absolute;
	height: 25px;
	width: 330px;
	left: 28px;
	top: 5px;
	color: #33F;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: 120%;
	font-weight: bold;
}
.tenis-titoru2 {
	overflow: hidden;
	position: absolute;
	height: 26px;
	width: 249px;
	left: 390px;
	top: 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: 120%;
	color: #33F;
	font-weight: bold;
}
.t-s1 {
	position: absolute;
	height: 100px;
	width: 160px;
	top: 37px;
	left: 29px;
}
.t-s2 {
	position: absolute;
	height: 100px;
	width: 160px;
	top: 37px;
	left: 193px;
	overflow: hidden;
}
.t-s3 {
	overflow: hidden;
	position: absolute;
	height: 100px;
	width: 160px;
	left: 421px;
	top: 36px;
}
.t-s-coment1 {
	overflow: hidden;
	position: absolute;
	height: 46px;
	width: 196px;
	left: 108px;
	top: 141px;
	font-size: small;
}
.t-s-coment2 {
	overflow: hidden;
	position: absolute;
	height: 76px;
	width: 199px;
	top: 139px;
	left: 422px;
	font-size: small;
}
.con-taiikukan {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #6C6;
	position: relative;
	height: 790px;
	width: 700px;
}
.taiikukan-midasi1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: medium;
	font-weight: bold;
	color: #03C;
	height: 30px;
	width: 277px;
	overflow: hidden;
	position: absolute;
	left: 93px;
	top: 467px;
}
.taiikukan-k1 {
	overflow: hidden;
	position: absolute;
	height: 132px;
	width: 200px;
	top: 498px;
	left: 29px;
}
.taiikukan-k2 {
	overflow: hidden;
	position: absolute;
	height: 151px;
	width: 200px;
	top: 498px;
	left: 237px;
}
.taiikukan-k3 {
	overflow: hidden;
	position: absolute;
	height: 200px;
	width: 180px;
	top: 494px;
	left: 458px;
	font-size: x-small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
}
.con-dans {
	border: 1px solid #F09;
	overflow: hidden;
	position: relative;
	height: 500px;
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;
}
.dasu-midasi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: large;
	font-weight: bold;
	color: #C60;
	overflow: hidden;
	position: absolute;
	height: 30px;
	width: 581px;
	left: 14px;
	top: 9px;
}
.dansu-m {
	overflow: hidden;
	position: absolute;
	height: 329px;
	width: 329px;
	left: 16px;
	top: 51px;
}
.dansu-s {
	overflow: hidden;
	position: absolute;
	height: 218px;
	width: 200px;
	left: 441px;
	top: 51px;
}
.dansu-setumei1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	overflow: hidden;
	position: absolute;
	top: 408px;
	left: 17px;
	width: 624px;
	height: 53px;
}




.taiikukan-setumei1 {
	overflow: hidden;
	position: absolute;
	height: 100px;
	width: 400px;
	top: 659px;
	left: 34px;
	font-size: small;
}





.taiikukan-m {
	height: 430px;
	width: 400px;
	overflow: hidden;
	position: absolute;
	left: 21px;
	top: 33px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: small;
}
.taiikukan-k {
	overflow: hidden;
	position: absolute;
	height: 310px;
	width: 638px;
	left: 21px;
	top: 459px;
	border: 1px solid #663;
}
.taiikukan-midasi2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: medium;
	font-weight: bold;
	color: #33C;
	overflow: hidden;
	position: absolute;
	left: 492px;
	top: 466px;
	width: 100px;
	height: 30px;
}


.taiikukan-s1 {
	position: absolute;
	height: 100px;
	width: 160px;
	left: 500px;
	top: 32px;
	overflow: hidden;
}
.taiikukan-s2 {
	overflow: hidden;
	position: absolute;
	height: 100px;
	width: 160px;
	left: 500px;
	top: 148px;
}
.taiikukan-s3 {
	overflow: hidden;
	position: absolute;
	height: 100px;
	width: 160px;
	left: 500px;
	top: 265px;
}
.ko-honbunn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: 90%;
	color: #333;
}
.naita-setumei {
	overflow: hidden;
	position: absolute;
	height: 121px;
	width: 466px;
	left: 207px;
	top: 4px;
}
.rentaru-img {
	overflow: hidden;
	position: absolute;
	height: 160px;
	width: 160px;
	left: 10px;
	top: 8px;
}
.con-ski {
	overflow: hidden;
	position: relative;
	height: 500px;
	width: 700px;
	border: 1px solid #6C6;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ski-teble {
	position: absolute;
	left: 229px;
	top: 145px;
	color: #333;
	overflow: hidden;
	height: 111px;
}

.rentaru-setumei {
	overflow: hidden;
	position: absolute;
	height: 135px;
	width: 419px;
	left: 228px;
	top: 15px;
}
.rentqru-setumei2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	overflow: hidden;
	position: absolute;
	height: 285px;
	width: 370px;
	left: 227px;
	top: 179px;
	border: 5px inset #CF3;
	background-color: #FFC;
}
.rentaru-l {
	overflow: hidden;
	position: absolute;
	height: 230px;
	width: 183px;
	left: 29px;
	top: 41px;
}
.retaru-r {
	overflow: hidden;
	position: absolute;
	height: 230px;
	width: 99px;
	left: 229px;
	top: 41px;
	text-align: right;
}
.waku-2 {
	text-align: left;
	width: 176px;
	margin-top: 10px;
	border: 1px solid #F90;
	font-size: 95%;
	color: #333;
	margin-bottom: 10px;
}
.kakaku {
	text-align: center;
	color: #C30;
	font-size: 120%;
	font-weight: bold;
}
.kakaku-midasi {
	font-size: x-large;
	color: #C30;
	text-align: center;
	font-weight: bold;
}

.kakaku-komidasi {
	color: #339;
	font-weight: bold;
}
.kakaku-table {
	color: #333;
	text-align: center;
	border: 1px solid #6C9;
	font-weight: normal;
}
.kakaku-table tr td {
	border: 1px solid #6C9;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333;
	font-size: 80%;
}
.kakaku-table-top {
	text-align: left;
	font-size: 80%;
	border: 1px solid #B8CFCF;
	margin-bottom: 5px;
}
.kakaku-table-top tr td {
	color: #333;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	border: 1px solid #9BBDBD;
	padding-top: 5px;
	padding-bottom: 5px;
}
.porisi-table {
	border: 1px solid #666;
}
.porisi-table tr td {
	border: 1px solid #333;
	font-size: 90%;
}
.tizu {
	text-align: center;
	height: 400px;
	width: 500px;
	border: 1px solid #69F;
	position: relative;
	left: 100px;
}
.robi-moji {
	overflow: hidden;
	position: absolute;
	height: 403px;
	width: 339px;
	left: 347px;
	top: 27px;
	font-size: 90%;
}
.kasseinoyu {
	overflow: hidden;
	position: absolute;
	height: 522px;
	width: 636px;
	top: 347px;
	right: 51px;
	border: 1px solid #CC0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: small;
	color: #333;
	background-color: #FFC;
}
.resutoran-img {
	overflow: hidden;
	position: absolute;
	height: 510px;
	width: 672px;
	left: 14px;
	top: 34px;
}
.con-resutoran {
	border: 1px solid #6C6;
	overflow: hidden;
	position: relative;
	height: 600px;
	width: 700px;
	left: 20px;
	top: 10px;
	bottom: 10px;
	color: #333;
}
.resutoran-moji {
	overflow: hidden;
	position: absolute;
	height: 20px;
	width: 260px;
	left: 371px;
	top: 506px;
}
.baiten-moji {
	overflow: hidden;
	position: absolute;
	height: 122px;
	width: 232px;
	left: 17px;
	top: 216px;
}
.kyakusitu-table {
	border: 1px solid #999;
}
.moji-syou {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: 90%;
	font-weight: bold;
	color: #036;
}
.kyakusitu-setumei {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	font-size: small;
	color: #333;
	width: 650px;
	margin-top: 20px;
	margin-left: 20px;
}
.moji1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ＭＳ ゴシック", "ＭＳ 明朝";
	color: #333;
	line-height: 150%;
	font-weight: bold;
}
.con-waku-nasi {
	width: 700px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}
