@charset "utf-8";

/*============================================================================
	#wrapper（ページ全体 横幅）

#outer {width: 100%; padding: 0; margin: auto;	clear: both; }
#outer:after {content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}

*/

/*============================================================================
	header#globalHeader（ヘッダ）
==============================================================================*/
#headOuter{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}
* html div#headOuter    {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop+0));  
}
header#globalHeader {
	width: 100%;
	height: 45px;
	/*box-shadow: 0px 1px 1px #333;*/
	margin: 0 auto;
	position: relative;
	z-index: 1030;
	background: #FFFFFF;
	/*background: url(../img/bg_header.png);*/
}

/* メニュー途中固定用（index） */
#headIndexOuter{
	width: 100%;
	box-shadow: 1px 1px 4px #999;
	height: 45px;
	z-index: 1030;
	/*background: url(../img/bg_header.png);*/
}

/*============================================================================
	#main（中央）
==============================================================================*/

#mainIndex { width: 100%; clear:both; margin: 0 0 0 0; padding: 0; background: #FFF; z-index: 1000;}

#main {	width: 100%; clear:both; margin: 45px 0 0 0; background: #FFF; padding: 0;}

.mainBlock{ width: 90%; clear:both; margin: 0px auto 0; padding: 20px 0 0 0; }

/*============================================================================
	#mainCont（内容）
==============================================================================*/

#mainCont {	width: 100%; padding: 0; margin: 0 auto;}

/*
 float: left;
*/

/*============================================================================
	#leftSide（左メニュー）
#rightCont {
	width: 300px;
	margin: 0 0 20px 0;
	float: right;
}

==============================================================================*/

/*============================================================================
	#rightSide（右メニュー）

#rightSide {
	float: left;
	clear: right;
}
==============================================================================*/

/*============================================================================
	footer#globalFooter（フッタ）
==============================================================================*/

footer {
	width: 100%;
	clear: both;
	margin: 0 ;
background: #b5748e; /* Old browsers */

	}
#footOuter {
	width: 95%;
	padding:10px 0;
	margin: 0 auto;
	}