@charset "UTF-8";

/*-------------------------------------------------------------
ページ部
-------------------------------------------------------------*/
#page
{	
	clear: both;
	width: 910px;
}

/*-------------------------------------------------------------
サイト説明部
-------------------------------------------------------------*/
/*===========================
説明文領域
=============================*/
#description {	
	clear:both;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;

	/* テキストを隠す */;
	text-indent: -10000px;
	position:absolute;
	line-height:0px;
}

/*-------------------------------------------------------------
ヘッダ部
-------------------------------------------------------------*/
/*===========================
ヘッダ領域
=============================*/
#header {
	clear: both;
	width: 880px;
	padding-right: 30px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*===========================
ヘッダロゴ領域
=============================*/
#headerLogo {
	float: left;
	width: 400px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*===========================
ヘッダーメニュー領域
=============================*/
#headerMenu {
	float: left;
	width: 450px;
	padding-right: 30px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*-------------------------------------------------------------
トップコンテンツ部
-------------------------------------------------------------*/
/*===========================
グローバルナビ領域
=============================*/
#globalNav {
	clear: both;
	width: 880px;
	height: 70px;
	margin-bottom: 15px;
	padding-right: 30px;
}

/* メインナビ領域 */
#mainNav {
	clear: both;
	width: 850px;
	height: 35px;
	padding-left: 30px;
}

/* サブナビ領域 */
#subNav {
	clear: both;
	width: 850px;
	height: 35px;
	padding-left: 30px;
}

/*-------------------------------------------------------------
コンテンツ部
-------------------------------------------------------------*/
/*===========================
コンテンツ領域
=============================*/
#contents {
	clear: both;
	width: 880px;
	height: auto;
	padding-right: 30px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*===========================
パンくず領域
=============================*/
#pankuzu {
	clear: both;
	width: 625px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 10px;

	/* IE6対策 BOX外のスペース除去 */;	
	overflow: hidden;
	display: block;
}

/*===========================
メインコンテンツ領域
=============================*/
#mainContents {
	float: right;
	width: 600px;
	padding-right: 25px;
	padding-bottom: 20px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*===========================
サイドコンテンツ領域
=============================*/
#sideContents {
	float: left;
	width: 195px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*-------------------------------------------------------------
フッター部
-------------------------------------------------------------*/
/*===========================
フッター領域
=============================*/
#footer {
	clear: both;
	width: 880px;
	height: auto;
	padding-right: 30px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* 住所 */
#footerAddress {
	width: 850px;
	height: auto;
	margin-top: 20px;
	margin-left: 30px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* 著作権表示 */
#footerCopyright {
	width: 850px;
	height: auto;
	margin-left: 30px;
	margin-bottom: 35px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

