@charset "UTF-8";

/*
	Site Name: 
	Description: initial setting
	Version: 1.0
*/

/****** CONTENTS ***************************************

	0: BODY
	1: CONTAINER
	2: WRAPPER
	3: HEADER
	4: FOOTER
	5: SIDE BAR
	6: MAIN CONTENT

*******************************************************/



/****** 4: FOOTER *************************************/


/****** 0: BODY ***************************************/
html{
	height:100%;
	background: transparent;
	}

body {
	background: transparent;
	height: 100%;
	}

/****** 1: CONTAINER **********************************/
#container {
	text-align: center;/* box centering */
	width:100%;
	margin:0 auto;
	background: #fff;
	background: transparent;
	position: relative;    /*通常どおりの位置に配置*/
	z-index: 1;

	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:0; /* real browsers */
	}

/****** 2: WRAPPER ************************************/
#wrapper {
	margin:0 auto;
	width: 908px;
	background: #696969;
	}


#footer_navi{
	background: #f0eee9 url(../img/footer_navi_back.gif);
	text-align: center;
	padding: 8px 0 0 0;
	}

#footnavi_scope{
	width: 908px;
	text-align: left;
	margin: 0 auto;
	}


#footer{
	background: #b7b3a9;
	text-align: center;
	border-top:#fff solid 1px;
	width: 100%;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */

	}

#footscope{
	width: 908px;
	text-align: right;
	margin: 0 auto;
	}

.fix{
	/*position:absolute;*/
	z-index:2;
	bottom:0px;
	left:0px;
	background: #ff6633;
	}


#ore{
	background: #b7b3a9;
	}


