﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
店舗所在一覧(/location/index.html) CSS

Creator    : sue/waka
LastUpdate : 08/04/04
----------------------------------------------- */

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

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

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

#leftContents  {
	background: url("../img/locationBack.gif") no-repeat left bottom;
}

	#leftContents h2 {
		text-align: center;
		padding: 0;
		margin: 15px 0 0;
	}

	#leftContents h3 {
		text-align: center;
		padding: 0;
		margin-top: 3px;
	}

	#leftContents .shopList {
		width: 520px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
		#leftContents .indivShop {
			width: 250px;
			/*height: 120px;*/
		}
			#leftContents .indivShop table {
				width: 250px;
				border-collapse: collapse;
			}
				#leftContents .indivShop td {
					padding-bottom: 2px;
				}
		#leftContents .shopLeft {
			float: left;
		}
		#leftContents .shopRight {
			float: right;
		}


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

#rightContents {
	text-align: center;
}

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