@charset "Shift_JIS";

/*-------------------------------------------------------------
ページ部
-------------------------------------------------------------*/
#page
{	
}

/*-------------------------------------------------------------
サイト説明部
-------------------------------------------------------------*/
/*===========================
説明文領域
=============================*/
#description {	
	clear:both;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;

	/* テキストを隠す */;
	text-indent: -10000px;
	position:absolute;
	line-height:0px;
}

/*-------------------------------------------------------------
ヘッダ部
-------------------------------------------------------------*/
/*===========================
ヘッダ領域
=============================*/
#header {
	clear: both;
	width: 860px;
	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
	background-image: url(http://kurozurestaurant.com/img/bg_header.gif);
	background-repeat: no-repeat;
	height: 75px;
}

/*===========================
ヘッダロゴ領域
=============================*/
#headerLogo {
	float: left;
	width: 315px;
	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*===========================
ヘッダーメニュー領域
=============================*/
#headerMenu {
	float: left;
	width: 540px;
	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*-------------------------------------------------------------
トップコンテンツ部
-------------------------------------------------------------*/
/*===========================
トップコンテンツ領域
=============================*/
#topContents {
	clear: both;
	width: 860px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*===========================
グローバルナビ領域
=============================*/
#globalNav {
	clear: both;
	width: 860px;
	height: 40px;
	margin-bottom: 15px;
}

/*-------------------------------------------------------------
コンテンツ部
-------------------------------------------------------------*/
/*===========================
コンテンツ領域
=============================*/
#contents {
	clear: both;
	width: 860px;
	height: auto;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*===========================
パンくず領域
=============================*/
#pankuzu {
	clear: both;
	width: 860px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 10px;

	/* IE6対策 BOX外のスペース除去 */;	
	overflow: hidden;
	display: block;
}

/*===========================
メインコンテンツ領域
=============================*/
#mainContents {
	float: right;
	width: 605px;
	padding-bottom: 30px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*===========================
サイドコンテンツ領域
=============================*/
#sideContents {
	float: left;
	width: 215px;
	padding-bottom: 30px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

#sideContents div.sideBox {
	clear: both;
	width: 215px;
	padding-bottom: 15px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*-------------------------------------------------------------
フッター部
-------------------------------------------------------------*/
/*===========================
フッター領域
=============================*/
#footer {
	clear: both;
	width: 860px;
	height: 296px;
	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* 住所 */
#footer #footerAddress {
	width: 860px;
	height: 296px;
	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
	/* テキストを隠す */;
	text-indent: -10000px;
	position:absolute;
	line-height:0px;
}

/* 著作権表示 */
#footer #footerCopyright {

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;

	/* テキストを隠す */;
	text-indent: -10000px;
	position:absolute;
	line-height:0px;
}
