﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
サイトマップ(/sitemap/index.html) CSS

Creator    : sue/waka
LastUpdate : 08/11/21
----------------------------------------------- */

/* ===============================================
【基本構成】

1.左側のコンテンツの設定
2.右側のコンテンツの設定
=============================================== */

/* -----------------------------------------------------------------------------
1.左側のコンテンツの設定
----------------------------------------------------------------------------- */

#leftContents {
	/*background: url("../img/feeBack.gif") no-repeat left bottom;
	text-align: center;*/
}

	#leftContents #sitemap h2 {
		margin: 8px 0 5px;
		font-size: 120%;
		text-align: center;
	}
	#leftContents #sitemap table {
		width: 520px;
		height: 350px;
	}
		#leftContents #sitemap td {
			padding: 5px 0 0 5px;
			vertical-align: top;
		}

	/* グループ */
	#leftContents #sitemap dl.group dt {
		margin-bottom: 3px;
		padding: 1px 0 1px 3px;
		background-color: #f0f8ff;
		font-weight: bold;
	}

	/* 各店 */
	#leftContents #sitemap dl dt {
		padding: 1px 0 1px 3px;
		background-color: #f5f5f5;
		font-weight: bold;
	}
	#leftContents #sitemap dl dd {
		margin-left: 0.5em;
	}


/* -----------------------------------------------------------------------------
2.右側のコンテンツの設定
----------------------------------------------------------------------------- */

#rightContents {
	text-align: center;
}

	#rightContents .navigation {
		width: 224px;
		margin: 0 auto;
		padding-top: 65px;
	}
		#rightContents .navigation ul li {
			margin-bottom: 7px;
		}