/****************************************/
/*			共通ブロック定義			*/
/****************************************/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/**************************************************************************** header */
div#bg01{
	background:url("../../img/common/bg_01.gif") repeat-x;
}

div#header{
	margin:0 auto 0 auto;
	width:900px;
	height:168px;
	background: center 0 url("../../img/common/header_bg.gif") no-repeat;
}

.home div#bg02{
	background:url("../../img/common/bg_02.gif") repeat-x;
}




/**************************************************************************** flash */
.home div#wrapper{
	overflow: hidden;
	margin:0 auto 0 auto;
	width:800px;
	height:275px;
	background:#fbe5cf;
}




/**************************************************************************** navi */
.page div#bg02{
	height:2px;
	background:#f9d0a1;
}
div#subnavi{
	margin:0 auto 0 auto;
	width:800px;
	height:2px;
	line-height:0;
	font-size:0;
	background:#fce8d1;
}





/**************************************************************************** container */
div#container03{
	overflow: hidden;
	position: relative;
	margin: 20px auto 20px auto;
	width: 800px;
	background: #fff;
}

div#container02{
	position: relative;
	float: left;
	margin: 0 auto 0 auto;
	width: 800px;
	background: #fff;
}

div#container01{
	position: relative;
	right: 580px;
	float: left;
	margin: 0 auto 0 auto;
	width: 800px;
	background: #f2cf66;
}

div#container{
	position: relative;
	left: 580px;
	float: left;
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

div#content{
	float:right;
	width:580px;
	min-height:280px;
	background: #fff;
}

div#content div.in{
	margin:0 0 0 35px;
	width:545px;
}





/**************************************************************************** sidebar */
div#sidebar{
	float:left;
	padding:10px 10px 10px 10px;
	width:200px;
}





/**************************************************************************** footer */
div#bg03{
	background:#f9d0a1;
}

div#footer{
	margin:0 auto 0 auto;
	width:800px;
	height:25px;
	background:#fce8d1;
}
