﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
東苗穂topページ(/higashiNaebo/index.html) CSS

Creator    : sue/waka
LastUpdate : 08/12/25
----------------------------------------------- */

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

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

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

#leftContents {
	position: relative;
	background: url("../img/backgroundImage.jpg") no-repeat left top;
}

	#leftContents #news {
		position: absolute;
		top: 50px;
		width: 180px;
		padding: 5px 10px;
		border-left: 1px solid #999999;
		background-color: #ffffff;
	}

		#leftContents #news h2 {
			margin-bottom: 2px;
			font-weight: bold;
		}

		#leftContents #news h3 {
			line-height: 1;
			font-weight: normal;
			font-size: 85%;
		}

		#leftContents #news .red {
			color: #ff0000;
		}

		#leftContents #news .bold {
			font-weight: bold;
		}



/* -----------------------------------------------------------------------------
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;
			}
