/* CSS NLSTIGMA小説縦分割A */
html, body {
height: 100%;
width: 100%;
overflow: auto;
}
body {
margin: 0;
padding: 0;
}
#contents {
	height: 100%;
	margin-left: 200px;
	overflow: auto;
	background-color:#000000;
	line-height: 140%;
}
#menu {
	position: absolute;
	left:4px;
	overflow: auto;
	background-color: #888888;
	width: 200px;
	height: 100%;
	top: 3px;
}
.mg1 {margin:12px}
.mg2 {margin:6px}
