@charset "UTF-8";
/*
Theme Name: 
*/



body {
	background:none ;
	color: #000000;
}


/* 左右分けレイアウト*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/*--------------------------------------------ヘッダー*/
#head01,#head02,#search,.kage140 {
	display:none ;
}
#container{
	width: 840px;
}
/* --------------------------------------------本文*/



/* --------------------------------------------サイドバー*/
#sidebar {
	display:none ;
}

/* --------------------------------------------フッター*/

#uehe{
	display:none ;
}

#footer {
	display:none ;
}


