@CHARSET "UTF-8";
/* サイドバー */
#sidebar {
	background:#f0f0f0;
	width:110px;
	height:450px;
	float:left;
}
#stepCounter {
	background:#f0f0f0;
	width:100px;
}
#made {
	width:100px;
}
/* コンテンツ */
#contents {
	background:#b8a393;
	height:450px;
}
#cell {
	width:20px;
	background:#0068b8;
	color:#0068b8;
}
#selectcell {
	width:20px;
	background:#90B85C;
	color:#90B85C;
}
