@charset "Shift_JIS";

/* 全体のコンテナ ：スペース */
div#container {
  position: relative;
	width: 890px;
	margin: 0 auto;
  text-align: left;
	background-color: white;
}	

/* コンテンツ：スペース */	
div#content {
  position: relative;
  top: 0px;
  left: 190px;
  width: 700px;
  text-align: left;
	background-color: white;
}

/* 左メニュー：スペース */	
div#sidebarA {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  text-align: left;
	background-color: #EBEBEB;
}