﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
江別｜館内施設紹介　(/ebetsu/cacility_Info/index.html) CSS

Creator    : sue/waka
LastUpdate : 08/05/01
----------------------------------------------- */

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

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

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

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

#category {
	width: 470px;
	margin: 5px auto 0;
}

.topword {
	line-height: 1.1;
	margin: 0px;
	font-weight: bold;
}

.ions {
	font-size: 1.8em;
	letter-spacing: -0.1em;
}

#strongword {
	width:275px;
	margin: 0px;
	font-weight: bold;
}

.strongleft {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.9em;
}

.strongright{
	float: right;
	width: 120px;
	margin: 0px;
	padding-top: 0.6em;
	padding-left: 0.1px;
	text-align: left;
}

#incontents {
	width: 460px;
}

#incontents p {
	font-size: 0.75em;
}

#subleft {
	float: left;
	width: 220px;
}

	#subleft p {
		margin-bottom: 7px;
	}

#subright {
	float: right;
	width: 220px;
}

	#subright p {
		margin-bottom: 7px;
	}

h3 {
	width: 220px;
	border: solid 1px #F29739;
	color: #F29739;
	text-align: center;
}

#extra {
}

	#extra .cut {
		float: left;
		width: 240px;
	}

		#extra .cut img {
			float: left;
		}

		#extra .cutHouse {
			line-height: 1em;
			font-weight: bold;
			font-size: 115%;
		}

		#extra .textLarge {
			line-height: 1.2em;
			font-weight: bold;
			font-size: 140%;
		}

		#extra .textSmall {
			line-height: 1.2em !important;
			line-height: 80%;
			font-size: 80%;
		}

	#extra .reflex {
		float: right;
		width: 230px;
	}

		#extra .reflex img {
			float: left;
		}

		#extra .momiya {
			line-height: 1.2em;
			font-weight: bold;
			font-size: 115%;
		}

		#extra .textLarge2 {
			line-height: 1.2em;
			font-weight: bold;
			font-size: 140%;
		}

		#extra .textSmall2 {
			line-height: 1.2em !important;
			line-height: 80%;
			font-size: 80%;
		}

		#extra .momiyaFee {
			padding: 2px;
			color: #ffffff;
			font-weight: bold;
			font-size: 90%;
			background-color: #ff0000;
		}

	#leftContents #foodCorner {
		width: 320px;
		margin-top: 10px !important;
		margin-top: 5px;
		margin-left: 170px;
		/*border: 1px solid red;*/
	}

		#leftContents #foodCorner table.leftTable {
			float: left;
		}

		#leftContents #foodCorner table.rightTable {
			float: right;
			/*width: 130px;*/
		}

		#leftContents #foodCorner th,td {
			line-height: 1.2;
			padding-right: 3px;
		}

		#leftContents #foodCorner th.foodCornerTitle {
			color: #f2972d;
		}



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