﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
桑園｜泉質紹介　(/souen/facility_SpringQuality/index.html) CSS

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

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

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

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

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

.springquality {
	width: 500px;
	margin: 80px auto 0;
}

#leftContents h3 {
	margin-bottom: 2px;
}

#leftContents p {
	margin-top: 3px;
	font-size: 0.85em;
}

.leftcategory {
	float: left;
	width: 250px;
}

.rightcategory {
	float: right;
	width: 230px;
}

.wordunder {
	text-align: right;
}


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

#rightContents {
	text-align: center;
	background: url("../../img/backgroundRight.jpg") no-repeat right bottom;
}
	#rightContents .navigation {
		width: 224px;
		margin: 0 auto;
		padding-top: 65px;
		padding-left: 45px;
	}
		#rightContents .navigation ul li {
			line-height: 1;
			margin-bottom: 3px;
		}
			#rightContents .navigation ul li.last {
				margin-bottom: 10px;
			}
